diff --git a/package-lock.json b/package-lock.json index 3c4cf1d8..cdcc5640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8727,9 +8727,9 @@ } }, "sortablejs": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.7.0.tgz", - "integrity": "sha1-gKKyNwq9Vo4c7IwnETHvMKkE+ig=" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.9.0.tgz", + "integrity": "sha512-Ot6bYJ6PoqPmpsqQYXjn1+RKrY2NWQvQt/o4jfd/UYwVWndyO5EPO8YHbnm5HIykf8ENsm4JUrdAvolPT86yYA==" }, "source-list-map": { "version": "2.0.0", diff --git a/package.json b/package.json index 4b80f682..82d4048d 100755 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "raven-js": "^3.24.2", "react": "^16.4.1", "safe-regex": "^1.1.0", - "sortablejs": "^1.7.0", + "sortablejs": "^1.9.0", "vue": "^2.5.16", "vue-clickaway": "^2.2.2", "vue-color": "^2.4.6", diff --git a/res/font/ffz-fontello.eot b/res/font/ffz-fontello.eot index 1adccb3b..fe672350 100644 Binary files a/res/font/ffz-fontello.eot and b/res/font/ffz-fontello.eot differ diff --git a/res/font/ffz-fontello.svg b/res/font/ffz-fontello.svg index b519b454..7a1d4eb1 100644 --- a/res/font/ffz-fontello.svg +++ b/res/font/ffz-fontello.svg @@ -128,6 +128,8 @@ + + diff --git a/res/font/ffz-fontello.ttf b/res/font/ffz-fontello.ttf index 52093499..73be6fc1 100644 Binary files a/res/font/ffz-fontello.ttf and b/res/font/ffz-fontello.ttf differ diff --git a/res/font/ffz-fontello.woff b/res/font/ffz-fontello.woff index 9063a7c8..c32dc3ec 100644 Binary files a/res/font/ffz-fontello.woff and b/res/font/ffz-fontello.woff differ diff --git a/res/font/ffz-fontello.woff2 b/res/font/ffz-fontello.woff2 index 2a6eb277..e211fd39 100644 Binary files a/res/font/ffz-fontello.woff2 and b/res/font/ffz-fontello.woff2 differ diff --git a/src/main.js b/src/main.js index 94c092c9..f5d49ac3 100644 --- a/src/main.js +++ b/src/main.js @@ -151,7 +151,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}` FrankerFaceZ.Logger = Logger; const VER = FrankerFaceZ.version_info = { - major: 4, minor: 3, revision: 2, + major: 4, minor: 4, revision: 0, commit: __git_commit__, build: __webpack_hash__, toString: () => diff --git a/src/modules/main_menu/components/filter-editor.vue b/src/modules/main_menu/components/filter-editor.vue index f25e227c..5e39b54f 100644 --- a/src/modules/main_menu/components/filter-editor.vue +++ b/src/modules/main_menu/components/filter-editor.vue @@ -1,52 +1,50 @@