|
1 | 1 | # Changelog
|
2 | 2 |
|
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 |
4 | 15 |
|
5 |
| -- Add `geoclue-agent.service`. |
6 | 16 | - Start redshift-gtk after geoclue-agent.
|
7 | 17 |
|
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 |
9 | 31 |
|
10 | 32 | - Set longer restart interval for redshift-gtk and app services.
|
11 |
| -- Fix typo in `xbindkeys.service`. |
12 | 33 |
|
13 |
| -## 2.2.0 |
| 34 | +### Fixed |
| 35 | + |
| 36 | +- Typo in `xbindkeys.service`. |
| 37 | + |
| 38 | +## [2.2.0] / 2016-06-08 |
| 39 | + |
| 40 | +### Changed |
14 | 41 |
|
15 | 42 | - The following services now restart on failure:
|
16 | 43 | `app@`, `hexchat`, `insync`, `rbenv@`, `transmission-gtk`, and `xbindkeys`.
|
17 | 44 |
|
18 |
| -## 2.1.0 |
| 45 | +## [2.1.0] / 2016-06-07 |
| 46 | + |
| 47 | +### Changed |
19 | 48 |
|
20 | 49 | - Use `--no-daemon` mode for insync.
|
21 | 50 |
|
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. |
23 | 56 |
|
24 |
| -- Remove dbus units: D-Bus 266 now launches user buses. |
| 57 | +## [1.4.1] / 2015-09-09 |
25 | 58 |
|
26 |
| -## 1.4.1 |
| 59 | +### Changed |
27 | 60 |
|
28 |
| -- Fix issues with ordering cycles. |
29 | 61 | - Set restart on-failure for xscreensaver.
|
30 | 62 |
|
31 |
| -## 1.4.0 |
| 63 | +### Fixed |
32 | 64 |
|
33 |
| -- Add xscreensaver.service. |
| 65 | +- Issues with ordering cycles. |
34 | 66 |
|
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 |
36 | 74 |
|
37 | 75 | - Use system tmuxinator.
|
38 | 76 |
|
39 |
| -## 1.2.0 |
| 77 | +## [1.2.0] / 2015-05-23 |
40 | 78 |
|
41 | 79 | - Add transmission-gtk.service.
|
42 | 80 |
|
43 |
| -## 1.1.1 |
| 81 | +## [1.1.1] / 2015-05-23 |
| 82 | + |
| 83 | +### Fixed |
44 | 84 |
|
45 | 85 | - Ensure some units start after xresources.
|
46 | 86 |
|
47 |
| -## 1.1.0 |
| 87 | +## [1.1.0] / 2015-05-16 |
| 88 | + |
| 89 | +### Added |
48 | 90 |
|
49 | 91 | - Add ssh-agent.service.
|
50 | 92 |
|
51 |
| -## 1.0.0 |
| 93 | +## 1.0.0 / 2015-05-10 |
52 | 94 |
|
53 | 95 | - 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