๐ Changes in this release:
โจ Enhancements
- feat(i18n): add support for Chinese language (#774) by @afairgiant
- feat: labs visit creation linkage (#771) by @afairgiant
- feat: enhance Paperless service with metadata enrichment and fallback search improvements (#767) by @afairgiant
- feat: implement title fallback search for documents in Paperless service (#766) by @afairgiant
๐ Bug Fixes
- fix(i18n): implement virtual module for bundling English locale JSONs (#770) by @afairgiant
- fix: corrected tests broken by recent i18n rework (#769) by @afairgiant
- fix: correct test translations for recent changes (#768) by @afairgiant
- fix: resolve race condition during session logout in AuthContext (#765) by @afairgiant
- fix: found some missing translations keys (#764) by @afairgiant
- fix: race condition in i18n - preventing keys from showing during loading (#762) by @afairgiant
- fix(i18n): correct Thai character encoding for เนเธเธเธขเน (medical) in navigation.json (#763) by @Nub-1
๐ ๏ธ Refactoring & Maintenance
- deps: update cryptography package version in requirements.txt to 46.0.7 (#773) by @afairgiant
- Refactor: i18n translation corrections and string extractions (#759) by @afairgiant
- Refactor: i18n dedup values (#746) by @afairgiant
- Refactor: i18n key cleanup (#745) by @afairgiant