From b836bb65a65da67ced9e94a030d1ea04447f440a Mon Sep 17 00:00:00 2001 From: Shakir El Amrani Date: Fri, 9 Feb 2024 00:57:53 +0100 Subject: [PATCH] preparing for version 3 --- CHANGELOG.md | 6 ++++++ README.md | 11 +++++++---- TODO.md | 2 +- src/manifest.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfdbb0..bd44f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v3.0 (2024-02-09) + +- Changed extension logo base color. +- Changed extension UI look and feel. +- Supported changing fonts size [#17](https://github.com/AmraniCh/github-code-font-changer/pull/17). + ## v2.2 (2023-02-28) - Supported changing fonts with the new feature [New Code Search and Code View](https://docs.github.com/en/repositories/working-with-files/managing-files/navigating-files-with-the-new-code-view) - [#16](https://github.com/AmraniCh/github-code-font-changer/pull/16). diff --git a/README.md b/README.md index 7e52d43..73051c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- GitHub Code Font Changer + GitHub Code Font Changer

@@ -34,6 +34,7 @@ Unhappy with the boring GitHub code viewer font? You're looking for a way to cha ## 🚀 Features +- As of Version 3, changing font size is supported. - As of version 2, you can use the fonts installed in your local machine alongside the fonts provided by the extension. - Change the font weight for the selected font family. - Hide the indentation guides. @@ -57,7 +58,7 @@ Unhappy with the boring GitHub code viewer font? You're looking for a way to cha If you have some other font that other developers could like, you can send a pull request to add it to this extension (The font must be free for personal use or licensed under a free open source license). -## 🌠 Installation +## 🌠 Download You can download this extension via : @@ -77,9 +78,11 @@ You can also manually install it via the developer mode in your browser. 6. Select the `src` folder from the unzipped file. 7. Have fun :blush:! -## ❤️ Support Me +## 🗃️ Assets -Buy Me a Coffee at ko-fi.com +Logo assets (PSD files) are available in the assets folder, If you see a need for changing something in the logo or you have a creative idea feel free to download and edit the PSD file. + +For the store chrome Promo images they are created with Figma, with this If you want to edit them, you have first to open an issue describing your idea and what you will change, if approved I will invite you the [source Figme file](https://www.figma.com/file/7SHQlL5ehiQhxWpz4DkQpO/github-code-font-changer?type=design&node-id=0-1&mode=design&t=qv0LXPwBsEHsJ55M-0). ## ⭐ Rate The Extension If You Found It Useful diff --git a/TODO.md b/TODO.md index 1639103..bf3a512 100644 --- a/TODO.md +++ b/TODO.md @@ -4,5 +4,5 @@ Here you can find/add some of the desired features to be implemented in the next ## Requested features -- [ ] Add the option to change the font size of the selected font family [#8](../../issues/8). +- [X] Add the option to change the font size of the selected font family [#8](../../issues/8). - [x] Allows using local fonts [#12](../../issues/12). diff --git a/src/manifest.json b/src/manifest.json index 1cb3913..11a146c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Github Code Font Changer", "description": "Change and customize the boring GitHub code viewer font", - "version": "2.2", + "version": "3.0", "icons": { "16": "images/logo/V2/icon16.png", "48": "images/logo/V2/icon48.png",