v1.8.0-beta.rc1
版本发布时间: 2022-07-18 07:08:38
paperless-ngx/paperless-ngx最新发布版本:v2.13.2(2024-10-30 03:36:49)
paperless-ngx 1.8.0
Features
- Feature use env vars in pre post scripts @ziprandom (#1154)
- frontend task queue @shamoon (#1020)
- Fearless scikit-learn updates @stumpylog (#1082)
- Adds support for Docker secrets @stumpylog (#1034)
- make frontend timezone un-aware @shamoon (#957)
- Change document thumbnails to WebP @stumpylog (#1127)
- Fork django-q to update dependencies @stumpylog (#1014)
- Fix: Rework query params logic @shamoon (#1000)
- Enhancement: show note on language change and offer reload @shamoon (#1030)
- Include error information when Redis connection fails @stumpylog (#1016)
- frontend settings saved to database @shamoon (#919)
- Add "Created" as additional (optional) parameter for post_documents @eingemaischt (#965)
- Convert Changelog to markdown, auto-commit future changelogs @qcasey (#935)
- allow all ASN filtering functions @shamoon (#920)
- gunicorn: Allow IPv6 sockets @vlcty (#924)
- initial app loading indicators @shamoon (#899)
Bug Fixes
- Fix: Prevent duplicate api calls on text filtering @shamoon (#1133)
- make frontend timezone un-aware @shamoon (#957)
- Feature / fix quick toggleable filters @shamoon (#1122)
- Chore: Manually downgrade reportlab (and update everything else) @stumpylog (#1116)
- Bugfix: Don't assume default Docker folders @stumpylog (#1088)
- Bugfix: Better sanity check messages @stumpylog (#1049)
- Fix vertical margins between pages of pdf viewer @shamoon (#1081)
- Bugfix: Pass debug setting on to django-q @stumpylog (#1058)
- Bugfix: Don't assume the document has a title set @stumpylog (#1057)
- Bugfix: Corrects the setting of max pixel size for OCR @stumpylog (#1008)
- better date pasting @shamoon (#1007)
- Enhancement: Alphabetize tags by default @shamoon (#1017)
- Fix: Rework query params logic @shamoon (#1000)
- Fix: add translation for some un-translated tooltips @shamoon (#995)
- Change npm --no-optional to --omit=optional @shamoon (#986)
- Add
myst-parser
to fix readthedocs @qcasey (#982) - Fix: Title is changed after switching doc quickly @shamoon (#979)
- Fix: warn when closing a document with unsaved changes due to max open docs @shamoon (#956)
- Bugfix: Adds configurable intoify debounce time @stumpylog (#953)
- Bugfix: Fixes document filename date off by 1 issue @stumpylog (#942)
- fixes #949: change to MIME detection for files @gador (#962)
- docs: fix some typos @Berjou (#948)
- [Docs] Fix 2 small typos @tooomm (#946)
- [Readme] Fix typo @tooomm (#941)
- Fix: management pages plurals incorrect in other languages @shamoon (#939)
- Fix: v1.7.1 frontend visual fixes @shamoon (#933)
- Fix: unassigned query params ignored @shamoon (#930)
- Fix: allow commas in non-multi rules query params @shamoon (#923)
- Fix: Include version in export for better error messages @stumpylog (#883)
- Bugfix: Superuser Management Won't Reset Password @stumpylog (#903)
- Fix Ignore Date Parsing @stumpylog (#721)
Documentation
- Feature use env vars in pre post scripts @ziprandom (#1154)
- Add
myst-parser
to fix readthedocs @qcasey (#982) - Add "Created" as additional (optional) parameter for post_documents @eingemaischt (#965)
- Bugfix: Adds configurable intoify debounce time @stumpylog (#953)
- docs: fix some typos @Berjou (#948)
- [Docs] Fix 2 small typos @tooomm (#946)
- Convert Changelog to markdown, auto-commit future changelogs @qcasey (#935)
- [Readme] Fix typo @tooomm (#941)
Maintenance
- Adds support for Docker secrets @stumpylog (#1034)
- Bugfix: Don't assume default Docker folders @stumpylog (#1088)
- Include error information when Redis connection fails @stumpylog (#1016)
- Fix: add translation for some un-translated tooltips @shamoon (#995)
- gunicorn: Allow IPv6 sockets @vlcty (#924)
Dependencies
34 changes
- Fearless scikit-learn updates @stumpylog (#1082)
- Bump pillow from 9.1.1 to 9.2.0 @dependabot (#1193)
- Bump watchdog from 2.1.8 to 2.1.9 @dependabot (#1132)
- Bump scikit-learn from 1.0.2 to 1.1.1 @dependabot (#992)
- Bump setuptools from 62.3.3 to 62.6.0 @dependabot (#1150)
- Bump django-filter from 21.1 to 22.1 @dependabot (#1191)
- Bump actions/setup-python from 3 to 4 @dependabot (#1176)
- Bump sphinx from 4.5.0 to 5.0.2 @dependabot (#1151)
- Bump docker/metadata-action from 3 to 4 @dependabot (#1178)
- Bump tj-actions/changed-files from 22.1 to 23.1 @dependabot (#1179)
- Bump @angular/cli from 13.3.7 to 14.0.4 in /src-ui @dependabot (#1177)
- Bump cypress from 10.0.1 to 10.3.0 in /src-ui @dependabot (#1187)
- Bump zone.js from 0.11.5 to 0.11.6 in /src-ui @dependabot (#1185)
- Bump ts-node from 10.8.0 to 10.8.1 in /src-ui @dependabot (#1184)
- Bump jest-environment-jsdom from 28.1.0 to 28.1.2 in /src-ui @dependabot (#1175)
- Bump @types/node from 17.0.38 to 18.0.0 in /src-ui @dependabot (#1183)
- Bump concurrently from 7.2.1 to 7.2.2 in /src-ui @dependabot (#1181)
- Bump jest-preset-angular from 12.0.1 to 12.1.0 in /src-ui @dependabot (#1182)
- Bump jest and @types/jest in /src-ui @dependabot (#1180)
- Bump whitenoise from 6.1.0 to 6.2.0 @dependabot (#1103)
- Bump cypress from 9.6.1 to 10.0.1 in /src-ui @dependabot (#1083)
- Bump docker/setup-qemu-action from 1 to 2 @dependabot (#1065)
- Bump docker/setup-buildx-action from 1 to 2 @dependabot (#1064)
- Bump docker/build-push-action from 2 to 3 @dependabot (#1063)
- Bump @cypress/schematic from 1.7.0 to 2.0.0 in /src-ui @dependabot (#1075)
- Bump tj-actions/changed-files from 19 to 22.1 @dependabot (#1062)
- Bump concurrently from 7.1.0 to 7.2.1 in /src-ui @dependabot (#1073)
- Bump @types/jest from 27.4.1 to 27.5.2 in /src-ui @dependabot (#1074)
- Bump ts-node from 10.7.0 to 10.8.0 in /src-ui @dependabot (#1070)
- Bump jest from 28.0.3 to 28.1.0 in /src-ui @dependabot (#1071)
- Chore: npm package updates 22-06-01 @shamoon (#1069)
- Bump docker/login-action from 1 to 2 @dependabot (#1061)
- Chore: Manually update dependencies @stumpylog (#1013)
- Chore: Manually update all Python dependencies @stumpylog (#973)
1、 paperless-ngx-v1.8.0-beta.rc1.tar.xz 22.04MB