Skip to content

Commit

Permalink
preparing for version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Feb 8, 2024
1 parent bdee724 commit b836bb6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<br>

<p align="center">
<img src="https://i.ibb.co/brYBgZx/logo-wide.png" alt="GitHub Code Font Changer" width="500px" />
<img src="https://github.com/AmraniCh/github-code-font-changer/blob/master/src/images/logo/V2/logo-wide.png?raw=true" alt="GitHub Code Font Changer" width="500px" />
</p>

<p align="center">
Expand Down Expand Up @@ -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.
Expand All @@ -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 :

Expand All @@ -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

<a href='https://ko-fi.com/D1D3C2UDE' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
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

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b836bb6

Please sign in to comment.