Hi everyone!👋 I'm excited to announce the latest release for Ticky! This update brings some great new features and important fixes.
What's New
🌙 Dark Mode: By popular demand, Ticky now officially supports dark mode! You can easily enable or disable it via a toggle in the top-right corner of the app. Your preference will be stored, and it defaults to your system settings. I'd love to hear your feedback on this, so please give it a try and let me know what you think.
🎨 New Logo: You'll now see the Ticky logo proudly displayed in the top-left corner of the web application.
✅ Sub-task Labels: Sub-tasks now have a label linked directly to their input checkbox, improving accessibility and usability.
🐳 Docker ARM Builds: For our users on ARM-based systems, we've added official Docker ARM builds, making it easier to deploy Ticky.
Bug Fixes and Improvements
💳 Resolved an error that was occurring with card linking.
📝 The issue with incomplete titles in membership dialogs has been fixed.
⚙️ I've also made several code improvements under the hood for better performance and stability.
I hope you enjoy these updates! Let me know what you think and if you find any bugs, please open an issue.
What's Changed
- fix: Card link error by @dkorecko in #5
- feat: Link label to checkbox for subtasks by @dkorecko in #6
- feat: Support multi-platform Docker build by @dkorecko in #7
- fix: Membership dialogs incomplete title by @dkorecko in #8
- refactor: New way of initializing arrays by @dkorecko in #9
- feat: Dark mode by @dkorecko in #10
New Contributors
Full Changelog: v1.1.0...v1.2.1