Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f41b65

Browse filesBrowse files
committed
Bump 0.1.1
1 parent f2a70fc commit 3f41b65
Copy full SHA for 3f41b65

File tree

Expand file treeCollapse file tree

2 files changed

+45
-2
lines changed
Filter options
  • app/src/main/play/release-notes/en-US
  • build-logic/convention/src/main/kotlin
Expand file treeCollapse file tree

2 files changed

+45
-2
lines changed
+43Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# 0.1.1 - Bug Fixes and Improvements
2+
3+
This is a rather small release focusing on improving stability, so don't expect many exciting new features ...
4+
5+
## Highlights
6+
7+
- New option to enable "Haptic feedback on key repeat"
8+
- New theme properties for candidate label/text/comment color
9+
- Click to turn pages/select candidates when using CandidatesView for physical keyboard
10+
11+
### Notable changes
12+
13+
- "Follow system day/night theme" has been enabled by default, which should be stable enough
14+
15+
### Build process improvements
16+
17+
- Removed all symlinks across git submodules to simplify the build process on Windows
18+
19+
## New features
20+
21+
- Register a BroadcastReceiver to restart fcitx instance externally
22+
- Add a shortcut in developer settings to restart fcitx instance
23+
- New option to ignore system WindowInsets
24+
- Enable "follow_system_dark_mode" by default
25+
- Make ClearURLs compliant with the JavaScript implementation
26+
- Add option to open DocumentsUI and browse user data dir
27+
- Add option "Haptic feedback on key repeat"
28+
- Add theme properties for candidate label/text/comment color
29+
- Make CandidatesView touchable
30+
- Add content description to buttons on toolbar and TextEditing window
31+
- Always prepend user input as androidkeyboard candidate
32+
33+
## Bug fixes
34+
35+
- Fix edge-to-edge in plugin's AboutActivity
36+
- Fix ExpandedCandidateWindow self-detach on predict candidates
37+
- Fix potential null pointer dereference
38+
- Workaround duplicated onPrimaryClipChanged callback
39+
- Try follow system "Vibration & haptics" settings
40+
- Apply fcitx input filter to paged candidates
41+
- Improve CandidatesView positioning when monitoring cursor anchor fails
42+
- Send key with KeyStates.Virtual on space swipe
43+
- Workaround Samsung One UI 7.0 navbar coloring

‎build-logic/convention/src/main/kotlin/Versions.kt

Copy file name to clipboardExpand all lines: build-logic/convention/src/main/kotlin/Versions.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ object Versions {
1717
const val defaultBuildTools = "35.0.1"
1818

1919
// NOTE: increase this value to bump version code
20-
const val baseVersionCode = 8
21-
const val baseVersionName = "0.1.0"
20+
const val baseVersionCode = 9
21+
const val baseVersionName = "0.1.1"
2222

2323
val supportedABIs = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
2424
const val fallbackABI = "arm64-v8a"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.