You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
This patch release addresses various bugs, including critical issues, and introduces some improvements for a smoother user experience.
4
+
5
+
## Fixes
6
+
7
+
- Resolved a crash caused by invalid screen states ([#1109](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1109)).
8
+
- Fixed an `IndexOutOfBoundsException` occurring in `MultiLogSenderHandler` ([#1110](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1110)).
9
+
10
+
## Improvements
11
+
12
+
- Enhanced syntax highlighting for Java and Kotlin languages ([#1051](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1051)).
13
+
- Custom color schemes now fallback to the default color scheme for screens that do not specify colors for a specific file or type.
14
+
- Updated translations from Crowdin. We extend our gratitude to all the [Crowdin translators](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CROWDIN_CONTRIBUTORS.md) for their contributions.
15
+
16
+
Please note that although no significant changes are present in this release, it includes critical bug fixes that enhance the stability and reliability of the application.
0 commit comments