Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
PotcFdk committed Nov 8, 2024
2 parents f51c85f + b820b4c commit 2763beb
Show file tree
Hide file tree
Showing 7 changed files with 1,980 additions and 306 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ Logo kindly provided by krys (krys#4143).

## Release Notes

### 1.0.0 (released 2024-11-08)
- 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)

### 0.13.0 (released 2023-12-24)
- NEW: Add a progress bar to the discovery queue handler.

Expand Down
4 changes: 3 additions & 1 deletion SteamDiscoveryQueueAutoSkipper.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
// @include https://store.steampowered.com/agecheck/app/*
// @include http://store.steampowered.com/explore*
// @include https://store.steampowered.com/explore*
// @version 0.13.0
// @version 1.0.0
// @grant none
// @icon https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/logo.png
// @downloadURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.user.js
// @updateURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.meta.js
// @homepageURL https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper
// @supportURL https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/issues
// ==/UserScript==
Loading

0 comments on commit 2763beb

Please sign in to comment.