Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
7dJx1qP committed Feb 19, 2024
2 parents bd62738 + 71b1af3 commit 3b292f1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.24.1 Stash Userscripts Bundle
### 0.3.1 Stash Stats
#### Fixed
- Fix showing unmatched instead of matched stats

## 0.24.0 Stash Userscripts Bundle
### 0.6.0 Stash Batch Result Toggle
#### Changed
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GITHUB_ROOT_URL = r"https://raw.githubusercontent.com/7dJx1qP/stash-userscripts/%%BRANCH%%/"
BUNDLE_VERSION = "0.24.0"
BUNDLE_VERSION = "0.24.1"
SERVER_URL = "http://localhost:9999"
NAMESPACE = "https://github.com/7dJx1qP/stash-userscripts"
8 changes: 4 additions & 4 deletions dist/public/Stash Stats.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name Stash Stats
// @namespace https://github.com/7dJx1qP/stash-userscripts
// @description Add stats to stats page
// @version 0.3.0
// @version 0.3.1
// @author 7dJx1qP
// @match http://localhost:9999/*
// @grant unsafeWindow
Expand Down Expand Up @@ -45,7 +45,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand Down Expand Up @@ -73,7 +73,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand All @@ -99,7 +99,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/public/Stash Userscripts Bundle.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name Stash Userscripts Bundle
// @namespace https://github.com/7dJx1qP/stash-userscripts
// @description Stash Userscripts Bundle
// @version 0.24.0
// @version 0.24.1
// @author 7dJx1qP
// @match http://localhost:9999/*
// @resource IMPORTED_CSS https://raw.githubusercontent.com/fengyuanchen/cropperjs/main/dist/cropper.min.css
Expand Down
6 changes: 3 additions & 3 deletions src/body/Stash Stats.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand All @@ -88,7 +88,7 @@
"stash_id_endpoint": {
"endpoint": "",
"stash_id": "",
"modifier": "IS_NULL"
"modifier": "NOT_NULL"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/header/Stash Stats.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name Stash Stats
// @namespace %NAMESPACE%
// @description Add stats to stats page
// @version 0.3.0
// @version 0.3.1
// @author 7dJx1qP
// @match %MATCHURL%
// @grant unsafeWindow
Expand Down

0 comments on commit 3b292f1

Please sign in to comment.