diff --git a/changelogs/v2.7.0-beta.md b/changelogs/v2.7.0-beta.md index 36a4e3bce0..9a8438f8a0 100644 --- a/changelogs/v2.7.0-beta.md +++ b/changelogs/v2.7.0-beta.md @@ -1,14 +1,19 @@ # 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 @@ -16,10 +21,19 @@ _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!