Skip to content

Commit

Permalink
Bump version to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
WordlessEcho committed Aug 27, 2024
1 parent 1fc2c61 commit 3bf3cec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
13 changes: 5 additions & 8 deletions extra/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Changelog v25
# Changelog v26

- Support 3rd party Magisk versions with magiskhide.
Update Noto Serif CJK to [2.003](https://github.com/notofonts/noto-cjk/tree/9b0f1436e455d902de067a2501422e5dc71ad16b/Serif)

# Changelog v24

- Fixes for Magisk Canary(26404) support. Dropping copies of fonts from internal mirror mount point. [#48](https://github.com/simonsmh/notocjk/issues/48)

> The fonts have been modified by subset_noto_cjk.py to remove cmap entries for characters that should default to emoji style in Android.
> The fonts have been modified to have chws table. See https://github.com/kojiishi/east_asian_spacing for more details.
> The fonts were modified by `subset_noto_cjk.py` to remove cmap entries for characters that should default to the emoji style on Android.
> The fonts have been modified to include a `chws` table.
> See https://github.com/WordlessEcho/patch-noto-cjk-for-android for more details.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=notocjk
name=NotoCJK
version=25 (Sans-2.004-VF/Serif-2.002-VF)
versionCode=25
version=26 (Sans-2.004-VF/Serif-2.003-VF)
versionCode=26
author=simonsmh
description=NotoCJK (NotoSansCJK & NotoSerifCJK) full weight fonts patch for every Android devices.
updateJson=https://cdn.jsdelivr.net/gh/simonsmh/notocjk/version.json
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "25 (Sans-2.004-VF/Serif-2.002-VF)",
"versionCode": 25,
"zipUrl": "https://github.com/simonsmh/notocjk/releases/download/25/notocjk.zip",
"version": "26 (Sans-2.004-VF/Serif-2.003-VF)",
"versionCode": 26,
"zipUrl": "https://github.com/simonsmh/notocjk/releases/download/26/notocjk.zip",
"changelog": "https://cdn.jsdelivr.net/gh/simonsmh/notocjk/extra/changelog.md"
}

0 comments on commit 3bf3cec

Please sign in to comment.