Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 22, 2024
1 parent cfcb8a4 commit a2585e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6.0)

project(fcitx5-rime VERSION 5.1.5)
project(fcitx5-rime VERSION 5.1.6)

find_package(ECM 1.0.0 REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
Expand Down
1 change: 1 addition & 0 deletions org.fcitx.Fcitx5.Addon.Rime.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<url type="vcs-browser">https://github.com/fcitx/fcitx5-rime</url>
<project_group>Fcitx</project_group>
<releases>
<release version="5.1.6" date="2024-04-22"/>
<release version="5.1.5" date="2024-02-28"/>
<release version="5.1.4" date="2024-01-02"/>
<release version="5.1.3" date="2023-11-01"/>
Expand Down
5 changes: 3 additions & 2 deletions src/rimeengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ FCITX_CONFIGURATION(
OptionWithAnnotation<PreeditMode, PreeditModeI18NAnnotation> preeditMode{
this, "PreeditMode", _("Preedit Mode"),
isAndroid() ? PreeditMode::No : PreeditMode::ComposingText};
OptionWithAnnotation<SharedStatePolicy, SharedStatePolicyI18NAnnotation> sharedStatePolicy{
this, "InputState", _("Shared Input State"), SharedStatePolicy::All};
OptionWithAnnotation<SharedStatePolicy, SharedStatePolicyI18NAnnotation>
sharedStatePolicy{this, "InputState", _("Shared Input State"),
SharedStatePolicy::All};
// On Linux only cursor position is available so this pins candidate window
// while typing. On macOS any position within embedded preedit is available
// so this is unnecessary. On Android there is no candidate window yet.
Expand Down

0 comments on commit a2585e9

Please sign in to comment.