Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef960bd5 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

update version number & Readme for next release

parent 1cdfde75
Loading
Loading
Loading
Loading
+15 −12
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ Community:
- Tim de Boer
- Edoardo Regni
- Porrumentzio
- Piero
- GunChleoc

Tester
- Alexandre
@@ -36,9 +38,19 @@ developer: [Vincent Bourgmayer](vincent.bourgmayer@e.email)


## Changelogs
### v0.13.1-beta (current - unreleased)

### v0.13.0-beta (latest release) 
### v0.13.2-beta (current - unreleased)

### v0.13.1-beta (latest release)
- Remove useless/unused code from FlashThread.java
- Refactor Device.java into Phone.java
- Easy-installer now detect Volla phone as a GS290
- Add gaelic translations - by GunChleoc
- Add catalan translations - by Arnau Vàzquez
- Update Italian translations - by Paolo Pantaleo
- Update French translations - by Piero & Vincent Bourgmayer
- Update German translations - by F. Wildermuth

### v0.13.0-beta  
- Download sources in device specific folder (#325)
- update Installation step's title for S9 and S9+ (#339)
- Update german translation - by F. Wildermuth, Mex Salem, Anonymous, Vincent Bourgmayer
@@ -48,15 +60,6 @@ developer: [Vincent Bourgmayer](vincent.bourgmayer@e.email)
- Add new step to make "oem unlock" visible for S9/S9+ (#308)
- Add Teracube 2e support to Easy-installer

### v0.12.3-beta 
- Start italian translation - by Paolo Pantaleo
- Update french translation - by Gaël Duval & Vincent Bourgmayer
- Update dutch translation - by Edoardo Regni & Tim de Boer
- Refactor code for steps before device detection
- Add a step to prevent Factory reset protection to be enabled
- Update german translation - by F Wildermuth


## Documentation
To run directly from source:
`./gradlew run -Dorg.gradle.java.home=buildSrc/linux/jdk-11.0.2/`
+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.0
pkgver=0.13.1
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')
+1 −1
Original line number Diff line number Diff line
name: easy-installer
version: 'v0.13.0-beta'
version: 'v0.13.1-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 
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ import java.nio.file.Paths;
 */
public abstract class AppConstants {

    public final static String APP_VERSION = "v0.13.0-beta";
    public final static String APP_VERSION = "v0.13.1-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");
+1 −1
Original line number Diff line number Diff line
@@ -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.0-beta"
!define appVersion "v0.13.1-beta"
Name "Easy-installer ${appVersion}"
# define installation directory
InstallDir "$PROGRAMFILES64\easy-installer"