Releases: dkorecko/Ticky
v1.15.2
v1.15.1
v1.15.0
v1.14.1
v1.14.0
What's Changed
- feat: Added ability to change order of subtasks by @dkorecko in #147
- fix: Respect disabled sorting animations everywhere by @dkorecko in #148
- refactor: Change blocked to flagged by @dkorecko in #150
- feat: Ability to add assignees to subtasks by @dkorecko in #153
- fix: Issue when opening modal of same type for different item when one was already open by @dkorecko in #151
- feat: Replaced input with search bar when linking cards by @dkorecko in #152
- feat: Real-time updates for the board view by @dkorecko in #154
- feat: Support for info/feedback modals by @dkorecko in #156
Full Changelog: v1.13.0...v1.14.0
v1.13.0
Hey everyone, back with another rather big update!
Highlights:
- FINALLY worked around the flicker when moving cards, here's to hoping it's completely flawless 🤞
- added ability to clone a board 🆕
- added ability to paste a file directly to a card (CTRL + V), including print screens ✂️
- added button to go back to board from the board settings 🔙
- extended support for any filetypes in attachments 📁
- the width when editing a card should no longer jump around, also by default is wider on screens that can accommodate it 📏
- cards have better word-splitting logic 💯
- a lot of bug fixes and QoL improvements 🐛
- updated docs with new pictures and the updated feature list 📝
Thanks for using Ticky and consider joining the Discord to tell me how you use it!
What's Changed
- fix: Missing cursor pointer in edit card headers by @dkorecko in #133
- fix: Board settings error when deadline set on a snoozed/repeating card by @dkorecko in #136
- feat: Clone board by @dkorecko in #134
- feat: Use dev prefix/suffix in e-mails as well by @dkorecko in #137
- fix: Incorrect stats visualization with 0 cards on the board by @dkorecko in #138
- fix: Resolve drag and drop flicker by @dkorecko in #135
- fix: Missing icon for no favorite by @dkorecko in #140
- fix: Unable to copy deep link in http environments by @dkorecko in #139
- feat: Paste file directly to card by @dkorecko in #141
- fix: Make the edit card modal's width behave better by @dkorecko in #142
- fix: Support any file types for uploading/downloading as an attachment by @dkorecko in #143
- fix: No longer break short words in card labels, only break if word too long for one entire line by @dkorecko in #144
- feat: Back to board button in board settings by @dkorecko in #145
- fix: Added minimum height to board page for stats and add column indicator by @dkorecko in #146
Full Changelog: v1.12.1...v1.13.0
v1.12.1
v1.12.0
Hello everyone,
This release focuses on some important refactors and fixes some annoying bugs of the past. Additionally, I have decided to remove the part about planned features from the README, as I feel like it's much better features are actually requested from people and you guys can provide your feedback and it's not just what I want. So if you would like to see anything, please either create an issue or a discussion.
As far as noticeable changes, you should no longer see the sudden layout shift when first opening a board and it should be more easy to use the app in the mobile app as there have been multiple fixes and changes to how modals and dropdowns behave.
Enjoy!
What's Changed
- fix: Early logout by @dkorecko in #118
- fix: Correct log levels in respective envs by @dkorecko in #121
- docs: Removed planned features section by @dkorecko in #122
- fix: Subtasks modal remain open after creation by @dkorecko in #120
- fix: Edit subtask not opening, fixed sizing issues on first open and other improvements by @dkorecko in #123
- refactor: Pure-CSS column height by @dkorecko in #124
Full Changelog: v1.11...v1.12.0
v1.11.0
Hello,
This release contains:
- fix for statistics showing as 0
- adds a new filter for excluding completed cards (for improved performance)
- adds animations for opening/closing dropdowns and action modals (for choosing labels etc.) to bring it in line with normal modals
- removes automatic ordering completely, replacing it with new card placement, seeing as automatic ordering did not make much sense in the first place and position for the card placement seems like a much more important decision (between top/bottom)
Enjoy and let me know what you think!
What's Changed
- fix: Empty statistics by @dkorecko in #113
- feat: Added filter to exclude completed cards by @dkorecko in #114
- feat: Animate opening/closing for dropdowns and action modals by @dkorecko in #110
- feat: Replaced automatic ordering with card placement target by @dkorecko in #115
Full Changelog: v1.10.1...v1.11.0