From 1dd279cb27ee376134137b5069857f04130a4fd5 Mon Sep 17 00:00:00 2001 From: Matt Melquiond Date: Tue, 10 Dec 2019 21:58:17 +0100 Subject: [PATCH] v2019.2.3 --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- VERSION | 2 +- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e6f528..1165a07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [2019.2.3] - 2019-12-10 + +- feat: Google OAuth2 (#130) + +- updated deps (#111) + +- feat: Group jobs by jid (#106) + +- int: error mgmt (#105) + +- fix: favicon and boolrepr (#102) + +- fix: removed useless icon files, fixed boolean repr (#100) + +- fix: state render,Layout removed admin + +- feat: predefined jobs (#98) + +- fix: Boolean repr (#97) + +- feat: LDAP auth backend (#84) + +- fix: async run, updated deps (#82) + +- feat: fold/unfold all + +- feat: display current version in gui and cli dynamically (#76) + +- fix: timezone, success bool for custom modules (#75) + +- async link: resolve #69 (#74) + +- feat: schedule disable/enable (#72) + +- fix: schedules, keys, updated vuetify (#71) + +- int: updated docs, added contribute section, screenshots (#62) + +[2019.2.3]: https://github.com/latenighttales/alcali/compare/v2019.2.3...HEAD + ## [2019.2.2] - 2019-09-21 - use slim docker image @@ -10,10 +50,10 @@ - Updated deps -[2019.2.2]: https://github.com/latenighttales/alcali/v2019.2.2...HEAD +[2019.2.2]: https://github.com/latenighttales/alcali/compare/v2019.2.2...v2019.2.3 ## [2019.2.1] - 2019-09-21 - Frontend refactor -[2019.2.1]: https://github.com/latenighttales/alcali/v2019.2.1...v2019.2.2 +[2019.2.1]: https://github.com/latenighttales/alcali/compare/v2019.2.1...v2019.2.2 diff --git a/VERSION b/VERSION index 0b18bb8c..3427fee6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.2.2 +2019.2.3