Skip to content

Commit

Permalink
add whats new in 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Nov 28, 2024
1 parent 6888763 commit 34da6e3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Roadmap 2025
# Roadmap 2025 :compass:

For year 2025 we plan to implement in {{ extra.project }} following major features:

Expand Down
45 changes: 45 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# What's new in 3.3?

Version 3.3 introduces following new major features:

- Document Types
- Custom Fields
- Path Templates
- S3 storage backend

## Document Types

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

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


## Custom Fields

New, extremely powerful, flexible and easy to use feature. Before version 2.1
custom fields were named "metadata", however, we introduced a significant
twist in the concept: instead of being assigned directly to the document,
custom fields are now assigned via document types.

Read more about [custom fields in user manual](user/custom-fields.md)


## Path Templates

You need to decide where to place the document only once.
Once decided - you never need to worry in which folder does
the document X or Y belong - it will be handled automatically.
Path templates are per document category.

Read more about it in [Path Templates](user/path-templates.md)


## S3 Storage Backend


You can configure S3 compatible storage for you documents. It means that you
may configure {{ extra.project }} to store documents on S3 storage.

Feature is there, but document is not :slightly_frowning_face:.
Documentation is on this topic is being written :hourglass: ...
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
site_name: Papermerge 3
site_name: Papermerge DMS
site_url: https://docs.papermerge.io
nav:
- whatsnew.md
- Setup:
- setup/overview.md
- setup/requirements.md
Expand Down

0 comments on commit 34da6e3

Please sign in to comment.