SHA256
1
0
forked from pool/fcitx5
fcitx5/fcitx5.changes
Fridrich Strba 4e0b3c87a9 - Update to 5.1.10
* New candidate action API, planned to be used for mac/android port.
  * There was an issue between fcitx 5.1.9 and the wayland compositor that
    uses zwp_input_method_v2. For now the relevant change in fcitx5
    was reverted.
  * There is also a crash due to a bug on fcitx's wayland frontend. The
    crash may be triggered when the system is slow.
  * There is a design flaw in StandardPath::multiOpen API that may open
    too many files and exhaust the fd that it can open. Alternative API is
    implemented and engines are adapted to the new API in this release.

OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=57
2024-09-11 19:57:05 +00:00

390 lines
16 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 10 02:20:28 UTC 2024 - Arnav Singh <opensuse@arnavion.dev>
- Update to 5.1.10
* New candidate action API, planned to be used for mac/android port.
* There was an issue between fcitx 5.1.9 and the wayland compositor that
uses zwp_input_method_v2. For now the relevant change in fcitx5
was reverted.
* There is also a crash due to a bug on fcitx's wayland frontend. The
crash may be triggered when the system is slow.
* There is a design flaw in StandardPath::multiOpen API that may open
too many files and exhaust the fd that it can open. Alternative API is
implemented and engines are adapted to the new API in this release.
-------------------------------------------------------------------
Wed May 22 07:44:16 UTC 2024 - Marguerite Su <i@marguerite.su>
- Update to 5.1.9
* Add support to recognize passwords in clipboard and allow
automatically clear after a certain amount of time, and
also hide them when displaying it. This feature is not
widely supported, the known application supports it including
keepassxc, plasma-pass. You can also configure to ask fcitx
clipboard to ignore all such marked passwords.
* Fix repeat info is not correctly populated from wayland
* Unicode addon now supports Unicode 15.1
* FIx an issue that under certain cases, the X popup window
may still out of screen.
* A new option to reset input method active state on focus in.
* fix wayland im frontend check on whether a key should repeat
-------------------------------------------------------------------
Sun Feb 4 14:17:28 UTC 2024 - Marguerite Su <i@marguerite.su>
- Update to 5.1.7
* fix some crash bugs introduced when porting to libuv
* some minor improvements on launching fcitx5
- Changes in 5.1.6
* don't allow restart from UI when running with wayland im protocol
* improve ProcessKeyBatch to support delete surrounding
* Fix fractional scale rounding to follow the spec
* fix minor compatibility in ibus frontend with ibus 1.5.29 so ibus
im module won't spam the log
* fix modifier only hyper key detection
* don't use xcb grab key when wayland im module already has a grab
- Changes in 5.1.2
* Fix dbus signature template parsing for certain signatures
* Add environment warning message under Wayland, to help
user to set it right
Act as a warning to distro (fedora/debian) that their tools do not
work under wayland properly.
* Fix virtual keyboard event not flushing wayland connection
* Add option to allow configure auto save behavior
* Make wayland event reading in a separate thread.
* Fix portal value not being read at start up.
* Add an option to allow use of the input method in password field
* make file system API respect umask settings, especially for safeSave
* Support bulk candidate list without a known size.
-------------------------------------------------------------------
Tue Oct 3 07:33:20 UTC 2023 - Marguerite Su <i@marguerite.su>
- Update to 5.1.1
* Add accent color support
* SNI tray icon fix, including:
* workaround GNOME appindicator extension:
https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/468
* Fix icon change when menu pops up
* Fix some issue caused by zwp_input_method_v1 on chrome/electron
* Add support for changing keyboard layout under GNOME. Please note,
the input source will be overridden with this feature.
-------------------------------------------------------------------
Sun Aug 20 05:44:46 UTC 2023 - Marguerite Su <i@marguerite.su>
- Update to 5.1.0
* new virtualkeyboard api and service
* fix a cairo usage in classicui when X11 connection ends
* avoid sending empty preedit updates when not necessary
* fix plasma theme when plasma generator is installed but can't be used.
* fix some bug in charutils/stringutils API
* integrate im module probing to fcitx5-diagnose
* allow text icons to be forcibly used with kimpanel
* dark mode support
* quick phrase emoji update
- drop FTBFS-fcitx5-5.0.23-fmt.patch
-------------------------------------------------------------------
Mon May 22 09:45:48 UTC 2023 - Marguerite Su <i@marguerite.su>
- Update to 5.0.23
* fix a regression in certain Super(Win key) related
hotkey handling
- Changes in 5.0.22
* implement application name detection on wayland for text-input
client when using KDE / wlroots.
* fix xkb rule parsing
* fix SNI tray menu radio icon
* avoid forwarding key in certain cases.
* support xkb rule defined in ~/.config/xkb ~/.xkb
* fcitx5-configtool now use "command" instead of "which"
* Improve commit preedit behavior when focus out
- Add FTBFS-fcitx5-5.0.23-fmt.patch
-------------------------------------------------------------------
Thu Nov 24 14:22:12 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
- Update to 5.0.21
* Setting Share state to "All" may make "Active by default" not
working
* Fix a random sigsegv fault when using the sni tray icon upon
start up.
-------------------------------------------------------------------
Sun Nov 20 10:38:19 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
- Update to 5.0.20
* Remove the dependency on emoji cldr, now all the data are bundled
within fcitx.
* Fix several different SNI based tray icon issues, includes:
- gnome-extension-appindicator may sometimes not show the icon.
- reduce the number of dbus messages sent when the icon does not
change.
- reduce the number of dbus message on start up
* Fix a bug in fcitx4frontend when non-default X11 connection closes.
* Add support to get current input method name in fcitx5-remote
* The Unicode module got a Gtk-style Ctrl+Shift+U to type unicode
directly with fewer key presses.
* Fix on certain systems that CLIPBOARD is not monitored correctly
on first start up.
* Always tries to load a Compose table if there is nothing matched
with current locale.
* Auto generated plasma theme can not be configured anymore because
it's always generated automatically.
-------------------------------------------------------------------
Fri Oct 7 12:34:18 UTC 2022 - Marguerite Su <i@marguerite.su>
- according to upstream, XMODIFIERS and QT/GTK_IM_MODULE should
set to fcitx instead of fcitx5
-------------------------------------------------------------------
Sat Oct 1 16:26:46 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- build with enchant-2 again (boo#1203575)
-------------------------------------------------------------------
Tue Sep 20 13:29:06 UTC 2022 - Marguerite Su <i@marguerite.su>
- update version 5.0.19
* classicui: support blur mask on kwin (x11&wayland)
* xim: fix preedit start callback
- switch source to _dict variant and drop
* en_dict-20121020.tar.gz
* fcitx5-no-download.patch
- drop 0001-Remove-unused-xkbcommon-headers.patch,
upstreamed
-------------------------------------------------------------------
Mon Sep 19 07:43:09 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
- Fix the fcitx 4 obsoletes - obsoleting fcitx <= 4.2.9.8 does not suffice, we
are at fcitx-4.2.9.9-1.2
-------------------------------------------------------------------
Tue Jul 5 11:29:25 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
- Update to 5.0.18
* Support for plasma themes in classicui
* Fix client cursor disappears when using qt text-input-v2
* Fix clear text when ctrl+c when using gtk text-input-v3
* Fix a rare wayland protocol error on sway
- Fix build by removing unused headers (gh#fcitx/fcitx5#538)
* 0001-Remove-unused-xkbcommon-headers.patch
- Replace raw package name with pkgconfig()
- Remove "ENABLE_PRESAGE", it's not used anywhere
(https://github.com/fcitx/fcitx5/commit/e7348f0f972d7f4934f3a1dd1258a51d7d057ac4)
-------------------------------------------------------------------
Sat Mar 12 08:17:03 UTC 2022 - Marguerite Su <i@marguerite.su>
- update version 5.0.15
* bugfix release, drop EGL in classic UI
-------------------------------------------------------------------
Fri Feb 25 04:54:52 UTC 2022 - Marguerite Su <i@marguerite.su>
- systemd user env generator moved to package systemd-inputmethod-generator
- fcitx4 further splits its libraries, adds new Provides/Obsoletes
-------------------------------------------------------------------
Wed Feb 16 13:56:19 UTC 2022 - Marguerite Su <i@marguerite.su>
- fix preun scirpt
-------------------------------------------------------------------
Sat Feb 12 02:13:30 UTC 2022 - Marguerite Su <i@marguerite.su>
- update version 5.0.14
* support populate keyboard layout configuration to KDE5
under wayland.
* A fcitx5-wayland-launcher tool to use the same fcitx
instance with multiple wayland compositors.
* Fix a crash when building with libevent.
* Generates coredump on crash.
* Refactor wl_shm code to use modern shared memory API
on linux/BSD
* Fix wayland input method protocol under weston
* Fix paging button not clickable under vertical layout
-------------------------------------------------------------------
Tue Feb 8 13:59:25 UTC 2022 - Marguerite Su <i@marguerite.su>
- drop baselibs.conf, no consumer yet
-------------------------------------------------------------------
Sun Jan 23 05:01:56 UTC 2022 - Marguerite Su <i@marguerite.su>
- update version 5.0.13
* bug fix release
- change in 5.0.12
* A lot of fixes in zwp_input_method_v1 to make it ready to be used
with future Plasma 5.24 native wayland input method support. With
the next Plasma release (not out yet as of today), you should be
able to directly select fcitx in the "Virtual keyboard KCM" (it was
designed for on screen keyboard so the naming is a little bit
confusing at this point) and use it with native wayland input
method protocols. This allows some non-gtk/qt text-input-v{2,3}
applications to be used with the input method under kwin.
- add fcitx5-5.0.13-memfd.patch
-------------------------------------------------------------------
Thu Jan 20 08:06:20 CET 2022 - tiwai@suse.de
- Fix xim.d script for KDE Plasma (boo#1194916);
$WINDOWMANAGER check needs to be adjusted
-------------------------------------------------------------------
Sat Jan 15 05:05:58 UTC 2022 - Marguerite Su <i@marguerite.su>
- can start via systemd user service on wayland
- fix typo and requirements
-------------------------------------------------------------------
Wed Dec 8 01:49:47 UTC 2021 - Tranter Madi <trmdi@yandex.com>
- update to version 5.0.11
-------------------------------------------------------------------
Sat Nov 6 19:07:10 UTC 2021 - J <hj@powersnail.com>
- update to version 5.0.9
* Wayland repeat key fix under native wayland input method protocol
* Improved fcitx5-diagnose to include more information
* Screen DPI detection fixing, now you can change DPI on the fly without the need to restart fcitx.
This also fixed another issue about when fcitx does not pick up DPI change upon login.
* Fix XWindow based tray menu
* Fix multi-screen detection with xrandr. Under certain cases, screen change may not be automatically picked up.
-------------------------------------------------------------------
Thu Oct 28 16:09:32 CEST 2021 - tiwai@suse.de
- Fix build with Leap 15.3 and 15.4 due to rsvg pkg conflicts
-------------------------------------------------------------------
Wed May 5 06:57:39 UTC 2021 - Marguerite Su <i@marguerite.su>
- update version 5.0.8
* Fix key repeating with wayland input method protocol
* Workaround SNI gnome extension for "empty icon" or
duplicate icon with kimpanel issue.
* The Unicode addon trigger key is now configurable.
* Fix some BSD build issue
* Fix key grab when the input method group is added or removed.
-------------------------------------------------------------------
Thu Apr 22 06:41:09 UTC 2021 - Marguerite Su <i@marguerite.su>
- update version 5.0.7
* Fix reforwarding event value
-------------------------------------------------------------------
Thu Apr 22 06:39:14 UTC 2021 - Marguerite Su <i@marguerite.su>
- update version 5.0.6
* Improve the build ability on android/ios, more options can be disabled.
* xim uses sync mode
* Reload new addon at runtime with version check.
* Bug fix on rotated screen.
* Use fixed line height for classicui.
* Fix "Default" value for classicui
* Add sub mode label to input method
-------------------------------------------------------------------
Tue Mar 16 01:18:32 UTC 2021 - Marguerite Su <i@marguerite.su>
- update version 5.0.5
* Add a new client side ui api to have extensive support for the
client side input panel
* Fix a bunch of issue in classic ui theme and add an option for
customize border if image is not used.
* fix ibus frontend content type
* reduce the memory usage by making unicode data load on demand.
-------------------------------------------------------------------
Sat Jan 30 09:39:06 UTC 2021 - Marguerite Su <i@marguerite.su>
- update version 5.0.4
* Supporting resolving the session dbus address exported to X11
* Add long press support for special symbol, this is disabled by default and also customizable.
* Avoid trigger dbus activation for "fcitx5-remote -e"
* In order to support "old" fcitx im module bundled, added a new fcitx4 frontend (mainly to support wps-office out of box).
-------------------------------------------------------------------
Fri Dec 11 06:49:22 UTC 2020 - Marguerite Su <i@marguerite.su>
- add fcitx5-gcc7.patch: fix build on openSUSE Leap 15.1 with gcc7
-------------------------------------------------------------------
Sun Dec 6 05:08:33 UTC 2020 - Marguerite Su <i@marguerite.su>
- update version 5.0.3
-------------------------------------------------------------------
Sat Nov 28 05:12:34 UTC 2020 - Marguerite Su <i@marguerite.su>
- Move the startup snippet to /usr/etc/X11/xim.d for TW
-------------------------------------------------------------------
Sun Nov 8 03:48:55 UTC 2020 - Marguerite Su <i@marguerite.su>
- update version 5.0.1
-------------------------------------------------------------------
Fri Oct 30 22:58:18 UTC 2020 - Xu Zhao <i@xuzhao.net>
- Update the spec file to obselete fcitx < 4.99.0
-------------------------------------------------------------------
Mon Oct 19 14:58:40 UTC 2020 - xia lei <emricg2@gmail.com>
- Update to version 4.99+git20201015.dd9dc94:
* Preload default input method configured in the group.
* Add logger type for multimap/set.
* Batch multiple commit string together
* Make candidate list key based label support more key
* add fcitx5-diagnose
* add support for modifying default configuration at runtime
-------------------------------------------------------------------
Thu Sep 3 05:46:46 UTC 2020 - Marguerite Su <i@marguerite.su>
- update to 4.99.0+git20200902.a87f7b0
-------------------------------------------------------------------
Wed Sep 2 04:48:40 UTC 2020 - Marguerite Su <i@marguerite.su>
- FTBFS for Tumbleweed
* add fcitx5-std-runtime_error.patch, std::runtime_error is in
stdexcept.h
-------------------------------------------------------------------
Tue Mar 3 21:17:37 UTC 2020 - Xu Zhao <i@xuzhao.net>
- update to version 4.99.0+git20200212.9436416
* Add log functionality for surrounding text
* Add fsync before rename
* Add shorthand append for candidate list
* Make cldr emoji annotation as required
* Add emoji module and emoji typing in keyboard module
- add build-requires cldr-emoji-annotation-devel
- fix build errors on openSUSE_Leap_15.2
-------------------------------------------------------------------
Sat Nov 9 03:45:28 UTC 2019 - Marguerite Su <i@marguerite.su>
- fix build-requires for factory/tumbleweed
rsvg-convert tool is now in rsvg-convert package
-------------------------------------------------------------------
Sat May 25 04:20:05 UTC 2019 - Marguerite Su <i@marguerite.su>
- update version 4.99.0+git20181128.984f3f2
-------------------------------------------------------------------
Sat Aug 25 05:48:59 UTC 2018 - i@marguerite.su
- initial package