Skip to content

Commit 365ac7b

Browse files
committed
Update CHANGELOG to keepachangelog format
1 parent b92cc0a commit 365ac7b

File tree

1 file changed

+72
-17
lines changed

1 file changed

+72
-17
lines changed

CHANGELOG.md

Lines changed: 72 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,108 @@
11
# Changelog
22

3-
## 2.3.0
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## [2.3.0] / 2018-09-23
9+
10+
### Added
11+
12+
- `geoclue-agent.service`.
13+
14+
### Changed
415

5-
- Add `geoclue-agent.service`.
616
- Start redshift-gtk after geoclue-agent.
717

8-
## 2.2.1
18+
## [2.2.1] / 2016-06-08
19+
20+
### Changed
21+
22+
- Set longer restart interval for redshift-gtk and app services.
23+
24+
### Fixed
25+
26+
- Typo in `xbindkeys.service`.
27+
28+
## [2.2.0] / 2016-06-08
29+
30+
### Changed
931

1032
- Set longer restart interval for redshift-gtk and app services.
11-
- Fix typo in `xbindkeys.service`.
1233

13-
## 2.2.0
34+
### Fixed
35+
36+
- Typo in `xbindkeys.service`.
37+
38+
## [2.2.0] / 2016-06-08
39+
40+
### Changed
1441

1542
- The following services now restart on failure:
1643
`app@`, `hexchat`, `insync`, `rbenv@`, `transmission-gtk`, and `xbindkeys`.
1744

18-
## 2.1.0
45+
## [2.1.0] / 2016-06-07
46+
47+
### Changed
1948

2049
- Use `--no-daemon` mode for insync.
2150

22-
## 2.0.0
51+
## [2.0.0] / 2015-09-29
52+
53+
### Removed
54+
55+
- Dbus units: D-Bus 266 now launches user buses.
2356

24-
- Remove dbus units: D-Bus 266 now launches user buses.
57+
## [1.4.1] / 2015-09-09
2558

26-
## 1.4.1
59+
### Changed
2760

28-
- Fix issues with ordering cycles.
2961
- Set restart on-failure for xscreensaver.
3062

31-
## 1.4.0
63+
### Fixed
3264

33-
- Add xscreensaver.service.
65+
- Issues with ordering cycles.
3466

35-
## 1.3.0
67+
## [1.4.0] / 2015-08-22
68+
69+
- `xscreensaver.service`.
70+
71+
## [1.3.0] / 2015-06-11
72+
73+
### Changed
3674

3775
- Use system tmuxinator.
3876

39-
## 1.2.0
77+
## [1.2.0] / 2015-05-23
4078

4179
- Add transmission-gtk.service.
4280

43-
## 1.1.1
81+
## [1.1.1] / 2015-05-23
82+
83+
### Fixed
4484

4585
- Ensure some units start after xresources.
4686

47-
## 1.1.0
87+
## [1.1.0] / 2015-05-16
88+
89+
### Added
4890

4991
- Add ssh-agent.service.
5092

51-
## 1.0.0
93+
## 1.0.0 / 2015-05-10
5294

5395
- Initial release.
96+
97+
[Unreleased]: https://github.com/rxrc/systemd-user-units/compare/v2.3.0...HEAD
98+
[2.3.0]: https://github.com/rxrc/systemd-user-units/compare/v2.2.1...v2.3.0
99+
[2.2.1]: https://github.com/rxrc/systemd-user-units/compare/v2.2.0...v2.2.1
100+
[2.2.0]: https://github.com/rxrc/systemd-user-units/compare/v2.1.0...v2.2.0
101+
[2.1.0]: https://github.com/rxrc/systemd-user-units/compare/v2.0.0...v2.1.0
102+
[2.0.0]: https://github.com/rxrc/systemd-user-units/compare/v1.4.1...v2.0.0
103+
[1.4.1]: https://github.com/rxrc/systemd-user-units/compare/v1.4.0...v1.4.1
104+
[1.4.0]: https://github.com/rxrc/systemd-user-units/compare/v1.3.0...v1.4.0
105+
[1.3.0]: https://github.com/rxrc/systemd-user-units/compare/v1.2.0...v1.3.0
106+
[1.2.0]: https://github.com/rxrc/systemd-user-units/compare/v1.1.1...v1.2.0
107+
[1.1.1]: https://github.com/rxrc/systemd-user-units/compare/v1.1.0...v1.1.1
108+
[1.1.0]: https://github.com/rxrc/systemd-user-units/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)