Adventure List Changelog

What's new in Adventure List 0.11.0

Apr 9, 2024
  • Features:
  • Improved user experience on small screens with page navigation in the recurrence widget.
  • Bug Fixes:
  • Fixed an issue where the tray icon was not showing on Flatpak builds.
  • Other Changes:
  • Miscellaneous code cleanup, updates, and improvements.

New in Adventure List 0.10.0 (Mar 15, 2024)

  • Features:
  • if there is an error fetching tasks, show an error message #19 (Kristen McWilliam)
  • add undo for task completion #19 (Kristen McWilliam)
  • animate crossing out task when checked #19 (Kristen McWilliam)
  • reduce padding around tasks #19 (Kristen McWilliam)
  • improve reliability when undoing Delete Completed Tasks #19 (Kristen McWilliam)
  • add delete task button to context menu #19 (Kristen McWilliam)
  • Bug Fixes:
  • reordering tasks #19 (Kristen McWilliam)
  • task checkbox aligns with ExpansionTile children #19 (Kristen McWilliam)
  • cancel notifications for deleted tasks #19 (Kristen McWilliam)
  • tasks_page: move SafeArea to under Scaffold #19 (Kristen McWilliam)
  • use native window decorations on qt platforms #19 (Kristen McWilliam)
  • Other:
  • Various refactoring, code cleanup, and improvements

New in Adventure List 0.9.0 (Sep 20, 2023)

  • Features:
  • Large Screens: You can now click outside an expanded task to close it.
  • Bug Fixes:
  • Emojis will now be displayed in color.
  • You can now edit the task name on large screens.
  • The due date will now be updated if a recurring task is completed.
  • Recurring tasks will now send notifications.

New in Adventure List 0.8.0 (Sep 15, 2023)

  • Features:
  • Desktop: Added a context button to the active task for more actions
  • Added a verbose logging toggle to settings
  • Added the ability to move tasks to other lists
  • Improved logging to help with debugging issues
  • Added advanced recurring tasks support (this was so hard! 💪)
  • Bug Fixes:
  • Fixed a bug where the release notes dialog would show multiple times
  • Fixed autostart not working for Flatpak releases
  • Other minor/misc bug fixes
  • Other:
  • Added a link to Flathub in the README
  • Automated deployment to the Microsoft Store
  • Various other minor improvements, chores, and fixes

New in Adventure List 0.7.0 (Jul 15, 2023)

  • Features:
  • Added translations support.
  • Added English and German translations.
  • Added tooltip to the Pin Window button.
  • Made task details an expanding panel for desktop.
  • Moved completed items to a collapsible area at the bottom.
  • Moved list settings into a popup menu.
  • Added delete button to subtasks.
  • Bug Fixes:
  • Improved reliability of release notes dialog.

New in Adventure List 0.6.0 (Jun 30, 2023)

  • New Features:
  • Background refresh for Android: Android will now refresh in the background, which will ensure that the lists are up to date with remote changes.
  • Autostart: Desktop users can now enable the app to start automatically when their computer boots up.
  • Other:
  • Flatpak: The app now displays a message in the settings indicating if it is running in a flatpak container.
  • Various bug fixes and improvements.

New in Adventure List 0.5.0 (May 29, 2023)

  • Changes:
  • Remove custom checkbox border.
  • Bug Fixes:
  • Fixed an issue where users were unable to create subtasks on mobile (#8)