version bump, update CHANGELOG and package*.json

merge-requests/341/head
Thomas Lynch 2 years ago
parent 05db1d898a
commit a0b897fac3
  1. 13
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,16 @@
### 0.9.0
- Add board option to hide banners from header and link in board nav bar.
- Add global option to remove reverse image search links from the overboard.
- Tegaki now supports replay upload and playback.
- Completing /bypass.html form will now renew your existing bypass if you had one.
- New public API endpoints
- Public board logs.
- Board banners (previously undocumented).
- Board custompages.
- Select board settings and global settings (ones that are useful/necessary for 3rd party app integration).
- Bugfix log pruning not removing old logs from mod view logs page (public log pages were unaffected and hid the old logs).
- Bugfix deleting board assets/banners returning the wrong number in the success message.
### 0.8.2
- Migrate to new socket.io redis adapter package.
- Fix issue with pre checking boxes in ban modal conflicting with grid captcha.

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "0.8.2",
"version": "0.9.0",
"migrateVersion": "0.9.0",
"description": "",
"main": "server.js",

Loading…
Cancel
Save