Skip to content

Releases: falsycat/mulan

add license notice

27 Oct 04:22
Compare
Choose a tag to compare
  • adds license notice for the data from an external project

icon font support

23 Oct 06:16
Compare
Choose a tag to compare
  • supports icon font specification e.g.) :fa5_cat: hello
  • fixes compile errors in MacOS about constexpr because of strlen use
  • makes an item which has an empty msgstr ignored
  • transpiled into C++ from C
  • updates CLI interface

bugfix

22 Oct 15:25
Compare
Choose a tag to compare
  • fixes compiler warnings about integer type conversion
  • now buffer type taken by pack_header and unpack_header is changed to uint8_t* from char*
  • makes custom command added by add_mulan depend to mulan executable

first release

22 Oct 14:15
Compare
Choose a tag to compare
v1.0.0

add LICENSE