Skip to content

Commit b836bb6

Browse files
committed
preparing for version 3
1 parent bdee724 commit b836bb6

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v3.0 (2024-02-09)
4+
5+
- Changed extension logo base color.
6+
- Changed extension UI look and feel.
7+
- Supported changing fonts size [#17](https://github.com/AmraniCh/github-code-font-changer/pull/17).
8+
39
## v2.2 (2023-02-28)
410

511
- 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).

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<br>
22

33
<p align="center">
4-
<img src="https://i.ibb.co/brYBgZx/logo-wide.png" alt="GitHub Code Font Changer" width="500px" />
4+
<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" />
55
</p>
66

77
<p align="center">
@@ -34,6 +34,7 @@ Unhappy with the boring GitHub code viewer font? You're looking for a way to cha
3434

3535
## 🚀 Features
3636

37+
- As of Version 3, changing font size is supported.
3738
- As of version 2, you can use the fonts installed in your local machine alongside the fonts provided by the extension.
3839
- Change the font weight for the selected font family.
3940
- Hide the indentation guides.
@@ -57,7 +58,7 @@ Unhappy with the boring GitHub code viewer font? You're looking for a way to cha
5758

5859
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).
5960

60-
## 🌠 Installation
61+
## 🌠 Download
6162

6263
You can download this extension via :
6364

@@ -77,9 +78,11 @@ You can also manually install it via the developer mode in your browser.
7778
6. Select the `src` folder from the unzipped file.
7879
7. Have fun :blush:!
7980

80-
## ❤️ Support Me
81+
## 🗃️ Assets
8182

82-
<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>
83+
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.
84+
85+
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).
8386

8487
## ⭐ Rate The Extension If You Found It Useful
8588

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Here you can find/add some of the desired features to be implemented in the next
44

55
## Requested features
66

7-
- [ ] Add the option to change the font size of the selected font family [#8](../../issues/8).
7+
- [X] Add the option to change the font size of the selected font family [#8](../../issues/8).
88
- [x] Allows using local fonts [#12](../../issues/12).

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Github Code Font Changer",
44
"description": "Change and customize the boring GitHub code viewer font",
5-
"version": "2.2",
5+
"version": "3.0",
66
"icons": {
77
"16": "images/logo/V2/icon16.png",
88
"48": "images/logo/V2/icon48.png",

0 commit comments

Comments
 (0)