Skip to content

Commit

Permalink
add missing character and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed May 19, 2024
1 parent 690fe36 commit 1b72383
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All Sniffnet releases with the relative changes are documented in this file.
- Russian - [#496](https://github.com/GyulyVGC/sniffnet/pull/496)
- Polish - [#498](https://github.com/GyulyVGC/sniffnet/pull/498)
- Romanian - [#499](https://github.com/GyulyVGC/sniffnet/pull/499)
- Japanese - [#504](https://github.com/GyulyVGC/sniffnet/pull/504)

## [1.3.0] - 2024-04-08
- Introduced thumbnail mode, enabling users to keep an eye on Sniffnet while doing other tasks ([#484](https://github.com/GyulyVGC/sniffnet/pull/484))
Expand Down
15 changes: 14 additions & 1 deletion resources/fonts/full/subset_characters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ z
ı
ł
ń
Ś
ś
Ş
ş
Expand Down Expand Up @@ -334,23 +333,28 @@ z
Expand All @@ -360,15 +364,20 @@ z
Expand All @@ -380,6 +389,7 @@ z
Expand Down Expand Up @@ -463,6 +473,7 @@ z
Expand Down Expand Up @@ -549,6 +560,7 @@ z
Expand Down Expand Up @@ -583,6 +595,7 @@ z
Expand Down
Binary file modified resources/fonts/subset/sarasa-mono-sc-bold.subset.ttf
Binary file not shown.
Binary file modified resources/fonts/subset/sarasa-mono-sc-regular.subset.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/translations/types/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ impl Language {
| Language::PL
| Language::RU
| Language::RO
| Language::JA
)
}
}
Expand Down

0 comments on commit 1b72383

Please sign in to comment.