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

Commit

Permalink
docs: update changelog for v2.6.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Nov 9, 2023
1 parent 0931cbe commit c116fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelogs/v2.6.0-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Thanks to all the people who have contributed to this release (including our [Cr
- You can now select the build variant for each Android module in the project ([#223](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/223)).
- Multiple application modules (`com.android.application`) in a project are now supported.
- Support for static span colors has been added, allowing previewing the HEX colors in XML/Java/Kotlin files. If you have created a custom color scheme, you need to update your scheme according to [this commit](https://github.com/AndroidIDEOfficial/AndroidIDE/commit/ce4295b63e03e1506daad2f4cfd4b2a5c902d53c) (see the language scheme files) in order to enable this feature.
- A new toggle has been added in preferences to enable/disable log receiver service.
- Android Gradle Plugin v8.2.x is now supported.
- New actions:
- `Disconnect logsenders`: Disconnects from all connected log senders at once.
- `Long select` (editor text action): Allows selecting long text efficiently without using the selection handle.
Expand All @@ -30,6 +30,7 @@ Thanks to all the people who have contributed to this release (including our [Cr
- Preference to enable/disable sticky scroll in the editor (disabled by default).
- Preference to automatically launch application after build & install (disabled by default).
- Preference to enable/disable line number pinning in editor (enabled by default).
- Preferences to enable/disable log receiver service (enabled by default).

## Bug Fixes

Expand Down

0 comments on commit c116fd7

Please sign in to comment.