docs/Release Notes/Release Notes/v0.91.3-beta.md
Mobile improvements
Fonts
Display the content of JSON attachments and improve the style of attachment code blocks.
Translucent top bar on desktop layout for iPad
'Show Help' and 'About Trillium Notes' menu options are now available in the mobile view
Back/forward buttons have been enabled for web builds as well, mostly for mobile view.
support for RFC 5870 geo-URIs by @0Raptor
login: add Trilium icon and improve style by @pano9000
allow disabling mention autocomplete by pressing escape (forward port of @zadam’s work)
Restyle the help dialog by @adoriandoran
Added back ESLint support for backend notes
Exporting JavaScript code blocks in text notes to Markdown now sets the right language tag.
Library updates
use existing randomSecureToken function by @pano9000
use named exports for the utils functions by @pano9000
use Set instead of Arrays for faster lookups by @pano9000
remove unused 'request' by @pano9000
utils/formatDownloadTitle: simplify function by @pano9000
remove unused tree-kill dependency by @pano9000
Add timezone and localtime mounts to docker-compose by @perfectra1n
login: simplify JS by @pano9000
set password: various smaller fixes by @pano9000
use ejs partial for injecting window.glob by @pano9000
add prettier as devDep and scripts by @pano9000
add override for *.json tab width to match .editorconfig by @pano9000
update deprecated electron packages by @pano9000
Add server logging for CKEditor state changes by @process
refactor(data_dir): simplify logic and make code robust and testable by @pano9000
replace csurf with csrf-csrf by @pano9000
refactor(backend_log): improve getBackendLog by @pano9000
fix(views): replace deprecated meta tag by @pano9000