Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Mar 21, 2023
1 parent f7daa0c commit ad2494c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ _2023-03-21_

**General**

- The URL save data functionality can now be disabled in the settings.
- The about button has been removed from the account context menu to the toolbar (clicking on the logo still works).
- Various UI updates, bug fixes, and other small changes.

Expand Down
5 changes: 5 additions & 0 deletions src/app/ChangeLogPreview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ const clp: ChangeLogPreviewInformation = {
description:
'Classes that have multiple meeting patterns (different meeting times on different days) are now supported on the schedule. Previously, only the first one was displayed, oops.',
},
{
title: 'Option to disable URL-based save data.',
description:
"By default, all of your plan and schedule data is stored in the URL. However, this can get annoying if your browser keeps routing you to an old plan or schedule link. If you don't really use the plan and schedule links, you can now disable this feature in the settings. Save data is still accessible from your account or your browser storage.",
},
],
};

Expand Down

0 comments on commit ad2494c

Please sign in to comment.