Skip to content

Releases: CodandoTV/todoapp_flutter

v1.2.3

Choose a tag to compare

@gabrielbmoro gabrielbmoro released this 04 Apr 12:20
c2ccf19

What's Changed

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

v1.2.2

Choose a tag to compare

@gabrielbmoro gabrielbmoro released this 04 Apr 10:38
7fddfbc

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

Choose a tag to compare

@gabrielbmoro gabrielbmoro released this 04 Apr 02:47
6b33a78

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

Choose a tag to compare

@gabrielbmoro gabrielbmoro released this 29 Mar 13:15
ffe7ac7

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

Choose a tag to compare

@github-actions github-actions released this 20 Dec 13:55
b751e83

What's Changed

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

v1.1.18

Choose a tag to compare

@gabrielbmoro gabrielbmoro released this 16 Dec 01:10

What's Changed

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

v1.1.17

Choose a tag to compare

@github-actions github-actions released this 09 Dec 15:37

What's Changed

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

v1.1.16

Choose a tag to compare

@github-actions github-actions released this 19 Sep 00:35
02b5f93
Fix for edit task title

v1.1.14

Choose a tag to compare

@github-actions github-actions released this 29 Aug 13:14
Add Dart setup to setup-tag action

v1.1.10

Choose a tag to compare

@github-actions github-actions released this 28 Aug 13:50
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.