Skip to content

Commit 2763beb

Browse files
committed
Merge branch 'release/1.0.0'
2 parents f51c85f + b820b4c commit 2763beb

File tree

7 files changed

+1980
-306
lines changed

7 files changed

+1980
-306
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
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
1616
// @updateURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.meta.js
17+
// @homepageURL https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper
18+
// @supportURL https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/issues
1719
// ==/UserScript==

0 commit comments

Comments
 (0)