Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 062d240

Browse files
committed
docs: update changelog for v2.7.0-beta
1 parent 5b827e4 commit 062d240

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

changelogs/v2.7.0-beta.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
11
# AndroidIDE Version v2.7.0-beta Changelog
22

3-
_This is a template changelog_
3+
This minor release fixes bugs while adding some necessary features and improvements.
4+
5+
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)).
46

57
## Important note
68

7-
_No notes_
9+
- 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.
810

911
## Additions
1012

11-
_No additions_
13+
- Termux application has now been integrated into the IDE. You can now spawn multiple, persistent sessions. The terminal packages are still limited as before.
14+
- Support for `x86_64` CPUs has been added! You can now use AndroidIDE on emulators and WSA (Windows Subsystem for Android).
15+
- This version adds a new onboarding experience for AndroidIDE (#1399).
16+
- The 'About' screen has been updated to include information about the people who have contributed to the AndroidIDE project.
1217

1318
## Removals
1419

1520
_No removals_
1621

1722
## Bug fixes
1823

19-
_No bug fixes_
24+
- Fixed a crash when selecting/closing files (#1498).
25+
- Invalid editor activity state when closing files twice (#1549).
26+
- Crash when reading opened files cache (#1478).
27+
- Crash when signature help is requested by typing `,` in the editor for Java files (#1447, #1484).
28+
- Fixed a bug which caused the opened editors to be blank (no content) (#1551).
29+
- Memory leak in editor activity (#1562).
30+
- Fixed a bug which caused the LogSenderService to disconnect (#1385).
31+
- Fixed a bug which caused a crash when selecting locales in preferences.
32+
- Fixed a bug which caused `Material3` themes to be added in projects created with the `No AndroidX` template.
2033

2134
## Improvements
2235

23-
_No improvements_
36+
- Added missing `false`, `true`, `null` completions in Java files (#1506).
37+
- Removed some spam logs (#1497, #1559).
2438

2539
We believe that you'll have a delightful experience using AndroidIDE v2.7.0-beta!

0 commit comments

Comments
 (0)