summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: bc0d2353ffca67a20860fe0ced982fb8eea7a558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.3] - 2023-04-04
### Changed
- Update dependencies
- Improve CI

## [1.2.2] - 2023-02-06
### Changed
- Update dependencies
- Update min required dart SDK to 2.19.0

## [1.2.1] - 2022-10-15
### Changed
- Update dependencies
- Update min required dart SDK to 2.18.2

## [1.2.0] - 2022-08-22
### Added
- Add `install` command to install all new packages at once

## [1.1.0] - 2022-08-20
### Added
- Detect packages that are implicitly installed when reviewing
- Add options to mark packages as explicitly or implicitly installed

## [1.0.2] - 2022-08-18
### Fixed
- Minor fix-ups and improvements

## [1.0.1] - 2022-08-18
### Fixed
- Add install script to PKGBUILD to set correct permissions on storage directory

## [1.0.0] - 2022-08-15
### Added
- Add `review` command to review detected package changes

### Changed
- Rename default command to `update`

## [0.1.2] - 2022-08-01
### Fixed
- Small fixups, repair AUR package

## [0.1.1] - 2022-07-27
### Changed
- Use dart\_test\_tools aur workflow template

## [0.1.0] - 2022-07-25
### Added
- Initial release

[1.2.3]: https://github.com/Skycoder42/paxchange/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/Skycoder42/paxchange/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/Skycoder42/paxchange/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/Skycoder42/paxchange/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Skycoder42/paxchange/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/Skycoder42/paxchange/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Skycoder42/paxchange/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Skycoder42/paxchange/compare/v0.1.2...v1.0.0
[0.1.2]: https://github.com/Skycoder42/paxchange/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/Skycoder42/paxchange/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/Skycoder42/paxchange/releases/tag/v0.1.0