-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
54 lines (42 loc) · 1.24 KB
/
ChangeLog
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
# Change Log
## [1.2] - 2017-08-12
### Changed
- Check that ebuilds matched by the atom accept the given useflags to avoid
typos
## [1.1] - 2017-01-12
### Added
- Possibility to configure file pattern in /etc/chuse.conf
- Colors in use flags display
### Changed
- Check that atoms match existing ebuilds to avoid typos
- Package category is now optional when the package name is not ambiguous
### Fixed
- Bug when reseting the last useflag of a package
## [1.0.2] - 2015-07-29
### Added
- POD documentation format
### Removed
- Raw man page
### Changed
- Shebang line to python3
### Fixed
- Regex matching atoms
## [1.0.1] - 2015-04-12
### Added
- Example section to the man page
## [1.0] - 2015-04-11
### Added
- package.use hierarchy dump
- load a dumped file to the package.use hierarchy
- Man pages
- Usage
- Version information
- ChangeLog file
### Changed
- Default modifier is now "+" instead of error on missing modifier
- Made PEP8 compliant
[1.2]: https://gitlab.com/apinsard/chuse/compare/1.1...1.2
[1.1]: https://gitlab.com/apinsard/chuse/compare/1.0.2...1.1
[1.0.2]: https://gitlab.com/apinsard/chuse/compare/1.0.1...1.0.2
[1.0.1]: https://gitlab.com/apinsard/chuse/compare/1.0...1.0.1
[1.0]: https://gitlab.com/apinsard/chuse/compare/0.1...1.0