-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.1.0 #680
Merged
Merged
Release v3.1.0 #680
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`README.ko.md`의 맞춤법을 개선했습니다. Improved spelling of `README.ko.md`.
* Update Icon entry of autostart desktop file * Remove unused X-KDE-autostart-after=panel Please refer to https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/212 * Remove X-GNOME-Autostart-Phase entry of autostart desktop file This is default behavior on GNOME, so it could be removed. Please refer to https://wiki.gnome.org/Projects/SessionManagement/NewGnomeSession\#Startup * Update CHANGELOG.md * Add kime-xdg-autostart shell script
* Add dockerfile for ubuntu-22.10 Some dependencies (of qt6) might not needed * Update doc/CHANGELOG.md --------- Co-authored-by: Riey <[email protected]>
…l` (#664) * Increase serial number at `ImEvent::Done`, not at commit Fixes #663 > The serial number reflects the last state of the zwp_input_method_v2 object known to the client. The value of the serial argument must be equal to the **number of done events** already issued by that object. When the compositor receives a commit request with a serial different than the number of past done events, it must proceed as normal, except it should not change the current state of the zwp_input_method_v2 object. https://wayland.app/protocols/input-method-unstable-v2#zwp_input_method_v2:request:commit * Changelog update
* Rearrange code of wayland frontend * Implement wayland input_method_v1 * Make it possible for kime to be run privileged by KDE Plasma * Update CHANGELOG and README * Reformat code * Fix typo in install script * List libxkbcommon as dependency * Add PlasmaVirtualKeyboard check * Use standard XDG_CURRENT_DESKTOP instead of DESKTOP_SESSION * Format code * Add weston config in README * Fallback when XDG_CURRENT_DESKTOP & XDG_SESSION_TYPE is not defined
* bump up daemonize to 0.5.0 * bump rust edition to 2021
* Bump bindgen and dependencies * Update nix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
3.1.0
Improve