Join the discord to stay up to date and have early previews
Attention
The rename process is going well, I am almost ready to migrate, all I need is a definitive name.
I have an idea of what I'm going for, but it's not too late to join the discussion and give your opinion on the matter!
Changelog
This is a quick hotfix for issue #89 - thank you for raising it as fast as you did!
I'll also leave the changelog for version 1.6.0 as it was a fairly big release and I don't want people to miss out on what's new ❤️
Sorry for the issue, thankfully it was resolved very quickly
1.6.0 Changelog
security updates
I have added two new env variables SERVE_PUBLIC_IMAGES
& SERVE_PUBLIC_FILES
. Currently images and files are private, regardless on if the notes are share publicly or not. This was done intentionally to keep your files safe. However I understand if you wish to publicly share a tutorial or something that requires users to view images or download certain files you want to upload.
- Logged in users will be able to see images/files normally without the need for these variables to be enabled.
- Enabling this variables doesn't expose your whole file structure, it only exposes individual image/files in the moment someone has a valid filename/id and know your username
- I take absolutely no responsibility if you enable these, I am giving you the option, it's entirely up to you what you do with it, it's self-hosted after all 😆
bugfix
- Fix public share of notes and checklist to work for non logged in users #76
- Fix admin group not being requested on login/signup #78
- Make notes header sticky on desktop #72
- Fix table of content when code block is too long #71
- Change username will not break the folder structure anymore but will need a logout to function. This is disabled if you use SSO to login as the username is defined by your provider
- Fix delete delay on checklist items, if you delete too many in a row they don't stay deleted #73
features
- Export checklists/notes/users or entire data folder #52
- Improve mobile layout overall, make it look and feel like an app
- Open sidebar swiping from left to right on mobile (disabled by default on notes pages)
- Enhance profile with avatar upload feature and show avatar every time username was shown with a default user icon (even on public notes/checklists)
- Export api implementation, check here for more info