Skip to content

Commit 4168e33

Browse files
committed
Merge tag 'v1.0.0' into develop
REFACTOR: Big code rearrangement META: Add `@homepageURL` and `@supportURL` metadata fields to JS files ORG: Start using git-flow with a (master/develop) branch layout ORG: Add ESLint config FIX: Two instances of `return` being used outside of a function (this should make the script a bit more compatible)
2 parents 5229bf7 + 2763beb commit 4168e33

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ Logo kindly provided by krys (krys#4143).
4242

4343
## Release Notes
4444

45+
### 1.0.0 (released 2024-11-08)
46+
- REFACTOR: Big code rearrangement
47+
- META: Add `@homepageURL` and `@supportURL` metadata fields to JS files
48+
- ORG: Start using git-flow with a (master/develop) branch layout
49+
- ORG: Add ESLint config
50+
- FIX: Two instances of `return` being used outside of a function (this should make the script a bit more compatible)
51+
4552
### 0.13.0 (released 2023-12-24)
4653
- NEW: Add a progress bar to the discovery queue handler.
4754

SteamDiscoveryQueueAutoSkipper.meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// @include https://store.steampowered.com/agecheck/app/*
1010
// @include http://store.steampowered.com/explore*
1111
// @include https://store.steampowered.com/explore*
12-
// @version 0.13.0
12+
// @version 1.0.0
1313
// @grant none
1414
// @icon https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/logo.png
1515
// @downloadURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.user.js

SteamDiscoveryQueueAutoSkipper.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @match *://store.steampowered.com/agecheck/app/*
99
// @match *://store.steampowered.com/explore*
1010
// @match *://store.steampowered.com/points*
11-
// @version 0.13.0
11+
// @version 1.0.0
1212
// @grant none
1313
// @icon https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/logo.png
1414
// @downloadURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.user.js

0 commit comments

Comments
 (0)