From 395d7b0644b55b1dc3ee7ce367ca08b9df74de7d Mon Sep 17 00:00:00 2001 From: Pixelic <69585766+Pixelicc@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:09:22 +0200 Subject: [PATCH] v1.1.2 --- package-lock.json | 4 +- package.json | 2 +- src/App.vue | 49 +++++++------ src/data/dataStore.js | 19 ++++- src/misc/blacklistParser.js | 54 ++++++++------- src/misc/discordRPC.js | 12 ++-- src/views/Settings/Basic.vue | 2 +- src/views/Settings/Blacklist.vue | 104 +++++++++++++++++++++++++--- src/views/Settings/Notification.vue | 2 +- 9 files changed, 180 insertions(+), 68 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aa45df..0410e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pixelic-overlay", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pixelic-overlay", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "@vueuse/electron": "^10.2.1", "axios": "^1.4.0", diff --git a/package.json b/package.json index c22985f..fdf76aa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pixelic-overlay", "description": "", "author": "Pixelic", - "version": "1.1.1", + "version": "1.1.2", "main": "main.js", "scripts": { "start": "vite build && electron .", diff --git a/src/App.vue b/src/App.vue index a37831a..26a9f85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,8 @@ - Pixelic Overlay + Pixelic Overlay + Pixelic Overlay mdi-refresh @@ -46,7 +47,7 @@ - + Developer Mode - Do not enable this if you do not know what you are doing + Do not enable this if you do not know what you are doing! diff --git a/src/views/Settings/Blacklist.vue b/src/views/Settings/Blacklist.vue index f5a70ec..ebea608 100644 --- a/src/views/Settings/Blacklist.vue +++ b/src/views/Settings/Blacklist.vue @@ -8,9 +8,48 @@ - +
- + + + + + {{ blacklist.name }} + Enabling this might result in false-positives. + Disabling this list will prevent you from directly seing players you reported! + + +
+
+
+
+ + + +
+ +
@@ -22,14 +61,63 @@ diff --git a/src/views/Settings/Notification.vue b/src/views/Settings/Notification.vue index 09ec0e0..cd9219f 100644 --- a/src/views/Settings/Notification.vue +++ b/src/views/Settings/Notification.vue @@ -38,7 +38,7 @@ Cheater/Sniper - Triggered once a blacklisted player enters your queue + Triggered once a blacklisted player enters your queue.