Skip to content

Commit

Permalink
bump version to 0.5.2-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
Calsign committed May 17, 2020
1 parent 4597902 commit 15bb52a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APDE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.calsignlabs.apde"
minSdkVersion 19
targetSdkVersion 28
versionCode 31
versionName "0.5.1"
versionCode 32
versionName "0.5.2-pre1"
multiDexEnabled true
}

Expand Down
13 changes: 13 additions & 0 deletions APDE/src/main/assets/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v0.5.2-pre1 Alpha

- Real-time compilation
- Your code automatically compiles in the background
- Errors and warnings are underlined in your code
- The problem overview screen (to the right of the console) shows
all errors and warnings found in your code
- Improved preprocessor
- Improved file selection
- Bug fixes and improvements

------------------------------------------------------------------------

v0.5.1 Alpha

- Preview mode runs sketches without installing them
Expand Down

0 comments on commit 15bb52a

Please sign in to comment.