Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Will this build? Before this started only me and Fuck knew.... Now on…
Browse files Browse the repository at this point in the history
…ly Fuck knows
  • Loading branch information
hypherionmc committed Dec 27, 2021
1 parent 1d59330 commit 56fb8b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?

package-lock.json
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "simple-rpc-editor",
"version": "2.0.1"
"version": "2.0.2"
},
"build": {
"distDir": "Set automatically by Vue CLI plugin",
Expand Down
3 changes: 3 additions & 0 deletions src/components/ChangelogSplash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<div class="code-editor" style='vertical-align: top !important; justify-items: normal !important; align-items: normal !important; display: block;' :class="darkMode ? 'dark' : 'light'">
<h4 id="changelog_head" class="text-center" style='width: 100%;' :class="darkMode ? 'dark' : 'light'">What's New</h4>
<pre id="changelog" style="width: 100%; height: 95%; background: transparent !important; border: 0px;" readonly="readonly" class="w-100 form-control" :class="darkMode ? 'dark' : 'light'">
Version 2.0.2 Beta:
* Fixed Code editor showing everything as [Object]

Version 2.0.1 Beta:
* Added light-theme
* Added images to image key dropdowns
Expand Down

0 comments on commit 56fb8b7

Please sign in to comment.