mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
v.1.25.1 kana fix
This commit is contained in:
parent
07e98eebfb
commit
4ae50b491e
7 changed files with 772 additions and 748 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog], and this project adheres to
|
||||
[Semantic Versioning].
|
||||
|
||||
## [1.25.1]
|
||||
|
||||
### Added
|
||||
|
||||
- 🐈 (U+1F408 CAT)
|
||||
- (U+F04B2)
|
||||
|
||||
### Changed
|
||||
|
||||
- は (U+306F HIRAGANA LETTER HA)
|
||||
- ミ (U+30DF KATAKANA LETTER MI)
|
||||
|
||||
## [1.25.0]
|
||||
|
||||
The kana update!
|
||||
|
|
@ -2871,8 +2883,9 @@ Still broken on Windows.
|
|||
|
||||
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
||||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||
[unreleased]: https://github.com/slavfox/Cozette/compare/v.1.25.0...HEAD
|
||||
[1.24.1]: https://github.com/slavfox/Cozette/compare/v.1.24.1...v.1.25.0
|
||||
[unreleased]: https://github.com/slavfox/Cozette/compare/v.1.25.1...HEAD
|
||||
[1.25.1]: https://github.com/slavfox/Cozette/compare/v.1.25.0...v.1.25.1
|
||||
[1.25.0]: https://github.com/slavfox/Cozette/compare/v.1.24.1...v.1.25.0
|
||||
[1.24.1]: https://github.com/slavfox/Cozette/compare/v.1.24.0...v.1.24.1
|
||||
[1.24.0]: https://github.com/slavfox/Cozette/compare/v.1.23.2...v.1.24.0
|
||||
[1.23.2]: https://github.com/slavfox/Cozette/compare/v.1.23.1...v.1.23.2
|
||||
|
|
|
|||
1497
Cozette/Cozette.sfd
1497
Cozette/Cozette.sfd
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
File diff suppressed because one or more lines are too long
BIN
img/charmap.png
BIN
img/charmap.png
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 102 KiB |
|
|
@ -393,7 +393,6 @@ U+102A_│ 𐊦
|
|||
U+102C_│ 𐋉 𐋏
|
||||
U+1031_│ 𐌕
|
||||
U+1034_│ 𐍃
|
||||
U+130B_│ 𓂺
|
||||
U+1D53_│ 𝔽 𝔾
|
||||
U+1D54_│ 𝕊 𝕎 𝕏
|
||||
U+1D55_│ 𝕗 𝕘
|
||||
|
|
@ -402,7 +401,7 @@ U+1F31_│ 🌑🌒🌓🌔🌕🌖🌗🌘 🌞
|
|||
U+1F33_│ 🌱 🌳
|
||||
U+1F37_│ 🍹
|
||||
U+1F38_│ 🎁
|
||||
U+1F40_│ 🐍 🐏
|
||||
U+1F40_│ 🐈 🐍 🐏
|
||||
U+1F41_│ 🐘 🐛
|
||||
U+1F42_│ 🐩🐪🐫🐬
|
||||
U+1F43_│ 🐹
|
||||
|
|
@ -436,6 +435,7 @@ U+F031_│
|
|||
U+F032_│
|
||||
U+F041_│
|
||||
U+F048_│
|
||||
U+F04B_│
|
||||
U+F05C_│
|
||||
U+F064_│
|
||||
U+F06A_│
|
||||
|
|
|
|||
BIN
img/sample.png
BIN
img/sample.png
Binary file not shown.
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Loading…
Reference in a new issue