Skip to content

Commit b9a2441

Browse files
committed
update whatsnew
1 parent 752e0a1 commit b9a2441

6 files changed

+69
-8
lines changed

docs/setup/docker.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,22 @@ Credentials are:
2727
Above setup, although incomplete, it is pretty good
2828
start. It does not include features like search function or OCR, but
2929
it serves well as quick demo to get a feeling of {{ extra.project }}.
30-
Check docker compose section for more advanced setups.
30+
Check docker compose section for more advanced setups.
31+
32+
33+
## Apple M1 (M2...) Users
34+
35+
Apple M1 (M2...) users should include `--platform linux/amd64` option:
36+
37+
```console
38+
docker pull --platform linux/amd64 papermerge/papermerge:{{ extra.docker_image_version }}
39+
```
40+
41+
And then:
42+
43+
```console
44+
docker run -p 12000:80 \
45+
-e PAPERMERGE__SECURITY__SECRET_KEY=abc \
46+
-e PAPERMERGE__AUTH__PASSWORD=pass123 \
47+
papermerge/papermerge:{{ extra.docker_image_version }}
48+
```

docs/whatsnew.md

+50-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,51 @@
1-
# What's new in 3.4?
1+
# What's new?
22

3-
...
3+
This document briefly describes what's new in each version.
4+
For detailed changelog see <a href="https://github.com/papermerge/papermerge-core/blob/master/changelog.md" class="external-link" target="_blank">changelog.md on github</a>.
45

5-
# What's new in 3.3?
6+
## 3.4
7+
8+
Version 3.4 was released 2nd of February, 2025.
9+
10+
It introduces column sorting and filtering in following views:
11+
12+
- document type list view
13+
- custom fields list view
14+
- tags list view
15+
16+
17+
Another important addition is that now Macintosh users now can conveniently open
18+
document in second panel while browsing custom fields. On Mac, users
19+
can open document in second panel (while in document type view) by pressing
20+
**Alt** and clicking on the document title. For PC users the key to press
21+
is **Ctrl**.
22+
23+
24+
![custom fields browsing](whatsnew/3.4/custom-fields-browsing.gif)
25+
26+
27+
28+
### Tags List
29+
30+
Here is how tags list view column sorting and quick filters look like:
31+
32+
![tags list column sort](whatsnew/3.4/tags-sorting.gif)
33+
34+
35+
### Custom Fields
36+
37+
Here is how custom fields list view column sorting and quick filters look like:
38+
39+
![custom fields list column sort](whatsnew/3.4/custom-fields-sorting.gif)
40+
41+
42+
### Document Types
43+
44+
Here is how document types list view column sorting and quick filters look like:
45+
46+
![document types list column sort](whatsnew/3.4/document-types-sorting.gif)
47+
48+
## 3.3
649

750
Version 3.3 introduces following new major features:
851

@@ -11,15 +54,15 @@ Version 3.3 introduces following new major features:
1154
- Path templates
1255
- S3 storage backend
1356

14-
## Document Types
57+
### Document Types
1558

1659
Document types enable you to categorize documents. You
1760
can define types such as "Receipt", "Invoice", or "Contract".
1861

1962
Read more about [document type in user manual](user/document-types.md)
2063

2164

22-
## Custom Fields
65+
### Custom Fields
2366

2467
New, extremely powerful, flexible and easy to use feature. Before version 2.1
2568
custom fields were named "metadata", however, we introduced a significant
@@ -29,7 +72,7 @@ custom fields are now assigned via document types.
2972
Read more about [custom fields in user manual](user/custom-fields.md)
3073

3174

32-
## Path Templates
75+
### Path Templates
3376

3477
You need to decide where to place the document only once.
3578
Once decided - you never need to worry in which folder does
@@ -39,7 +82,7 @@ Path templates are per document category.
3982
Read more about it in [Path Templates](user/path-templates.md)
4083

4184

42-
## S3 Storage Backend
85+
### S3 Storage Backend
4386

4487
You can configure S3 compatible storage for you documents. It means that you
4588
may configure {{ extra.project }} to store documents on S3 storage.
1.28 MB
Loading
177 KB
Loading
97.3 KB
Loading

docs/whatsnew/3.4/tags-sorting.gif

163 KB
Loading

0 commit comments

Comments
 (0)