Skip to content

Commit

Permalink
release: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shywim committed Jun 18, 2020
1 parent 51630a7 commit e1fca2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://cloud.drone.io/api/badges/Shywim/github-repo-size/status.svg)](https://cloud.drone.io/Shywim/github-repo-size)
[![Mozilla Add-on](https://img.shields.io/amo/v/github-repo-size.svg?style=flat-square)][amo]
[![UserScript](https://img.shields.io/badge/userscript-v1.2.0-blue.svg?style=flat-square)][openjs]
[![UserScript](https://img.shields.io/badge/userscript-v1.6.0-blue.svg?style=flat-square)][ujs]

Add repository size to the Github's summary.

Expand All @@ -15,8 +15,7 @@ innacurate due to how GitHub stores git repositories! See [here][soq] and
## Usage

Download the addon from **[addons.mozilla.org][amo]** or, if you prefer, you
can download this project as a userscript on **[OpenUserJs][openjs]** (also
available on the [GitHub releases page][ghreleases]).
can download this project as a userscript from the **[GitHub releases page][ghreleases]**.

### Private Repositories

Expand All @@ -35,7 +34,7 @@ addon or you can visit the addon's settings page (Firefox only).
- Use `npm run webext` to have an automated build on changes

[amo]: https://addons.mozilla.org/firefox/addon/github-repo-size/
[openjs]: https://openuserjs.org/scripts/Shywim/GitHub_Repository_Size
[ujs]: https://github.com/Shywim/github-repo-size/releases/latest/download/github-repo-size.user.js
[ghreleases]: https://github.com/Shywim/github-repo-size/releases
[soq]: https://stackoverflow.com/a/8679592/1424030
[ghb]: https://git-blame.blogspot.fr/2012/08/bringing-bit-more-sanity-to-alternates.html
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "Github Repo Size",
"author": "Matthieu Harlé",
"homepage_url": "https://github.com/Shywim/github-repo-size",
"version": "1.5.0",
"version": "1.6.0",
"description": "Add repository size to their github homepage.",
"options_ui": {
"page": "src/options.html",
"browser_style": true
},
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "github-repo-size@mattelrah.com"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-repo-size",
"version": "1.5.0",
"version": "1.6.0",
"description": "Firefox addon to add repository size to their Github homepage",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// @grant GM_getValue
// @grant GM_setValue
// @description Add repository size to their GitHub homepage
// @icon https://github.com/Shywim/github-repo-size/master/icon/48.png
// @icon https://github.com/Shywim/github-repo-size/master/icon/icon.svg
// @homepageURL https://github.com/Shywim/github-repo-size
// @supportURL https://github.com/Shywim/github-repo-size/issues
// @author Matthieu Harlé
// @copyright 2017, Matthieu Harlé (https://matthieuharle.com)
// @license MIT; https://github.com/Shywim/github-repo-size/blob/master/LICENSE.md
// @version 1.2.0
// @version 1.6.0
// ==/UserScript==

/* global GM_getValue, GM_setValue */
Expand Down

0 comments on commit e1fca2a

Please sign in to comment.