Join the discord to stay up to date and have early previews
Changelog
This one is a small-ish release, call it the calm before the storm. I am going to be away for the weekend so I want to make sure some minor bugs I addressed are released to keep Jotty as stable as possible.
Once back I'll continue working on #210 .
That branch will introduce a new way for me to target notes/checklists, you can read the description of the pull request.
I need some help testing. If you have some time and are brave PLEASE back up your data and pull the :uuid-migration image. Send as many bugs as you find either on discord or in the issues page with tag [uuid-migration] before the issue title. THANK YOU ♥️
bugfixes
- Fix easter egg bug (p.s. the setting is
isRwMarkable: true) #203 - Make sure new install don't need migration (duh) #201
- Allow the use of "false" for OIDC env variables (the usage of
yes/nois still preferred for full compatibility across the board) #199 - Make table of content scrollable when headings reach the bottom of the screen
- Fix default theme flashing when user uses custom made themes #172
- Massively improve checklist performance
- Lazy load checklists with more than 50 items (improves DOM load and avoids memory issues)
- Optimistic checking items (speeds up checking items, avoiding a long UI wait)
- Heavily cache emojis, so they are not always checked on every reload