Skip to content

Commit

Permalink
Release v0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Dec 15, 2020
1 parent 3f7732d commit b70e0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
export const FullWidthSize = 64;
export const OnePixel = FullWidthSize / 8;
export const Version = '0.100';
export const Version = '0.200';

export const Paths = {
root: '../',
Expand Down

1 comment on commit b70e0ec

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Advancement Report

Comparison between 467b4e6 (Version 0.100 beta_build6) and b70e0ec (Version 0.200).

Summary

  • Basic Latin: 95/128 (no changes)
  • Latin-1 Supplement: 94/128 (+40)
  • Hangul Compatibility Jamo: 51/96 (no changes)
  • Hangul Syllables: 11172/11184 (no changes)

Details

Latin-1 Supplement

Added: Ø (U+00D8), Ù (U+00D9), Ú (U+00DA), Û (U+00DB), Ü (U+00DC), Ý (U+00DD), Þ (U+00DE), ß (U+00DF), à (U+00E0), á (U+00E1), â (U+00E2), ã (U+00E3), ä (U+00E4), å (U+00E5), æ (U+00E6), ç (U+00E7), è (U+00E8), é (U+00E9), ê (U+00EA), ë (U+00EB), ì (U+00EC), í (U+00ED), î (U+00EE), ï (U+00EF), ð (U+00F0), ñ (U+00F1), ò (U+00F2), ó (U+00F3), ô (U+00F4), õ (U+00F5), ö (U+00F6), ÷ (U+00F7), ø (U+00F8), ù (U+00F9), ú (U+00FA), û (U+00FB), ü (U+00FC), ý (U+00FD), þ (U+00FE), ÿ (U+00FF)

Hangul Syllables

Changed: 력 (U+B825), 렦 (U+B826), 렧 (U+B827), 련 (U+B828), 렩 (U+B829), 렫 (U+B82B), 렴 (U+B834), 렷 (U+B837), 렸 (U+B838), 령 (U+B839), 렺 (U+B83A), 렻 (U+B83B), 렾 (U+B83E), 렿 (U+B83F), 롁 (U+B841), 롂 (U+B842), 롃 (U+B843), 롄 (U+B844), 롅 (U+B845), 롆 (U+B846), 롇 (U+B847), 롐 (U+B850), 롓 (U+B853), 롔 (U+B854), 롕 (U+B855), 롖 (U+B856), 롚 (U+B85A)

Please sign in to comment.