„PKG_DSM6/CHANGELOG_CURRENT_RELEASE“ ändern

1.3.x_release v1.3.0
Stephan 2022-10-31 22:23:23 +00:00
parent a8dc33c746
commit 82db129d21
1 changed files with 43 additions and 17 deletions

View File

@ -1,20 +1,46 @@
1.2.0 [2022-01-11]
1.3.0 [2022-11-01]
BUGFIXES:
- RegEx with lookahead / lookbehind for tag names were not possible
- minor bugfixes (thx to tommes)
- counting of log and backup files to be deleted was not correct under certain situations
- catching an error message if there are no docker images to be cleaned up
IMPROVEMENT:
- handling of special characters improved
- cleanup of unused docker images
- DSM notifications: list all possible users
- indicator about valid directorys in GUI
- the order of the tags can now be defined
criterion is the alphabetical sorting of the rule names in the YAML file
- rewrite GUI (thx to tommes)
- YAML rules: if the value for condition not set - fallback to any
- Notification in the log when rule-based destination folders are found, but a conflicting setting is set in the GUI
- Profiles are now processed in alphabetical order (by profile name)
IMPLEMENTATIONS:
- renaming parameter for the year can now be 2 or 4 digits
(§yocr2 §yocr4 §ynow2 §ynow4 §ysource2 §ysource4)
- added renaming parameter §pagecount (pages of current document)
- all renaming parameter can be used as path components in YAML-rules (except document title [§tit])
- target files can moved to folders named by year
- target files can moved to folders named by year/month
- number of backup files can now be limited (days or number)
- 🔥 Input folder monitoring included (need installed inotify-tools from here: https://synocommunity.com/package/inotify-tools)
- a pulsing status icon in the gui indicates an active monitoring
- in combination with the Inotify-tools, configuration in the task scheduler is no longer necessary as of this version
- 🔥 new Python based date search implemented, which also finds written out months (gthorsten)
- a start year for date search can defined in GUI
- a year in future can be defined in GUI as latest year for search
- 🔥 support separator sheet - dokument split pattern can be configured in GUI (Python3 must be installed)
- in GUI user can define: splitpage is first page, is last page or discard
- 🔥 Pictures in the source folder can be converted automatically (Python3 must be installed)
- option to reduce multiple spaces to one (helpful with RegEx)
- the number of pages is now determined with Python - Exiftool and pdfinfo become obsolete (Python3 must be installed)
- [YAML] all renaming parameter can be used as tagname components in YAML-rules (experimental)
- [YAML] tagname & tagname_RegEx can be combined:
- use §tagname_RegEx in tagname and it will be replaced by tagname_RegEx
- Metadata will be add with Python - Exiftool become obsolete (Python3 must be installed)
- set author (get author information from ocr options if set [--author john doe])
- set creation date (depending on which one was defined: OCR, file date, now)
- set keywords
- the conversion from YAML to JSON is no longer done with the binary yq but by Python (Python3 must be installed)
- logging deleted backup files in loglevel 2
- [GUI] notify about updates in main page (because cphub.net is not working)
- [GUI] support for follow machine translated languages (by DeepL)
- Chinese simplified
- Czech
- Japanese
- Danish
- French
- Italian
- Dutch
- Polish
- Russian
- Spanish
- Swedish
- Hungarian
- Turkish
- Portuguese European
- Portuguese Brazilian