This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update changelog for v2.7.0-beta
- Loading branch information
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,39 @@ | ||
# AndroidIDE Version v2.7.0-beta Changelog | ||
|
||
_This is a template changelog_ | ||
This minor release fixes bugs while adding some necessary features and improvements. | ||
|
||
Thanks to all the people who have contributed to this release (including our [Crowdin translators](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CROWDIN_CONTRIBUTORS.md)). | ||
|
||
## Important note | ||
|
||
_No notes_ | ||
- The method of installing the build tools has changed a bit. You can now use the GUI method (shown during onboarding) or you can install the tools manually as usual. You'll have an option to select the installation method at the onboarding screen. | ||
|
||
## Additions | ||
|
||
_No additions_ | ||
- Termux application has now been integrated into the IDE. You can now spawn multiple, persistent sessions. The terminal packages are still limited as before. | ||
- Support for `x86_64` CPUs has been added! You can now use AndroidIDE on emulators and WSA (Windows Subsystem for Android). | ||
- This version adds a new onboarding experience for AndroidIDE (#1399). | ||
- The 'About' screen has been updated to include information about the people who have contributed to the AndroidIDE project. | ||
|
||
## Removals | ||
|
||
_No removals_ | ||
|
||
## Bug fixes | ||
|
||
_No bug fixes_ | ||
- Fixed a crash when selecting/closing files (#1498). | ||
- Invalid editor activity state when closing files twice (#1549). | ||
- Crash when reading opened files cache (#1478). | ||
- Crash when signature help is requested by typing `,` in the editor for Java files (#1447, #1484). | ||
- Fixed a bug which caused the opened editors to be blank (no content) (#1551). | ||
- Memory leak in editor activity (#1562). | ||
- Fixed a bug which caused the LogSenderService to disconnect (#1385). | ||
- Fixed a bug which caused a crash when selecting locales in preferences. | ||
- Fixed a bug which caused `Material3` themes to be added in projects created with the `No AndroidX` template. | ||
|
||
## Improvements | ||
|
||
_No improvements_ | ||
- Added missing `false`, `true`, `null` completions in Java files (#1506). | ||
- Removed some spam logs (#1497, #1559). | ||
|
||
We believe that you'll have a delightful experience using AndroidIDE v2.7.0-beta! |