Skip to content

Releases: CodandoTV/todoapp_flutter

v1.2.3

04 Apr 12:20
c2ccf19

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

04 Apr 10:38
7fddfbc

Choose a tag to compare

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

04 Apr 02:47
6b33a78

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Mar 13:15
ffe7ac7

Choose a tag to compare

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

20 Dec 13:55
b751e83

Choose a tag to compare

What's Changed

Full Changelog: v1.1.18...v1.1.19

v1.1.18

16 Dec 01:10

Choose a tag to compare

What's Changed

Full Changelog: v1.1.17...v1.1.18

v1.1.17

09 Dec 15:37

Choose a tag to compare

What's Changed

Full Changelog: v1.1.16...v1.1.17

v1.1.16

19 Sep 00:35
02b5f93

Choose a tag to compare

Fix for edit task title

v1.1.14

29 Aug 13:14

Choose a tag to compare

Add Dart setup to setup-tag action

v1.1.10

28 Aug 13:50

Choose a tag to compare

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.