Skip to content

Releases: CocoCR300/flauncher

Release #4 December 2024 (2024.12.004)

24 Dec 21:00
Compare
Choose a tag to compare
  • Fix categories not being sorted automatically after choosing alphabetical sort.
  • Fix "app cards" in grid layouts not moving when reordering them.
  • Fix some settings pages not autofocusing the first item in them.
  • Fix invisible item being focused when "auto hide app bar" setting is enabled.

Release #3 December 2024 (2024.12.003)

19 Dec 18:49
Compare
Choose a tag to compare
  • Fix an issue that caused more than one "launcher section" to be deleted when deleting just one of them.
  • Add a workaround to be able to move the keyboard focus from a text field to adjacent UI elements in the "launcher section" settings page.

Release #2 December 2024 (2024.12.002)

18 Dec 21:28
Compare
Choose a tag to compare
  • Introduce "spacers" to put between/around categories in the launcher.
  • Use the side panel instead of a dialog to create categories.

Release #1 December 2024 (2024.12.001)

11 Dec 20:14
Compare
Choose a tag to compare
  • Add new setting to hide/show the app bar based on its focus state: #32.

Release #1 November 2024 (2024.11.001)

27 Nov 14:18
Compare
Choose a tag to compare
  • Fix an issue that caused applications to not be removed from the launcher when uninstalled: #11, #35.
  • Update Flutter and dependencies.

Release #3 September 2024 (2024.09.003)

29 Sep 20:59
Compare
Choose a tag to compare

Release #2 September 2024 (2024.09.002)

13 Sep 03:26
Compare
Choose a tag to compare

Fix #21 (keyboard long press) while addressing #9 (launching apps with mouse/touch)

  • Modify FocusKeyboardListener according to the current needs
  • Remove automatic release creation for now

Release #1 September 2024 (2024.09.001)

06 Sep 03:27
Compare
Choose a tag to compare

From this point on, releases will have the following versioning scheme year.month.release number. Two numbers is more than enough for the release number, but three helps to distinguish it from a day of the month. And since Flutter forces the version string to contain three numbers separated by dots, that's what I ended up with.
The application packages below do not have this version, since this was the last release tagged as "continuous" and this change was introduced after that.