-
Notifications
You must be signed in to change notification settings - Fork 74
v2.1.0 #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Only the files in /src where formated with `yarn format` now the subfolder are also formated. + formating importCtf and savepointWrapper
This prevents lots of vertical scrolling when there is a long description. Related to #111
Open the dialog from a button in the menu bar
Better style of search result task item
Only the files in /src where formated with `yarn format` now the subfolder are also formated. + formating importCtf and savepointWrapper
Header depth
5 vulnerabilities found - Packages audited: 1279 Severity: 4 Moderate | 1 High These are caused by eslint-plugin-graphql being deprecated since 2022-01-25. See: https://github.com/apollographql/eslint-plugin-graphql
0 vulnerabilities found - Packages audited: 463 Done in 0.54s.
Quasar stops pulling vue and router automatically after the upgrade. This means that now, running `quasar build` will not build the SPA. It will pull vue and router first, and you need to run `quasar build` a *second* time to get it to compile properly.
Moved to hotkeys-js to handle hotkeys Moved the composable in the MainLayout to handle authenticated status Typos
Now we first evaluate `ctfnote_private.can_play_ctf` before adding a task. If it is not true (value can also be `null`), then we do not create and add the pad. This prevents guests from adding tasks to CTFs they are not allowed to participate in.
Limit task creation by access control
Also do some automatic formatting
Add word wrapping to table layout
Unbinding arrows shortcuts when closing the popup
Search for CTF/Task
Building the Docker container will fail because of the --frozen-lockfile argument. This fixes the issue.
https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.3 It contains a security update, so updating is recommended: GHSA-q6vv-2q26-j7rx
JJ-8
approved these changes
Apr 18, 2022
Collaborator
JJ-8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 2.1.0 is fine by me
Collaborator
|
Let's release it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #156 (comment)
Not sure whether we should call this v2.1.0 or v2.0.2.
Since there are new features, I tend to prefer v2.1.0 (semver)