Hey everyone, welcome to another release!
Let's jump right in, this release contains these changes:
- You can disable sign-ups for users even while keeping SMTP enabled, thanks @swinis for the suggestion. To use it, include
DISABLE_USER_SIGNUPS=true
in your environment variables. Example can be seen in the README compose file. - Ability to Import existing Boards from Trello - focused on keeping as much information as possible, including possibility to map Ticky users to Trello users to keep assignees and card owners (keep in mind large boards may experience performance issues in the board view and I would recommend disabling animations in the board settings - further improvements are on the roadmap, just slightly more complicated). Available in the Board creation modal.



- Overhauled board settings to improve performance in large boards.
- Added titles to all pages. No more uninformative "Ticky" in the title bar! 😄
- Added board settings tab for exporting your board - for now only meant for sharing whenever there's an issue, in the future will be added ability to import them to a different instance.

- Other fixes and improvements.
Nowadays I am quite busy, but I try my best to keep features coming out at a stable pace and all that while prioritizing bug fixes. So if you have any suggestions/issues you come across, please let me know, I address all of them :)
Thanks for using Ticky!
What's Changed
- feat: Option to disable sign-ups and fixed logic for SMTP disabling by @dkorecko in #64
- refactor: Time select common component by @dkorecko in #66
- fix: Exception when data protection key stored is incorrect by @dkorecko in #71
- feat: Import board from Trello by @dkorecko in #70
- style: Disable option to highlight settings menu tabs by @dkorecko in #72
- perf: Significantly improved performance in board settings with large amount of cards by @dkorecko in #73
- feat: Export board for debug purposes by @dkorecko in #74
- style: Improved design of multiline column names by @dkorecko in #75
- feat: Added browser tab titles to all pages by @dkorecko in #76
Full Changelog: v1.7.1...v1.8.0