diff --git a/license.txt b/license.txt index 5986444..90b033d 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2020 Stefan Tapper +Copyright (C) 2020-2021 Stefan Tapper Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rf2_settings_wizard_win64_setup.iss b/rf2_settings_wizard_win64_setup.iss index 542c267..3494c7f 100644 --- a/rf2_settings_wizard_win64_setup.iss +++ b/rf2_settings_wizard_win64_setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "rF2-Settings-Widget" -#define MyAppVersion "0.8.0" +#define MyAppVersion "0.8.1" #define MyAppPublisher "Stefan Tapper" #define MyAppURL "https://ilikeviecher.com" #define MyAppExeName "rF2-Settings-Widget.exe" diff --git a/vue/package.json b/vue/package.json index 0a27a50..b180983 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,6 +1,6 @@ { "name": "rF2-Settings-Widget", - "version": "0.8.1", + "version": "0.8.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/vue/public/favicon.ico b/vue/public/favicon.ico index 9dfe07a..4f901b7 100644 Binary files a/vue/public/favicon.ico and b/vue/public/favicon.ico differ diff --git a/vue/src/assets/ani_sm.webp b/vue/src/assets/ani_sm.webp deleted file mode 100644 index fe35576..0000000 Binary files a/vue/src/assets/ani_sm.webp and /dev/null differ diff --git a/vue/src/assets/app_icon.ico b/vue/src/assets/app_icon.ico index 7a39b96..e98cc69 100644 Binary files a/vue/src/assets/app_icon.ico and b/vue/src/assets/app_icon.ico differ diff --git a/vue/src/assets/app_icon.webp b/vue/src/assets/app_icon.webp index bf5e683..bc8a2be 100644 Binary files a/vue/src/assets/app_icon.webp and b/vue/src/assets/app_icon.webp differ diff --git a/vue/src/assets/rfW_logo.svg b/vue/src/assets/rfW_logo.svg new file mode 100644 index 0000000..83fd955 --- /dev/null +++ b/vue/src/assets/rfW_logo.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/vue/src/assets/rfW_logo_Ink.png b/vue/src/assets/rfW_logo_Ink.png new file mode 100644 index 0000000..ed837e2 Binary files /dev/null and b/vue/src/assets/rfW_logo_Ink.png differ diff --git a/vue/src/assets/rfW_logo_Ink.svg b/vue/src/assets/rfW_logo_Ink.svg new file mode 100644 index 0000000..39f56aa --- /dev/null +++ b/vue/src/assets/rfW_logo_Ink.svg @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/vue/src/assets/screen.webp b/vue/src/assets/screen.webp deleted file mode 100644 index caad7bb..0000000 Binary files a/vue/src/assets/screen.webp and /dev/null differ diff --git a/vue/src/components/Dashboard.vue b/vue/src/components/Dashboard.vue index 41ae33c..f140928 100644 --- a/vue/src/components/Dashboard.vue +++ b/vue/src/components/Dashboard.vue @@ -24,8 +24,7 @@
- +
Hello {{ userName }}
diff --git a/vue/src/components/Main.vue b/vue/src/components/Main.vue index a554463..3837d8e 100644 --- a/vue/src/components/Main.vue +++ b/vue/src/components/Main.vue @@ -1,10 +1,12 @@