Changelog
June 3, 2024 ยท View on GitHub
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v6.1.0 - 2024-06-03
- Redesigned Options page to enter GitHub access token for private repos or higher rate limits for public repos
v6.0.0 - 2024-06-02
- Support latest GitHub Interface ๐
v5.0.12 - 2021-12-25
- Fix selector path as per new UI design for showing copy file and download options at the correct location.
v5.0.11 - 22nd April, 2021
- Fix 93 i.e. repo size not appearing properly because of Readme TOC feature.
v5.0.10 - 6th April, 2021
- Fix 89 i.e. repo size not appearing properly because of Readme TOC feature.
v5.0.9 - 23rd Mar, 2021
- Fix #87
v5.0.7 - 14th Mar, 2021
- Fix repo size color. #86
v5.0.6 - 02nd Jan, 2021
- Fix displaying of files having size
0i.e. pointing to other repositories. Fixes - #78
v5.0.5 - 30th Dec, 2020
- Update logic which was causing offset of 1. Issue #79
v5.0.4 - 09th Dec, 2020
- Handle symlinks and show size and download link correctly. Fixes #75
v5.0.3 - 19th Oct, 2020
- Update
clipboardlibrary to2.0.6. PR - #70 README.mdbadges change. PR - #71
v5.0.2 - 14th Oct, 2020
- Fix bugs introduced by GitHub Ui changes update
v5.0.1 - 14th Oct, 2020
- Update selector path logic as per GitHub UI changes
v5.0.0 - 3rd Aug, 2020
- Support Firefox browser ๐
- Support Microsoft Edge browser ๐
v4.0.1 - 17th July, 2020
- Fix #66 i.e. content appearing multiple times
v4.0.0 - 26th June, 2020
- Support new GitHub Design. Refer GitHub Blog
- Backward compatibility to the old design, if new UI is not 100% publicly available.
- Fix the options token validation message issue.
v3.1.0 - 6th Jan, 2020
- Extension only utilizes
webNavigationhistory 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
webRequestandwebNavigationAPI for supporting single-page GitHub website.
v3.0.1 - 3rd Jan, 2020
- Use
webNavigationAPI in background to detect page-url changes - Remove
setIntervalandonpopstatefor page-url change listener frominject.js
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,
webRequestpermission is required. - Minimize API hits. API call is made only when required. No calls on
onpopstateevent. - 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
4KBper request.inject.jsfrom12KBto4KB
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
clipboardas a dependency and use it viamanifest.json
v0.1.7 - 10th Mar, 2017
- Fix :: Add proper toggle class [github changed class names] which fixes flickering while hover
- Fix :: Dont add
tdwhen 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