Skip to content

Releases: meefik/linuxdeploy

Linux Deploy 2.1.1

20 Aug 10:59
Compare
Choose a tag to compare

[2.1.1] - 2018-08-20

Added

  • Added support Fedora 28

Changed

  • Improved web terminal

Removed

  • End of support for Fedora 27 and below

Fixed

  • Fixed support Arch Linux i686 (http://mirror.archlinux32.org)
  • Fixed problem with initial installation of Arch Linux (issue #986)
  • Fixed CentOS bootstrap (issues #972)
  • Fixed problem with NSS and systemd (issue #971)
  • Fixed problem with unchroot am

Linux Deploy 2.1.0

17 May 10:28
Compare
Choose a tag to compare

[2.1.0] - 2018-05-07

Added

  • Added support Ubuntu 18.04 LTS (bionic)

Removed

  • Disabled auto changing SELinux mode
  • End of support for Android is below version 4.0

Linux Deploy 2.0.7

24 Apr 21:27
Compare
Choose a tag to compare

[2.0.7] - 2018-04-25

Changed

  • Improved Gentoo bootstrap

Fixed

  • Fixed problem with seccomp (issue #869)

Linux Deploy 2.0.6

17 Feb 10:55
Compare
Choose a tag to compare

[2.0.6] - 2018-02-17

Added

  • Added support for PulseAudio

Changed

  • Improved mount and unmount functions
  • Force make a filesystem

Linux Deploy 2.0.5

23 Dec 19:00
Compare
Choose a tag to compare

[2.0.5] - 2017-12-23

Added

  • Enabled journal for FS ext3/4, ext2 without journal
  • Added an attempt to re-unmount in case of failure
  • The e2fsck utility is included in the assembly
  • START and STOP buttons in notification
  • Show app after five taps on notification in stealth mode

Fixed

  • Fixed problem with running dbus in Fedora
  • Fixed issue of creating a FS (mke2fs) when using busybox from system (issue #891)

Linux Deploy 2.0.4

29 Nov 08:56
Compare
Choose a tag to compare

[2.0.4] - 2017-11-29

Added

  • Added support Fedora 26 and 27

Changed

  • Updated Arch Linux bootstrap

Removed

  • openSUSE end of support

Linux Deploy 2.0.3

05 Oct 10:28
Compare
Choose a tag to compare

[2.0.3] - 2017-10-05

Added

  • Added GNU dd utility (issue #729)
  • Added support for arm64 architecture in Gentoo
  • Translated into Indonesian (issue #851)

Fixed

  • Fixed problem with set the variable name using the "config" command

Linux Deploy 2.0.2

10 May 07:33
Compare
Choose a tag to compare

[2.0.2] - 2017-05-10

Added

  • Added file system check (issue #785)
  • Added custom target type

Changed

  • Updated Arch Linux bootstrap (+libnghttp2, -xorg-utils)

Fixed

  • Fixed an architecture emulation via binfmt_misc
  • Fixed issue of launching Xfce and Mate (issue #807)
  • Fixed problem with showing menu button (issue #693)

Linux Deploy 2.0.1

23 Jan 17:21
Compare
Choose a tag to compare

[2.0.1] - 2017-01-23

Added

  • Added Fedora 25 (issue #683)

Changed

  • Updated Arch Linux bootstrap (issue #699)

Fixed

  • Fixed Fedora and CentOS bootstrap (issue #646)

Linux Deploy 2.0.0

17 Aug 15:04
Compare
Choose a tag to compare

[2.0.0] - 2016-08-17

Added

  • Added support Debian 9 (stretch), Fedora 24 and Ubuntu 16.10 (yakkety)
  • Added support for work without root permissions (based on PRoot)
  • Added interface for managing from TELNET (based on telnetd)
  • Added web interface (based on httpd, websocket.sh and xterm.js)
  • Added synchronization of the operating environment with server or other device
  • Added function to generate a random password for user (instead changeme)
  • Added function to track changes in the network and update the current container
  • Added ability to add users to groups aid_ * from the application interface
  • Added support for initialization systems run-parts and sysv
  • Added an option to keep CPU running to do work while the screen is off
  • Added an option to change the delay of start after opening XServer XSDL
  • Added stealth mode
  • Added ability to send notifications from a container through am
  • Added MATE desktop environment
  • Added autostart delay
  • Created a repository of containers

Changed

  • The application interface is rewritten with Material Design
  • Completed transition to the new CLI
  • Extended syntax description of mount points, you can now specify to mount /from/dir:/to/dir
  • Make an unified container profiles for CLI and the application interface
  • Restore Android after closing Xorg session in framebuffer mode

Removed

  • Removed GNOME and KDE desktop environments