v0.14.1
usememos/memosv0.14.1Jul 22, 2023by boojack
AI Summary
A maintenance release adding Hindi language support, backup interval configuration, and fixing login session and database locking issues.
Key Highlights
- New Hindi language translation support
- Added backup interval configuration
- Fixed expired login session issue
- Fixed occasional 'SQLite is locked' error
New Features
- Hindi language translation
- AutoBackupInterval configuration
- Disable access for anonymous users
Full Release Notes
## TL;DR * New language translation supported: Hindi 🇮🇳 * Added backup interval configuration in UI * Fixed expired login session issue * Fixed occasional "SQLite is locked" error ## What's Changed * chore: disallow destructuring 't' from useTranslation by @Ajaykumbhare in https://github.com/usememos/memos/pull/1973 * feat(security): disable access for anonymous users, when disablePublicMemos is true by @aatumaykin in https://github.com/usememos/memos/pull/1966 * fix: copy code button toast message by @Ajaykumbhare in https://github.com/usememos/memos/pull/1979 * fix: exclude all punctuation chars except underscore in tags by @pipe01 in https://github.com/usememos/memos/pull/1974 * docs: add rowStatus parameter for memo api document by @EINDEX in https://github.com/usememos/memos/pull/1984 * fix: disable selection of future dates in daily review section by @Ajaykumbhare in https://github.com/usememos/memos/pull/1983 * fix: access token will expired after 24h by @NicoleRobin in https://github.com/usememos/memos/pull/1988 * fix: delete multiple resources, close #1986 by @0x-jerry in https://github.com/usememos/memos/pull/1987 * feat: add AutoBackupInterval in SystemSetting by @athurg in https://github.com/usememos/memos/pull/1989 * feat: use username instead of uid by @aatumaykin in https://github.com/usememos/memos/pull/1977 * fix: database is locked by @lincolnthalles in https://github.com/usememos/memos/pull/1992 * chore: remove unused transaction in store by @boojack in https://github.com/usememos/memos/pull/1995 * chore: update ja.json by @kusanaginoturugi in https://github.com/usememos/memos/pull/1996 * fix: add resource.clear to translate by @aatumaykin in https://github.com/usememos/memos/pull/1999 * feat: add hindi language translation for i18n support by @Ajaykumbhare in https://github.com/usememos/memos/pull/2001 * chore: upgrade version to `0.14.1` by @boojack in https://github.com/usememos/memos/pull/2004 ## New Contributors * @NicoleRobin made their first contribution in https://github.com/usememos/memos/pull/1988 * @0x-jerry made their first contribution in https://github.com/usememos/memos/pull/1987 * @kusanaginoturugi made their first contribution in https://github.com/usememos/memos/pull/1996 **Full Changelog**: https://github.com/usememos/memos/compare/v0.14.0...v0.14.1