-
v3.1.0 - 6th Jan, 2020
- Extension only utilizes
webNavigation
history for GitHub website using webNavigation event filters. Rest assured, history of any other website is not permitted. - Updated README with the doc link explaining introduction of
webRequest
andwebNavigation
API for supporting single-page GitHub website.
- Extension only utilizes
-
v3.0.1 - 3rd Jan, 2020
- Use
webNavigation
API in background to detect page-url changes - Remove
setInterval
andonpopstate
for page-url change listener frominject.js
- Use
-
v3.0.0 - 28th Dec, 2019
- Since GitHub is now SPA, changes are made to handle SPA behavior
- Introduce background script to get web requests and append elements when page is rendered. For this,
webRequest
permission is required. - Minimize API hits. API call is made only when required. No calls on
onpopstate
event. - Refactor the entire code, made it modular
- Permissions required:
webRequest
- to support GitHub being a single-page-application now. Read this detailed blog.webNavigation
- to support GitHub being a single-page-application now. Read this detailed blog.
-
v2.1.0 - 16th Nov, 2019
- Remove gulp and used webpack for bundling and automation
- Remove clipboard from source code and instead use a dep bundled with (minified)inject.js
- Remove jshint and used eslint for linting
- Use prettier for auto-formatting files
- Use husky and lint-staged to configure and run git-hooks
-
v2.0.3 - 27th Oct, 2018
- Fix selector path for inserting copy file and download file buttons while viewing a file
- Minify content script thereby saving
4KB
per request.inject.js
from12KB
to4KB
-
v2.0.2 - 26th Oct, 2018
- Fix buttons alignment in options.js
-
v2.0.0 - 09th Aug, 2018
- Improvement :: Update logos/icons to adhere with GitHub logo policy
- Improvement :: Show GitHub-styled tooltip when hovering hover file download link
-
v1.0.8 - 1st May, 2018
- Fix :: Update classes to fix download. (Cmd/Ctr + Click) to download file
-
v0.1.8 - 10th Mar, 2017
- Imporvemnt :: Use
clipboard
as a dependency and use it viamanifest.json
- Imporvemnt :: Use
-
v0.1.7 - 10th Mar, 2017
- Fix :: Add proper toggle class [github changed class names] which fixes flickering while hover
- Fix :: Dont add
td
when there's no file present.
-
v0.1.6 - 27th Aug, 2016
- Fix :: not showing repo size when navigating back; fix no hash change detection
-
v0.1.5 - 22nd Aug, 2016
- Feature :: Show repo size on GitHub's repo homepage
- Fix :: bugfix of default branch other than master
-
v0.1.4 - 20th Aug, 2016
- Improvement :: Better way of adding GitHub Access token - click extension or click options - Enhanced GitHub after opening chrome://extension
-
v0.1.3 - 14th Aug, 2016
- Fix :: fix focus effect on up-tree not removing blank td while navigating #3
-
v0.1.2 - 14th Aug, 2016
- Fix :: fix bug file on commits/ url
-
v0.1.1 - 13th Aug, 2016
- Initial Launch