Releases: CodandoTV/todoapp_flutter
Releases · CodandoTV/todoapp_flutter
v1.2.3
What's Changed
- Refactor TasksListWidget and update version by @gabrielbmoro in #70
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Fix tasks list rendering issue by wrapping TasksListWidget in Expande… by @gabrielbmoro in #69
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Support for tasks list menu - big screen by @gabrielbmoro in #68
Full Changelog: v1.2.0...v1.2.1
What's Changed
- Support for tasks list menu - big screen by @gabrielbmoro in #68
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Update plugin org.jetbrains.kotlin.android to v2.2.21 by @renovate[bot] in #60
- Update plugin com.android.application to v8.11.1 by @renovate[bot] in #24
- Update Eagle Eye to 2.0.0v by @gabrielbmoro in #66
- Implement bulk task updates and refactor task management by @gabrielbmoro in #67
Full Changelog: v1.1.19...v1.2.0
v1.1.19
v1.1.18
What's Changed
- Expandable Menu for Large Screens by @gabrielbmoro in #64
Full Changelog: v1.1.17...v1.1.18
v1.1.17
What's Changed
- Organize folders by @gabrielbmoro in #58
- Support for Danger by @gabrielbmoro in #59
- Update plugin org.jetbrains.kotlin.android to v2.2.20 by @renovate[bot] in #38
- Update dependency flutter_lints to v6 by @renovate[bot] in #29
- Add eagle-eye to the project by @gabrielbmoro in #61
- Update dependency share_plus to v12 by @renovate[bot] in #53
- Update actions/checkout action to v5 by @renovate[bot] in #37
- Feature/update to use dev settings by @gabrielbmoro in #62
- Make desktop version adaptable by @gabrielbmoro in #63
Full Changelog: v1.1.16...v1.1.17
v1.1.16
Fix for edit task title
v1.1.14
Add Dart setup to setup-tag action
v1.1.10
Fix typo in zip command for macOS app release The zip command in the GitHub Actions workflow for releasing the macOS app had a typo, causing the zip process to fail. This commit corrects the typo, ensuring the macOS app is correctly zipped and uploaded during the release process.