aur/CHANGELOG.md
2026-02-21 21:23:22 +00:00

3.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.2 - 2026-02-21

Changed

  • Updated min sdk version to ^3.11.0
  • Updated dependencies

1.4.1 - 2025-12-05

Changed

  • Updated dependencies
  • Updated min dart sdk version to 3.10.0

1.4.0 - 2025-10-19

Changed

  • Updated dependencies
  • Updated min dart sdk version to 3.9.0
  • Replaced riverpod with injectable and get_it

1.3.5 - 2025-03-16

Changed

  • Updated dependencies
  • Updated min dart sdk version to 3.7.0

1.3.4 - 2024-12-30

Fixed

  • Fix deployment

1.3.3 - 2024-12-30

Changed

  • Updated dependencies
  • Updated min dart sdk version to 3.6.0

Fixed

  • Analysis issues
  • Fix timezone for unit tests

1.3.2 - 2024-04-12

Changed

  • Remove pubspec.lock from repository
  • Updated dependencies
  • Updated min dart sdk version to 3.3.0

Fixed

  • Fixed CI integration

1.3.1 - 2023-11-27

Changed

  • Updated dependencies
  • Updated min dart version to 3.2.0

1.3.0 - 2023-09-15

Added

  • Added cleanup step to delete old backups on the remote

Changed

  • Updated dependencies
  • Updated min dart version to 3.1.0

1.2.1 - 2023-08-12

Fixed

  • Fixup AUR release

1.2.0 - 2023-08-12

Added

  • Support for running alternative backup services
    • By setting the backup label to a non empty string, a hook is registered
    • Is the name of a systemd unit or template unit
      • Automatically escapes volume names when passed to a template
    • Can run as preparation or instead of the normal backup
    • Backup logic (ordering, container-management, etc.) still applies

Changed

  • Improve documentation

1.1.0 - 2023-08-04

Added

  • Add support for detecting pods

1.0.4 - 2023-07-09

Changed

  • Remove --fsync from rsync call due to compatibility reasons

1.0.3 - 2023-07-08

Added

  • Add upload to packagecloud

1.0.2 - 2023-06-09

Changed

  • Update dependencies

1.0.1 - 2023-04-04

Added

  • Add support for AUR releases

Changed

  • Update dependencies

1.0.0+1 - 2023-03-31

Fixed

  • Fixed release artifacts

1.0.0 - 2023-03-30

Added

  • Initial release