update changelog and package*.json

indiachan-spamvector
Thomas Lynch 2 years ago
parent 93541903f2
commit a834672c51
  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,10 @@
### 0.6.5
- Portrait mode support for tegaki, improves the experience particularly on mobile devices.
- Small refactor of filtering.
- Modlog pruning now only deletes log entries older than the specified date when new modlogs are added, as originally intended.
- Add a few extra things to server logs when debugLogs is true.
- Minor bugfixes.
### 0.6.4
- Add "adaptive" theme that switches between "clear" and "tomorrow" based on the device system theme, using prefers-color-scheme media query.
- Minor bugfixes.

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "0.6.4",
"version": "0.6.5",
"migrateVersion": "0.6.3",
"description": "",
"main": "server.js",

Loading…
Cancel
Save