Skip to content

Commit fdad9c9

Browse files
committed
v0.3.0
* Now available for Firefox! * Don't show icons on compare view. * Reset Gitique state when switching PRs.
1 parent 6063791 commit fdad9c9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## next
22

3+
## [0.3.0][0.3.0] - 2015-09-02
4+
5+
* Now available for Firefox!
36
* Don't show icons on compare view (fixes [#1][1]).
47
* Reset Gitique state when switching PRs (fixes [#2][2]).
58

@@ -9,4 +12,6 @@ First public release.
912

1013
[1]: https://github.com/smcgivern/gitique/issues/1
1114
[2]: https://github.com/smcgivern/gitique/issues/2
15+
1216
[0.2.0]: https://github.com/smcgivern/gitique/compare/v0.1.0...v0.2.0
17+
[0.3.0]: https://github.com/smcgivern/gitique/compare/v0.2.0...v0.3.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build status](https://travis-ci.org/smcgivern/gitique.svg?branch=master)][travis]
44

55
A browser extension to make GitHub code review better. Get it in the
6-
[Chrome Web Store][webstore].
6+
[Chrome Web Store][webstore] or at [addons.mozilla.org][amo].
77

88
## Contents
99

@@ -97,4 +97,5 @@ included in the Gitique view, but all commits following it will be.)
9797

9898
[travis]: https://travis-ci.org/smcgivern/gitique
9999
[webstore]: https://chrome.google.com/webstore/detail/gitique/mmjofndmajimmdkeejmmlfljclmghomk
100+
[amo]: https://addons.mozilla.org/en-GB/firefox/addon/gitique/
100101
[demo-pr]: https://github.com/smcgivern/gitique-examples/pull/2

dist/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Gitique",
44
"description": "Make GitHub code review better",
55
"homepage_url": "https://github.com/smcgivern/gitique",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"permissions": [
88
"https://github.com/*"
99
],

dist/firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "gitique",
44
"description": "Make GitHub code review better",
55
"homepage": "https://github.com/smcgivern/gitique",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"author": "Sean McGivern",
88
"main": "index",
99
"engines": {

0 commit comments

Comments
 (0)