Skip to content

Commit dbeeec6

Browse files
committed
Public release of the GhrMeter.user.js 0.6.1
* FIXED: Possible "Request mode is "same-origin" but the URL's origin is not same as the request origin" #1 * NOTE: Tested via Firefox 65.0 + Greasemonkey 4.7 * NOTE: Tested via Firefox 65.0 + Tampermonkey 4.8.5847 * NOTE: Tested via Chrome 72.0.3626.96 + Tampermonkey 4.7.63 ( Thanks @Jaid )
1 parent 00d085f commit dbeeec6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
GhrMeter :: https://github.com/3F/GhrMeter.user.js
33
_ _ _ _
44

5+
[0.6.1] 2019.02.10
6+
7+
* FIXED: Possible "Request mode is "same-origin" but the URL's origin is not same as the request origin" #1
8+
* NOTE: Tested via Firefox 65.0 + Greasemonkey 4.7
9+
* NOTE: Tested via Firefox 65.0 + Tampermonkey 4.8.5847
10+
* NOTE: Tested via Chrome 72.0.3626.96 + Tampermonkey 4.7.63 ( Thanks @Jaid )
11+
512
[0.6] 2019.02.09
613

714
* FIXED: Fixed the work with modern GitHub Releases ~ February 2019

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghrmeter-userjs",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "An user script to show download counter for each attachment from 'Releases' page on GitHub.com",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)