Loading README.md +9 −5 Original line number Diff line number Diff line # Easy Installer **Current Version:** v0.13.3-beta **Current released Version:** v0.13.3-beta **Current Version:** v0.13.4-beta **Current released Version:** v0.13.4-beta Members: - Gaël Loading Loading @@ -41,10 +41,14 @@ developer: ## Changelogs ### v0.13.4-beta (current - unreleased) - Fix Ubuntu build's docker image - by Israel & Omer Akram - Fix Ubuntu build's docker image - by Israel & Omer Akram & Nicolas - Refactor classes related to script execution - Update Russian translations - by Nikolay Sinyov - Update German translations - by F. Wildermuth - Update Gaelic translations - by GunChleoc - Teracube 2e support disabled (temporarily) - Update Readme - update version number to v0.13.4-beta ### v0.13.3-beta (latest release) - Refactor user interface related to flashing device Loading pkg/arch/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: efoundation <dev [at] e -dot- email> # Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks> pkgname=easy-installer pkgver=0.13.3 pkgver=0.13.4 pkgrel=4 pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices." arch=('x86_64') Loading snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.13.3-beta' version: 'v0.13.4-beta' summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS description: | The /e/ OS Installer has been created to make the installation of Loading src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import java.nio.file.Paths; */ public abstract class AppConstants { public final static String APP_VERSION = "v0.13.3-beta"; public final static String APP_VERSION = "v0.13.4-beta"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading windows-installer-mui.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #-------------------------------- RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files !define MUI_ICON "buildSrc/windows/easy-installer.ico" !define appVersion "v0.13.3-beta" !define appVersion "v0.13.4-beta" Name "Easy-installer ${appVersion}" # define installation directory InstallDir "$PROGRAMFILES64\easy-installer" Loading Loading
README.md +9 −5 Original line number Diff line number Diff line # Easy Installer **Current Version:** v0.13.3-beta **Current released Version:** v0.13.3-beta **Current Version:** v0.13.4-beta **Current released Version:** v0.13.4-beta Members: - Gaël Loading Loading @@ -41,10 +41,14 @@ developer: ## Changelogs ### v0.13.4-beta (current - unreleased) - Fix Ubuntu build's docker image - by Israel & Omer Akram - Fix Ubuntu build's docker image - by Israel & Omer Akram & Nicolas - Refactor classes related to script execution - Update Russian translations - by Nikolay Sinyov - Update German translations - by F. Wildermuth - Update Gaelic translations - by GunChleoc - Teracube 2e support disabled (temporarily) - Update Readme - update version number to v0.13.4-beta ### v0.13.3-beta (latest release) - Refactor user interface related to flashing device Loading
pkg/arch/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: efoundation <dev [at] e -dot- email> # Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks> pkgname=easy-installer pkgver=0.13.3 pkgver=0.13.4 pkgrel=4 pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices." arch=('x86_64') Loading
snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.13.3-beta' version: 'v0.13.4-beta' summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS description: | The /e/ OS Installer has been created to make the installation of Loading
src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import java.nio.file.Paths; */ public abstract class AppConstants { public final static String APP_VERSION = "v0.13.3-beta"; public final static String APP_VERSION = "v0.13.4-beta"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading
windows-installer-mui.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #-------------------------------- RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files !define MUI_ICON "buildSrc/windows/easy-installer.ico" !define appVersion "v0.13.3-beta" !define appVersion "v0.13.4-beta" Name "Easy-installer ${appVersion}" # define installation directory InstallDir "$PROGRAMFILES64\easy-installer" Loading