From 01d98627b5b1c6f76fe530998ad11ccb12d449cc Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 19 May 2021 19:33:18 +0200 Subject: [PATCH 1/6] Bring changelog to new format --- CHANGELOG.rst | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f8b9091..2e2a3ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,23 +1,19 @@ Changelog ========= -`2.0a2`_ ------- +All notable changes to this project will be documented in this file. -New features -~~~~~~~~~~~~ +The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_, +and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_. -* Allow adding iCal widgets to dashboard -* Allow adding RSS widgets to dashboard - -Bugfixes -~~~~~~~~ +`[2.0a2]`_ - 2020-05-04 +----------------------- -* None +Added +~~~~~ -Minor changes -~~~~~~~~~~~~~ +* Allow adding iCal widgets to dashboard +* Allow adding RSS widgets to dashboard -* None -_`2.0a2`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 +_`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 -- GitLab From 1b34fa8a1211068741c7559fd18931cc8c2b2ad3 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 19 May 2021 19:42:08 +0200 Subject: [PATCH 2/6] Include new changes of 2.0b0 in the CHANGELOG.rst --- CHANGELOG.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2e2a3ac..c727b22 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,21 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_. +`[2.0b0]`_ - 2021-05-21 +----------------------- + +Changed +~~~~~~~ + +* RSS sources now get automatically deleted if their respective widget gets deleted. +* Celery is now non-optional + +Fixed +~~~~~ + +* All-day events were displayed one day too long. +* Invalid iCal data broke the iCal widget. + `[2.0a2]`_ - 2020-05-04 ----------------------- @@ -17,3 +32,4 @@ Added _`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 +_`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 -- GitLab From b7f0abb067bc1ba919375dca602a768db42c9223 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 19 May 2021 19:45:12 +0200 Subject: [PATCH 3/6] Fix link in changelog --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c727b22..952e57c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -32,4 +32,4 @@ Added _`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 -_`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 +_`[2.0b0]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 -- GitLab From f61556e3ec536e259776b6da63829e68618b715a Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 19 May 2021 19:47:24 +0200 Subject: [PATCH 4/6] Reformat footer in changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 952e57c..1d99480 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,6 +30,8 @@ Added * Allow adding iCal widgets to dashboard * Allow adding RSS widgets to dashboard +---------- _`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 + _`[2.0b0]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 -- GitLab From 0a356d939a25d6dd417830f65e9223f4821aaa52 Mon Sep 17 00:00:00 2001 From: Julian <leuckerj@gmail.com> Date: Wed, 19 May 2021 19:51:19 +0000 Subject: [PATCH 5/6] Update CHANGELOG.rst --- CHANGELOG.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d99480..e6bd6d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,17 +3,16 @@ Changelog All notable changes to this project will be documented in this file. -The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_, -and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_. +The format is based on `Keep a Changelog`_, +and this project adheres to `Semantic Versioning`_. -`[2.0b0]`_ - 2021-05-21 +`2.0b0`_ - 2021-05-21 ----------------------- Changed ~~~~~~~ * RSS sources now get automatically deleted if their respective widget gets deleted. -* Celery is now non-optional Fixed ~~~~~ @@ -21,7 +20,7 @@ Fixed * All-day events were displayed one day too long. * Invalid iCal data broke the iCal widget. -`[2.0a2]`_ - 2020-05-04 +`2.0a2`_ - 2020-05-04 ----------------------- Added @@ -32,6 +31,11 @@ Added ---------- -_`[2.0a2]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 -_`[2.0b0]`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 +.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/ +.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html + + +.. _`2.0a2`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 + +.. _`2.0b0`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 -- GitLab From e9111ce54e575a5167191cbb714145f3e970cebb Mon Sep 17 00:00:00 2001 From: Julian <leuckerj@gmail.com> Date: Wed, 19 May 2021 20:10:45 +0000 Subject: [PATCH 6/6] Apply 4 suggestion(s) to 1 file(s) --- CHANGELOG.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6bd6d7..0200a39 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. `2.0b0`_ - 2021-05-21 ------------------------ +--------------------- Changed ~~~~~~~ @@ -21,7 +21,7 @@ Fixed * Invalid iCal data broke the iCal widget. `2.0a2`_ - 2020-05-04 ------------------------ +--------------------- Added ~~~~~ @@ -36,6 +36,6 @@ Added .. _Semantic Versioning: https://semver.org/spec/v2.0.0.html -.. _`2.0a2`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 +.. _2.0a2: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0a2 -.. _`2.0b0`: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 +.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 -- GitLab