Skip to content

Commit c421209

Browse files
committed
Release 2.4.0
1 parent 4ed8264 commit c421209

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+225
-134
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.4.0] - 2019-08-12
10+
### Added
11+
- Added support Alpine Linux
12+
- Added support for Slackware x86_64
13+
- Added built-in binaries for 64-bit architecture
14+
- Added NET_TRIGGER in the properties dialog
15+
16+
### Changed
17+
- Added executable permission for application directory
18+
- Updated built-in busybox to v1.30.1
19+
20+
### Removed
21+
- End of support for Gentoo
22+
923
## [2.3.1] - 2019-07-29
1024
### Added
11-
- Added support Debian 10 (buster).
25+
- Added support Debian 10 (buster)
1226

1327
### Fixed
14-
- Problem with network trigger on Android 7+.
28+
- Fixed problem with network trigger on Android 7+
1529

1630
## [2.3.0] - 2019-03-02
1731
### Changed
@@ -28,8 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2842
- Replaced by dbus-run-session to dbus-launch
2943

3044
### Fixed
31-
- Problem with running "am" via unchroot (issue #987)
32-
- Problem with color in the list of mount points (issue #1018)
45+
- Fixed problem with running "am" via unchroot (issue #987)
46+
- Fixed problem with color in the list of mount points (issue #1018)
3347

3448
## [2.2.1] - 2018-10-29
3549
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The app is available for download in Google Play and GitHub.
1717

1818
## Features
1919

20-
- Supported distributions: Debian, Ubuntu, Kali Linux, Arch Linux, Fedora, CentOS, Gentoo, Slackware, RootFS (tgz, tbz2, txz)
20+
- Supported distributions: Debian, Ubuntu, Kali Linux, Arch Linux, Fedora, CentOS, Slackware, Alpine Linux, other (from rootfs.tar)
2121
- Installation type: image file, directory, disk partition, RAM
2222
- Supported file systems: ext2, ext3, ext4
23-
- Supported architectures: ARM, ARM64, x86, x86_64, emulation mode (ARM ~ x86)
23+
- Supported architectures: arm, arm64, x86, x86_64, emulation mode (ARM ~ x86)
2424
- Control interface: CLI, SSH, VNC, X11, Framebuffer
2525
- Desktop environment: XTerm, LXDE, Xfce, MATE, other (manual configuration)
2626
- Supported languages: multilingual interface

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId 'ru.meefik.linuxdeploy'
99
minSdkVersion 15
1010
targetSdkVersion 28
11-
versionCode 247
12-
versionName "2.3.1"
11+
versionCode 248
12+
versionName "2.4.0"
1313
}
1414
buildTypes {
1515
release {
64 KB
Binary file not shown.

app/src/main/assets/bin/arm/proot

-198 KB
Binary file not shown.
2.39 MB
Binary file not shown.
1.6 MB
Binary file not shown.
772 KB
Binary file not shown.
5.55 MB
Binary file not shown.
-1.68 MB
Binary file not shown.

0 commit comments

Comments
 (0)