Skip to content

Latest commit

 

History

History
109 lines (65 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

109 lines (65 loc) · 4.17 KB

Changelog

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.

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 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 and webNavigation API for supporting single-page GitHub website.

v3.0.1 - 3rd Jan, 2020

  • Use webNavigation API in background to detect page-url changes
  • Remove setInterval and onpopstate for page-url change listener from inject.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, 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 from 12KB to 4KB

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 via manifest.json

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