Skip to content

Commit

Permalink
v1.5.0: improve status information on command line
Browse files Browse the repository at this point in the history
- show idle tasks on stdout

- show changed idle watches on stdout

- add applications to sample configuration

- update dependencies

- update documentation
  • Loading branch information
mzuther committed Sep 11, 2021
1 parent a67df4f commit 980ad2d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 27 deletions.
80 changes: 54 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,53 @@
# Change Log

*All notable changes to this project will be documented in this
_All notable changes to this project will be documented in this
file. This change log follows the conventions of
[keepachangelog.com].*
[keepachangelog.com]._

<!--- ---------------------------------------------------------------------- -->

## [Unreleased]

### Changed

<!--- ---------------------------------------------------------------------- -->

## [1.5.0] - 2021-09-11

### Added

- show idle tasks on stdout

- show changed idle watches on stdout

### Changed

- add applications to sample configuration

- update dependencies

- update documentation

<!--- ---------------------------------------------------------------------- -->

## [1.4.1] - 2021-01-11

### Changed

- add applications and new section to sample configuration

## Fixed
### Fixed

- detect remote SSH logins correctly (new version of sshd)


<!--- ---------------------------------------------------------------------- -->

## [1.4.0] - 2020-08-15

### Added

- add tray bar icon that changes according to state of tasks (*green*
if at least one task is idle, *red-yellow-green* if all tasks are
- add tray bar icon that changes according to state of tasks (_green_
if at least one task is idle, _red-yellow-green_ if all tasks are
idle); please note that Java currently reports the wrong icon size
for i3bar

Expand All @@ -51,16 +73,18 @@ file. This change log follows the conventions of

- update documentation


<!--- ---------------------------------------------------------------------- -->

## [1.3.1] - 2020-07-27
## Fixed

- fix wrong order of arguments when calling "poll-task-states"
### Fixed

- fix wrong order of arguments when calling "poll-task-states"

<!--- ---------------------------------------------------------------------- -->

## [1.3.0] - 2020-07-27

### Added

- complete unit tests
Expand All @@ -70,13 +94,14 @@ file. This change log follows the conventions of
- extract functionality to "poll-task-states" to improve unit test
coverage

## Fixed
### Fixed

- fix calling "shell-exec" with empty command


<!--- ---------------------------------------------------------------------- -->

## [1.2.0] - 2020-07-13

### Added

- add command line help and version display
Expand All @@ -95,13 +120,14 @@ file. This change log follows the conventions of

- re-factor code

## Fixed
### Fixed

- fix reflection warning


<!--- ---------------------------------------------------------------------- -->

## [1.1.0] - 2020-06-23

### Added

- let users define tasks and do not limit the number of tasks
Expand All @@ -121,25 +147,27 @@ file. This change log follows the conventions of

- rename the sample settings file

## Fixed
### Fixed

- kill the scheduler and end MoccaFaux if an exception is thrown


<!--- ---------------------------------------------------------------------- -->

## [1.0.0] - 2020-06-20

### Changed

- This is the first release.


[keepachangelog.com]: http://keepachangelog.com/
[Unreleased]: https://github.com/mzuther/moccafaux/tree/develop

[1.0.0]: https://github.com/mzuther/moccafaux/commits/v1.0.0
[1.1.0]: https://github.com/mzuther/moccafaux/commits/v1.1.0
[1.2.0]: https://github.com/mzuther/moccafaux/commits/v1.2.0
[1.3.0]: https://github.com/mzuther/moccafaux/commits/v1.3.0
[1.3.1]: https://github.com/mzuther/moccafaux/commits/v1.3.1
[1.4.0]: https://github.com/mzuther/moccafaux/commits/v1.4.0
[1.4.1]: https://github.com/mzuther/moccafaux/commits/v1.4.1
<!--- ---------------------------------------------------------------------- -->

[keepachangelog.com]: http://keepachangelog.com/
[unreleased]: https://github.com/mzuther/moccafaux/tree/develop
[1.0.0]: https://github.com/mzuther/moccafaux/commits/v1.0.0
[1.1.0]: https://github.com/mzuther/moccafaux/commits/v1.1.0
[1.2.0]: https://github.com/mzuther/moccafaux/commits/v1.2.0
[1.3.0]: https://github.com/mzuther/moccafaux/commits/v1.3.0
[1.3.1]: https://github.com/mzuther/moccafaux/commits/v1.3.1
[1.4.0]: https://github.com/mzuther/moccafaux/commits/v1.4.0
[1.4.1]: https://github.com/mzuther/moccafaux/commits/v1.4.1
[1.5.0]: https://github.com/mzuther/moccafaux/commits/v1.5.0
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject de.mzuther/moccafaux.core "1.4.1"
(defproject de.mzuther/moccafaux.core "1.5.0"
:description "Adapt power management to changes in the environment."
:url "https://github.com/mzuther/moccafaux"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 980ad2d

Please sign in to comment.