indiachan-spamvector v0.3.4
Thomas Lynch 2 years ago
parent f457667a1c
commit 644c83ac47
Signed by: fatchan
GPG Key ID: 112884AA57DF40B1
  1. 3
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,6 @@
### 0.3.4
- Minor bugfix, saving board settings with empty custom CSS was incorrectly returning an error if there were global filters for css.
### 0.3.3 ### 0.3.3
- Minor bugfix to filenames of expanded images being incorrectly truncated in some circumstances, when "image loading bars" is enabled. - Minor bugfix to filenames of expanded images being incorrectly truncated in some circumstances, when "image loading bars" is enabled.

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{ {
"name": "jschan", "name": "jschan",
"version": "0.3.3", "version": "0.3.4",
"migrateVersion": "0.2.0", "migrateVersion": "0.2.0",
"description": "", "description": "",
"main": "server.js", "main": "server.js",

Loading…
Cancel
Save