summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-30 19:01:16 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-06-04 16:40:29 +0200
commit0ad460bcb1d11c8dd413eb82698dd3e8b2e0368d (patch)
tree32054c3bf7639edeeb6b7f57a030c99fe88023b1
parent09557b38756a494f59f5e0cc0d7cc6eb66e66e65 (diff)
Changes: Update for 2.0.0
-rw-r--r--CHANGES.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bcfc177..8ef2a9b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-# 2.0.0
+# 2.0.0 (2024-06-04)
* Minimise exposed discovery to the client and add search by giving a second argument to DiscoServers or DiscoOrganizations with the search query:
- organization list globally changes:
* remove `v` field
@@ -23,6 +23,14 @@
* Server:
- Replace the non-interactive AddServer flag with an oauth start time flag,
if non-nil the server is added non-interactively and the OAuth start time is stored
+* Client FSM:
+ - Remove graph image generation using Mermaid as that is too much code in core, this will be implemented using an external script
+* Example CLI:
+ - Fix profile/location selection
+* Translations:
+ - Update from Weblate
+* Deps:
+ - Update to eduoauth-go 1.0.0
# 1.99.2 (2024-04-25)
* Expose default gateway in profile settings too. For clients, use the default gateway set on the config object, this is maybe only useful for suggesting some profiles in the client profile chooser UI