Skip to content

Commit

Permalink
step version: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Feb 7, 2024
1 parent 5d8bff2 commit 67e3821
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [[未发布]]

## [v2.0.1 (2024-02-07)]

### 修复

- `玱経締麑` 字形错误 - [#133]

### 字形优化

- 汉字:`〇侘凪千和啫喆喱嗞嘚囧嫪孟寂毐珅瑟甜赵院陶齁`

## [v2.0.0 (2024-02-07)]

- 得意黑 Smiley Sans 现支持《通用规范汉字表》中全部 8105 个汉字 🎉
Expand Down Expand Up @@ -50,7 +60,9 @@
### 修复

- ~~```` 字形错位~~ - [#2]
- 字形优化

### 字形优化

- 汉字:`世乎于何北卡只啼孤征港特生界碲祝福缔谛费蹄锦` - [#25]
- 假名:`ぉかがはば` - [#9]

Expand All @@ -60,11 +72,12 @@

[Keep a Changelog]: https://keepachangelog.com

[未发布]: https://github.com/atelier-anchor/smiley-sans/compare/v2.0.0...main
[未发布]: https://github.com/atelier-anchor/smiley-sans/compare/v2.0.1...main
[v1.0.0 (2022-11-15)]: https://github.com/atelier-anchor/smiley-sans/compare/3ab4da3...v1.0.0
[v1.1.0 (2023-01-06)]: https://github.com/atelier-anchor/smiley-sans/compare/v1.0.0...v1.1.0
[v1.1.1 (2023-01-07)]: https://github.com/atelier-anchor/smiley-sans/compare/v1.1.0...v1.1.1
[v2.0.0 (2024-02-07)]: https://github.com/atelier-anchor/smiley-sans/compare/v1.1.1...v2.0.0
[v2.0.1 (2024-02-07)]: https://github.com/atelier-anchor/smiley-sans/compare/v2.0.0...v2.0.1

[#2]: https://github.com/atelier-anchor/smiley-sans/issues/2
[#9]: https://github.com/atelier-anchor/smiley-sans/issues/9
Expand All @@ -77,3 +90,4 @@
[#101]: https://github.com/atelier-anchor/smiley-sans/issues/101
[#111]: https://github.com/atelier-anchor/smiley-sans/issues/111
[#130]: https://github.com/atelier-anchor/smiley-sans/issues/130
[#133]: https://github.com/atelier-anchor/smiley-sans/issues/133
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ if [ "$1" = "dev" ]; then
sed -i -E "s/(^ +Version .+)/\1 (dev $datetime)/g" src/SmileySans.ttx
fi

mkdir build
if [ ! -d "build" ]; then
mkdir build
fi

fontmake \
-g src/SmileySans.glyphspackage \
--output-dir build \
Expand Down
6 changes: 3 additions & 3 deletions src/SmileySans.ttx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Smiley Sans Oblique
</namerecord>
<namerecord nameID="5" platformID="1" platEncID="0" langID="0x0" unicode="True">
Version 2.0.0
Version 2.0.1
</namerecord>
<namerecord nameID="6" platformID="1" platEncID="0" langID="0x0" unicode="True">
SmileySans-Oblique
Expand All @@ -27,13 +27,13 @@
Regular
</namerecord>
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x409">
2.0.0;UKWN;SmileySans-Oblique
2.0.1;UKWN;SmileySans-Oblique
</namerecord>
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x409">
Smiley Sans Oblique
</namerecord>
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x409">
Version 2.0.0
Version 2.0.1
</namerecord>
<namerecord nameID="6" platformID="3" platEncID="1" langID="0x409">
SmileySans-Oblique
Expand Down

0 comments on commit 67e3821

Please sign in to comment.