Enhancements
- Added
password-auth
flag to control whether username and password login is enabled. #3719 - Support changing the date when editing memos. #3709
- Updated the default value of
public
to false, meaning user registration is not enabled by default. - Added calendar view on Home page to better review recent activities.
- Removed the Timeline page.
Changelog
- c4a24be chore(frontend): tweak memo relations
- c9c40bc chore: build release containers from tags rather than branches (#3739)
- b3b4aa9 chore: remove unused code
- 10c9bb0 chore: retire timeline page
- b9006f8 chore: tweak date utils
- 44e5684 chore: tweak search resources
- c5900b3 chore: tweak signup checks
- c6a09d9 chore: update memo filter styles
- 553e8d0 chore: update public default value to false
- 8bf7cdf feat: add password auth flag
- cd38ec9 feat: implement memo filters
- edc3b57 feat: implement search multi tags
- c313596 feat: update memo editor
- af95280 feat: write memo UID in file names when exporting to Markdown (#3712)
- d264f45 fix: code blocks of unknown languages cause HTML injection (#3711)