Skip to content

Commit 251d41c

Browse files
committed
Public release of the GhrMeter.user.js 0.5
* NEW: Meet the new project: 'GhrMeter' 'GitHubReleasesCount' Extracted from sandbox into the new project: https://github.com/3F/GhrMeter.user.js * CHANGED: Native implementation via fetch. Modern GhrMeter has no jQuery dependencies anymore. * NOTE: Tested via Firefox 64.0 + Greasemonkey 4.7
1 parent 6b7b483 commit 251d41c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

changelog.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ GhrMeter :: https://github.com/3F/GhrMeter.user.js
33
_ _ _ _
44

55

6-
[0.5] 2019.01.??
6+
[0.5] 2019.01.07
77

88
* NEW: Meet the new project: 'GhrMeter'
99
'GitHubReleasesCount' Extracted from sandbox into the new project:
1010
https://github.com/3F/GhrMeter.user.js
1111

12+
* CHANGED: Native implementation via fetch.
13+
Modern GhrMeter has no jQuery dependencies anymore.
14+
1215
* NOTE: Tested via Firefox 64.0 + Greasemonkey 4.7
1316

1417
[0.4] 2018.08.15

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghrmeter-userjs",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
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)