From a6253d40200825c174114d64e5157d2939959046 Mon Sep 17 00:00:00 2001 From: Christian Meter Date: Tue, 26 Mar 2019 10:28:24 +0100 Subject: [PATCH] Add changelog for v1.16.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27129656..c8b4174d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### 1.16.0 (2019-03-26) +- Add Budget Decision Making system "Decidotron" [!677](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/677) +- Add Premise <-> Argument relationship to allow skipping of premisegroups [!669](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/669) +- Add clean favicons [!682](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/682) +- Make `/review/ongoing` working again [!673](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/673) +- Make split review queue work and allow reviews from jump interface [!676](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/676) +- Make number of review items match number of allowed reviews [!679](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/679) +- Make `/review/` not crash if queue is empty [!666](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/666) +- Fix edit queue item with only one textversion crashing queue view [!667](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/667) +- Fix "you have no power"-page [!678](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/678) +- Fix broken answer in choose route [!675](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/675) +- Fix/rebut crash when no author is present [!680](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/680) +- Remove string "QueueAdapter" from German translations [!674](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/674) +- Prevent crash when a statement has no active textversion [!671](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/671) + + ### 1.15.0 (2019-02-19) - Add a static OpenAPI definition view [!662](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/662) - Fix path detection in opinion barometer [!664](https://gitlab.cs.uni-duesseldorf.de/cn-tsn/project/dbas/dbas/merge_requests/664)