Skip to content

Commit a58ccf0

Browse files
committedOct 10, 2024·
next release announcement
1 parent 79773a7 commit a58ccf0

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
 

‎docs/posts/07-next-releases.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
date: 2024-10-10
3+
categories:
4+
- news
5+
tags:
6+
- announcement
7+
- release
8+
- roadmap
9+
- features
10+
---
11+
12+
# Updates
13+
14+
After long and fun development, release 3.3 is almost ready to go out.
15+
Version 3.3 will be officially released in mid November 2024.
16+
It will feature custom fields per document type.
17+
Besides view of the custom fields inside document viewer, user
18+
will be able to list ALL documents of specific document type along with
19+
their custom fields (thus user will be able to sort/filter by custom fields).
20+
21+
The plan for subsequent releases is following:
22+
23+
- Demo page will come back in November 2024
24+
- papermerge.com web page will be fully updated in November 2024 as well
25+
- Version 3.4 will be out in December 2024 and it will include documents/folder sharing
26+
between users and user groups
27+
28+
29+
of course documentation for version 3.3 with setup guides will be updated.
30+
Here is a quick preview of how 3.3 will look like.
31+
32+
![quick preview](07-next-releases/preview.gif)
33+
34+
35+
In case you are wondering what was happening since April 2024 (when 3.2 was out) until today (October 2024):
36+
I've re-written frontend almost from scratch!
37+
38+
If you are not interested in very technical jargon, you can stop reading now, because what will
39+
follow is intended only for tech nerds. Thank you for reading this blog post so far. Bye.
40+
41+
So, dear nerd, as I said above - I was re-writing whole frontend. To be exact: now papermerge
42+
frontend is Vite + React + TypeScript + Redux Toolkit + Mantine stack application.
43+
44+
Everybody knows what first four entities are.
45+
46+
But what is Mantine?
47+
48+
[Mantine is this](https://mantine.dev/), awesome, fantastic - reactive UI library.
49+
50+
Now, that I have plenty of time - Papermerge development is full speed again. Last time
51+
when it was full time developing it was back in 2020.
3.99 MB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.