Skip to content

Releases: BYVoid/OpenCC

Version 1.1.7

15 Oct 13:31
e5d6c5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ver.1.1.6...ver.1.1.7

Version 1.1.6

08 Dec 07:46
c3caa5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ver.1.1.5...ver.1.1.6

Version 1.1.5

04 Dec 05:54
59cdfe0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ver.1.1.4...ver.1.1.5

Version 1.1.4

04 Jun 07:12
2ddaffd
Compare
Choose a tag to compare

2022年6月4日

  • 支持Python 3.10(#637)。
  • 移除針對Python 2.7、3.5、3.6和Node 10的構建(#690, #691)。
  • 若干其他小修復。

Version 1.1.3

03 Sep 14:29
Compare
Choose a tag to compare

2021年9月3日

  • 修復部分頭文件不能單獨使用的問題(#550)。
  • 修復引入系統pybind11的方法(#566)。
  • 支持Node.js 16(#597)。
  • 支持Python 3.9(#603)。
  • 修正轉換錯誤。
  • 若干其他小修復。

Version 1.1.2

04 Mar 05:38
Compare
Choose a tag to compare

2021年3月2日

  • 新增香港繁體轉換。
  • 根據《通用漢字規範表》修正大量簡體異體字轉換。調整臺灣標準,避免過度轉換。
  • 修正編譯兼容性問題,包括並行編譯。
  • 修正1.1.0以來引入的性能嚴重下降問題。

Version 1.1.1

04 Mar 05:39
Compare
Choose a tag to compare

2020年5月22日

  • 正式提供Python接口和TypeScript類型標註。
  • 更新動態鏈接庫SOVERSION1.1,由於C++內部接口發生變更。
  • 進一步改進與Windows MSVC的兼容性。
  • 簡化頭文件結構,加快編譯速度。刪除不必要的using
  • 修復部分香港標準字。

Version 1.1.0

04 Mar 05:39
Compare
Choose a tag to compare

2020年5月10日

  • 新辭典格式ocd2,基於Marisa Trie 0.2.5。辭典大小大幅減少。STPhrases.ocd從4.3MB減少到STPhrases.ocd2的924KB。
  • 升級依賴的rapidjson版本到1.1.0,tclap到1.2.2,gtest到1.11.0。
  • 更改「涌/湧」的默認轉換,修正多個詞組轉換。
  • 提供Windows的預編譯版本下載(AppVeyor)。
  • 增加基準測試結果。

Version 1.0.6

04 Mar 05:40
Compare
Choose a tag to compare

2020年4月13日

  • 正式支持日本語新字體轉換。
  • 升級Node.js依賴,改進兼容性。
  • 修復多處多平臺編譯和兼容性問題。
  • 修正大量轉換錯誤。

Version 1.0.5

04 Mar 05:40
Compare
Choose a tag to compare

2017年2月6日

  • 修正Windows下CMake和Visual Studio的問題。
  • 修正FNV Hash的32位編譯警告。
  • 增加若干臺灣常用詞彙轉換和異體字轉換。
  • 增加和修正若干轉換問題。
  • 加快Node模塊編譯速度。
  • 增加Node模塊的詞典轉換接口和Promise接口。