Skip to content

Releases: freyamade/github-user-languages

v1.1.0

25 Sep 18:30
f4785da
Compare
Choose a tag to compare

1.1.0

  • Updated extension to pull colours from https://github.com/ozh/github-colors
    • colours are loaded every week, which roughly coincides with how often the above repo is updated
  • Updated Chrome version to manifest v3 to allow it to be used
    • Firefox version continues to use manifest v2
  • Removed the background script from the distributed version since it was only for 0.1.9 integrity issues
  • Setting up project to be also used within my personal website

What's Changed

Full Changelog: v1.0.13...v1.1.0

v1.0.13

16 Jun 16:16
fa4b843
Compare
Choose a tag to compare

1.0.13

  • Pulling in dependabot pull requests
  • Fixing organisation page displays
  • Removing unnecessary tabs permission declaration that would have got the extension removed from the Chrome Store

v1.0.12

09 Jul 09:56
9230ceb
Compare
Choose a tag to compare
  • Fixing issues with displaying the chart on org profiles
  • Minor style fixes to the chart container on personal profiles

v1.0.11

09 Jul 09:08
27fe474
Compare
Choose a tag to compare
  • Handling error response codes from the Github API instead of just making them a generic error that provides no information about what went wrong

v1.0.10

02 Jul 14:42
Compare
Choose a tag to compare
  • Fixed large number of security vulnerabilities (thanks Dependabot)
  • Fixing auto-deploy
  • Updated colour list
  • Updated all dependency libraries to latest versions
  • Moved from Travis CI to GitHub actions

v1.0.8

20 Jul 00:55
Compare
Choose a tag to compare

1.0.8

  • Fixed security vulnerablity in js-yaml allowing for code execution in .load()
  • Fixed prototype pollution issue in lodash
  • Other npm audit fixes.

v1.0.7

05 Jun 12:31
Compare
Choose a tag to compare
  • Fixed security vulnerablity in js-yaml allowing for code execution in .load()

v1.0.6

09 Feb 17:41
39b5a4b
Compare
Choose a tag to compare
  • Automated deployment to AMO for Firefox users
  • Updated colours
    • Go
    • Dockerfile
  • Fixed security vulnerability due to lodash versioning

v1.0.5

05 Feb 15:51
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where the chart was being displayed too small when there was a large number of languages and the legend was displayed

v0.1.8

18 Aug 15:46
8ecbfee
Compare
Choose a tag to compare
  • Removed the opening of this page when an update is installed
  • Fixed issue where requests were being made on pages they shouldn't have been
  • Prevented extension from adding anything to a page if the repo data for the account is empty
  • Improved design of options page