chore(main): release 4.3.0

This commit is contained in:
Roy
2026-07-26 18:39:20 -07:00
parent f37e9d189b
commit 661f5c7c35
4 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "4.2.3"
".": "4.3.0"
}
+28
View File
@@ -1,5 +1,33 @@
# Changelog
## [4.3.0](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v4.2.3...v4.3.0) (2026-07-27)
### Features
* add Rockstar Games per-game scanner ([ce3a956](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/ce3a956c7a9d7a760ffd258d28fcfc87538be99c))
* add Rockstar Games per-game scanner ([6e7d0cd](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/6e7d0cd6a5a3f2c68d896ef7e1e633f4b93bbd61))
* harden downloads, deletes, debug tracing, and sudo handling ([0e33a41](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/0e33a41b3dc4d4d53ae292917bb3fc55906d234f))
* harden downloads, deletes, debug tracing, and sudo handling ([ec7bfcd](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/ec7bfcd95659195a00ab90736e90a358be924749))
### Bug Fixes
* **epic:** update install path ([b20fa82](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/b20fa8244b3ffc80a4da82bdc3b8aa16a57db869))
* **epic:** update install path ([6090a8e](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/6090a8e97eb254bb785e0b6a680efe0b93e19c09))
* Parameterized Launcher Paths (EA & Itch.io) ([5146320](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/5146320803f39c4590f5e34a0112998b1ba35d58))
* retry WebSocket connection on first run instead of silent exit ([bb73939](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/bb73939339647b471eed8c468996147a7ac439e7))
* retry WebSocket connection on first run instead of silent exit ([#895](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/issues/895)) ([07c1dc8](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/07c1dc88e6c580ac3ca6c22db4e4d946d2139c93))
### Documentation
* document NSL_DEBUG, NSL_DRY_RUN, and NSL_CONFIRM_START_FRESH env vars ([01a735c](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/01a735cb9fc921390244c1e0c3566f0296696b1b))
* document NSL_DEBUG, NSL_DRY_RUN, and NSL_CONFIRM_START_FRESH env vars ([40a96fa](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/40a96fa3118b45d450852e9e625c58e31c2b43b2))
* small correction in readme ([8a54ca3](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/8a54ca33e3cc940410c1f83f80003c938509aee0))
* small correction in readme ([cec4e69](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/cec4e691bbdb20970c1bd18b9f82d6cb388c56f6))
* update command examples for 'Start Fresh' to remove unnecessary bash invocation ([45086c2](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/45086c27330d7fe17b35612b366b04d1f0f43f61))
## [3.8.2](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v3.8.1...v3.8.2) (2024-08-06)
+1 -1
View File
@@ -2,5 +2,5 @@
Expose version
"""
__version__ = "3.8.2"
__version__ = "4.3.0"
VERSION = __version__.split(".")
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "non-steam-launchers"
version = "4.2.3"
version = "4.3.0"
description = ""
authors = [
{ name = "moraroy", email = "88516395+moraroy@users.noreply.github.com" },