Skip to content

Commit f154d86

Browse files
author
CarrotRub
committed
1.0.6 bug fix minor update
1 parent 032387a commit f154d86

File tree

5 files changed

+531
-652
lines changed

5 files changed

+531
-652
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fit-launcher",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "",
55
"type": "module",
66
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Fit Launcher",
4-
"version": "1.0.5"
4+
"version": "1.0.6"
55
},
66
"build": {
77
"distDir": "../dist",

src/components/Changelog-01/ChangelogPopup.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const ChangelogPopup = () => {
8787
<li>Fixed a scraping issue with the new GTA V "4Barbra Streisand” Edition. (CarrotRub)</li>
8888
<li>Improved error handling to display placeholders for images that fail to load in "Recently Downloaded Games." (SimplyStoned)</li>
8989
<li>Corrected alert messaging in Settings for clearer feedback. (SimplyStoned)</li>
90+
<li>Corrected bug fix by reversing to the older version of the vertical slide bar (CarrotRub)</li>
9091
</ul>
9192
</li>
9293
<li>

0 commit comments

Comments
 (0)