version bump, update CHANGELOG & package*.json

merge-requests/341/head
Thomas Lynch 1 year ago
parent cebf2fe4a9
commit a6706cd6d3
  1. 6
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,9 @@
### 0.11.2
- Convert the assets page form handling to the newer checkSchema code.
- Don't show the "Edit" option in the post dropdowns for public pages.
- Bugfix "my permission" page not displaying correctly and board staff permission editing not applying.
- Improve required parent permission display to show "requires X" in the tooltip of disabled checkboxes.
### 0.11.1
- Bugfix non logged in users not able to use actions because of an issue in move post logic (thanks @some_random_guy).
- Bugfix editing posts from the actions form (not the new dropdown "Edit" button) always redirecting to OP.

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "jschan",
"version": "0.11.1",
"version": "0.11.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jschan",
"version": "0.11.1",
"version": "0.11.2",
"license": "AGPL-3.0-only",
"dependencies": {
"@fatchan/express-fileupload": "^1.4.2",

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "0.11.1",
"version": "0.11.2",
"migrateVersion": "0.11.0",
"description": "",
"main": "server.js",

Loading…
Cancel
Save