Skip to content

Releases: sunpinyin/sunpinyin

v3.0.0 rc2

02 Mar 05:48
Compare
Choose a tag to compare
  • addressed couple issues related to compatibility with Python3

  • 提供在 macos 11.5 和 x86 上预编译的 macos 安装包,在 11.5 + x86 和 12.0 + aarch64 上测试过:SunPinyin-macos-11.5-x64.pkg

v3.0.0

08 Jul 08:24
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

It has been 5 years since last release. As 2.0.4 is never officially released or tagged, and it was used in the OSX wrapper release string, and this release features lots of critical fixes, let's just leap to v3.0.0!

build/ops

  • fix the pod2man invocations: 63ef4bb
  • Add support for DESTDIR: 9232a1e
  • add travis-ci integration: f01c99e

engine

  • fixed the FTBFS on gcc6: 844ad0f
  • handle AArch64 architecture: 96b3342
  • hacks to support ve/ue: cf3fe3d
  • shuangpin related fixes: 33091ba, 4c1acf5
  • Support 'ng', 'hm' and 'rua': 3bbbf8f
  • Use lve/nve instead of lue/nue: 4f9745c
  • fix invalid 'yai' case: d6e9f34
  • fixed the userdict saving issue: 7d8b8b1
  • expose userdict to public, easier to import user dict.: a4bfe22
  • fix crashes, merge the duplicate sentences: fa7ec5f
  • optimized the add operation from O(n) to O(log n): 08f5da8
  • fixed crash in preeditstring when partial commit with empty pinyin: b728af3
  • add Python plugin support. refact uiobjects: CCandidateList and CPreeditString: 57370b8

ibus-sunpinyin

  • fixed the cursor_up(): ccd1cd1
  • added the setup tag: a43d055
  • add init status prefs: 0876aee
  • hacks for working on GNOME3.6 with Emacs: 346afe8
  • fixed garble menu label for ibus wrapper: 40b66fb

xsunpinyin

  • add case width and language settings to init status tab: 0acabc0

macos-sunpinyin

  • use STHeiti as the default font: a8bd811
  • have an icon for the app bundle: f5b4ed2
  • remove release-ppc target from xcode project: 2ebbc8c
  • drop bigendian data files: 4e0e7e4

scim-sunpinyin

  • Gtk3 support for scim-sunpinyin: 3b27d3e

gtk-standalone

  • make gtk_standalone wrapper workable with gtk+-3.x: d84b789