Skip to content

Releases: ArcletProject/Tarina

Tarina 0.6.4

15 Nov 12:24
Compare
Choose a tag to compare

What's Changed

  • ✨ Add py.typed by @shoucandanghehe in #7
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in /.github/workflows by @dependabot in #8
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in /.github/workflows by @dependabot in #9

Full Changelog: v0.6.3...v0.6.4

Tarina 0.6.3

15 Oct 06:12
Compare
Choose a tag to compare

Full Changelog: v0.6.2...v0.6.3

Tarina 0.6.2

14 Oct 04:22
b36df67
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

Tarina 0.6.1

12 Oct 16:25
9f781d3
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.10.3 in /.github/workflows by @dependabot in #5
  • ⬆️ Bump docker/setup-qemu-action from 2 to 3 in /.github/workflows by @dependabot in #4

New Contributors

Full Changelog: v0.6.0...v0.6.1

Tarina 0.6.0

12 Oct 13:59
18f142b
Compare
Choose a tag to compare

What's Changed

  • 💥 new split_once and split
  • 💥 use module name as config_name by @shoucandanghehe in #3
  • ✨ upgrade generic_isinstance & generic_issubclass
  • ✨ callback when switch lang locale
  • ✨ LangItem.set

Full Changelog: v0.5.8...v0.6.0

Tarina 0.5.8

30 Aug 18:18
c71cae3
Compare
Choose a tag to compare
  • 修复 cython 下的 split_once 在特定python版本下会导致 Segmentfault #2

Full Changelog: v0.5.7...v0.5.8

Tarina 0.5.7

28 Aug 15:45
5aaa6c4
Compare
Choose a tag to compare
  • 可以通过在 .config.json 中增加字段 name: 来指定一个 i18n 目录
  • 并可以通过 lang.locales_in(name=xxx) 方法获取该目录下支持的语言种类

Full Changelog: v0.5.6...v0.5.7

Tarina 0.5.6

26 Aug 16:14
ff48814
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix lang file requires
  • ✨ LangItem support selection locale by @shoucandanghehe in #1

New Contributors

Full Changelog: v0.5.5...v0.5.6

Tarina 0.5.5

06 Aug 05:52
6e85fe9
Compare
Choose a tag to compare
  • 移除 splitsplit_once 中对于引号未配对的 SyntaxError
  • 修复 DateParser 对于 time 的正则表达式

Full Changelog: v0.5.4...v0.5.5

Tarina 0.5.4

17 Jun 13:08
Compare
Choose a tag to compare
  • 修复 i18n/.config.json 中对 requirefrozen 的解析

Full Changelog: v0.5.3...v0.5.4