Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fcitx5 (5.1.11-2deepin11) unstable; urgency=medium

* improve Sogou input method positioning in default list

-- Wang Yu <wangyu@uniontch.com> Thu, 14 Aug 2025 14:33:43 +0800

fcitx5 (5.1.11-2deepin10) unstable; urgency=medium

* default-la.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ index 4aaae06..47b2d8a 100644
}
+ if (!appendInputMethods.empty()) {
+ group.inputMethodList().insert(
+ group.inputMethodList().end(),
+ group.inputMethodList().begin(),
+ std::make_move_iterator(appendInputMethods.begin()),
+ std::make_move_iterator(appendInputMethods.end()));
+ }
Expand Down
Loading