Skip to content

Commit 9b987f6

Browse files
committed
docs: update changelog for v2.7.1-beta
1 parent 5479c81 commit 9b987f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

changelogs/v2.7.1-beta.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ Thanks to all the people who have contributed to this release (including our [Cr
2020

2121
This release addresses the following issues:
2222

23-
- Resolved a bug causing the 'Clone repository' feature to consistently fail (#1608).
23+
- Resolved a bug causing the 'Clone repository' feature to consistently fail ([#1608](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1608)).
2424
- Fixed occasional `NullPointerException` during the creation of `ActionData` for editor text actions.
25-
- Resolved an `IllegalStateException` occurring when the build finishes after the activity is destroyed (#1604).
26-
- Corrected the use of an invalid publishing version name for Gradle Plugin and LogSender dependencies in F-Droid builds (#1620).
27-
- Fixed the issue where the IDE failed to recognize the installed JDK 21 (#1616).
28-
- Addressed occasional crashes when putting the IDE in the background due to non-existing `openedFiles.json` file (#1621).
29-
- Fixed incorrect display of project synchronization message when executing 'Sync project' action with unsaved Gradle files (#1594).
30-
- Resolved build failure caused by `apply plugin: '...'` syntax in Gradle build scripts with a 'no repositories are defined' error (#1274).
25+
- Resolved an `IllegalStateException` occurring when the build finishes after the activity is destroyed ([#1604](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1604)).
26+
- Corrected the use of an invalid publishing version name for Gradle Plugin and LogSender dependencies in F-Droid builds ([#1620](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1620)).
27+
- Fixed the issue where the IDE failed to recognize the installed JDK 21 ([#1616](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1616)).
28+
- Addressed occasional crashes when putting the IDE in the background due to non-existing `openedFiles.json` file ([#1621](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1621)).
29+
- Fixed incorrect display of project synchronization message when executing 'Sync project' action with unsaved Gradle files ([#1594](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1594)).
30+
- Resolved build failure caused by `apply plugin: '...'` syntax in Gradle build scripts with a 'no repositories are defined' error ([#1274](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1274)).
3131
- 'Cancel build' action now properly cancels project initialization.
3232
- Set `android:foregroundServiceType` for `LogSenderService` to prevent crashes when targeting API 34.
33-
- Resolved inconsistent behavior caused by a duplicate preference key in keyboard-related terminal preferences (#1624).
33+
- Resolved inconsistent behavior caused by a duplicate preference key in keyboard-related terminal preferences ([#1624](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1624)).
3434

3535

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

0 commit comments

Comments
 (0)