Skip to content

Commit

Permalink
Documentation of changes since fork (update)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissov committed Aug 10, 2017
1 parent 52bc76f commit aa6342f
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 261 deletions.
58 changes: 57 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,60 @@
Changelog for Emojitwo
======================

- [ ]
Structural changes
------------------

* Folder structure compatible with [`emojione-assets` 3.0](https://github.com/emojione/emojione-assets) instead of [`emojione` 2.2.7](https://github.com/emojione/emojione/tree/2.2.7).

Added emojis
------------

### Unicode 9.0

+ [x] [U+1F946 Rifle ![🥆][1f946.png]][1f946.svg]
+ [x] [U+1F93B Modern Pentathlon ![🤻][1f93b.png]][1f93b.svg].

### Emoji 4.0

+ [ ]

### Unicode 10.0

+ [ ]

### Emoji 5.0

+ [ ]

### Unicode 11.0

+ [ ]

### Characters for vendor compatibility

Microsoft, LG and Samsung have emoji glyphs for several Unicode characters that do not have the `Emoji` property assigned to them by [UTS#51].

### Sequences for vendor compatibility

### Others

+ Flag for deprecated region code `SU`: [![U+1F1F8+1F1FA 🇸&#x1f1fa](https://rawgit.com/emojitwo/emojitwo/master/png/1f1f8-1f1fa.png)](https://github.com/EmojiTwo/emojitwo/blob/master/svg/1f1f8-1f1fa.svg)

Changed emojis
--------------

* [ ]

Removed emojis
--------------

- _none_

____

[UTS#51]: http://unicode.org/reports/tr51/
[1f946.png]: https://rawgit.com/emojitwo/emojitwo/master/png/1f946.png
[1f946.svg]: https://github.com/EmojiTwo/emojitwo/blob/master/svg/1f946.svg
[SU.png]: https://rawgit.com/emojitwo/emojitwo/master/png/1f1f8-1f1fa.png
[SU.svg]: https://github.com/EmojiTwo/emojitwo/blob/master/svg/1f1f8-1f1fa.svg

4 changes: 4 additions & 0 deletions convert.bat
Expand Up @@ -13,6 +13,10 @@ if "%1" == "" (
)

for %%i in (%~1) do (
echo.* [U+%%i ![&#x%%i;][%%i.png]][%%i.svg] ![][%%i.e1] >> changes.md
echo.[%%i.e1]: https://rawgit.com/emojione/emojione/2.2.7/assets/png/%%i.png >> changes.md
echo.[%%i.png]: https://rawgit.com/emojitwo/emojitwo/master/png/%%i.png >> changes.md
echo.[%%i.svg]: https://github.com/EmojiTwo/emojitwo/blob/master/svg/%%i.svg >> changes.md
if "%2" == "skin" (
echo Converting svg\%%~ni.svg and its skin tone variants to optimized PNGs ...
call :sizes %%~ni
Expand Down

0 comments on commit aa6342f

Please sign in to comment.