-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
🚀 New Tududi Release Available
A new version of Tududi has been released!
Current version: v0.88.4
Latest version: v0.88.5
Release Information
- Release date: 2026-02-13T13:54:14Z
- Release URL: https://github.com/chrisvel/tududi/releases/tag/v0.88.5
Release Notes
What's Changed
- Fix SQLite migration failure when removing uuid column from tasks by @chrisvel in Fix SQLite migration failure when removing uuid column from tasks chrisvel/tududi#787
- Fix issue with dropdown spilling over by @chrisvel in Fix issue with dropdown spilling over chrisvel/tududi#788
- Fix task detail status change by @chrisvel in Fix task detail status change chrisvel/tududi#789
- Fix subtask completion auto-completing parent task by @chrisvel in Fix subtask completion auto-completing parent task chrisvel/tududi#792
- Set stalled projects active without tasks by @chrisvel in Set stalled projects active without tasks chrisvel/tududi#793
- Change relative path by @chrisvel in Change relative path chrisvel/tududi#794
- Clear local storage on selection by @chrisvel in Clear local storage on selection chrisvel/tududi#795
- Fix link to First Steps in README.md by @korantu in Fix link to First Steps in README.md chrisvel/tududi#805
- Fix saving subtasks on edit by @chrisvel in Fix saving subtasks on edit chrisvel/tududi#806
- Fix translation.json by @sozmi in Fix translation.json chrisvel/tududi#802
- Fix subtasks dissapearing issue by @chrisvel in Fix subtasks dissapearing issue chrisvel/tududi#811
- Fix an issue with breaking inbox input on long strings by @chrisvel in Fix an issue with breaking inbox input on long strings chrisvel/tududi#823
- Fix date comparison bugs causing false past due warnings and Today view by @chrisvel in Fix date comparison bugs causing false past due warnings and Today view chrisvel/tududi#826
- Fix swagger mistake by @chrisvel in Fix swagger mistake chrisvel/tududi#827
- Setup infra for reverse proxy by @chrisvel in Setup infra for reverse proxy chrisvel/tududi#831
- Fix timezone missed rollout by @chrisvel in Fix timezone missed rollout chrisvel/tududi#832
- Fix right padding by @chrisvel in Fix right padding chrisvel/tududi#834
- Fix isEmail validation failure on valid emails during Docker setup by @chrisvel in Fix isEmail validation failure on valid emails during Docker setup chrisvel/tududi#835
- Fix project view due date timezone bug and recurring multi-weekday bug by @chrisvel in Fix project view due date timezone bug and recurring multi-weekday bug chrisvel/tududi#836
New Contributors
- @korantu made their first contribution in Fix link to First Steps in README.md chrisvel/tududi#805
- @sozmi made their first contribution in Fix translation.json chrisvel/tududi#802
Full Changelog: chrisvel/tududi@v0.88.4...v0.88.5
What to do next?
- Review the release notes for breaking changes
- Update the version in the following files:
tududi-addon/Dockerfile(line with--branch v0.88.4)tududi-addon-dev/Dockerfile(line with--branch v0.88.4)
- Test the addon with the new version
- Update the
CHANGELOG.mdwith the version change - Close this issue once the update is complete
Files to update
- RUN git clone --depth 1 --branch v0.88.4 https://github.com/chrisvel/tududi.git /tmp/tududi && \
+ RUN git clone --depth 1 --branch v0.88.5 https://github.com/chrisvel/tududi.git /tmp/tududi && \Reactions are currently unavailable