Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Jan 16, 2019
1 parent 67ec5d3 commit 0525b1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!-- MarkdownTOC -->

- [1.3.0](#130)
- [1.2.0](#120)
- [1.1.0](#110)
- [1.0.2](#102)
Expand All @@ -13,6 +14,19 @@
<!-- /MarkdownTOC -->
</details>

## 1.3.0
> 2019.01.16
- πŸ” Add search input to filter applications and versions
- ⭐ Long press on application to bookmark
- ♻️ Proper image cache invalidation
- πŸŒ€ Hide progress indicator when there is no data
- ✨ Fix system bars flickering during transitions
- πŸ’„ Fix icon placeholder and list divider rendering
- πŸ”— Support deeplinks to applications and versions
- πŸ—‘οΈ Smarter apk file cache invalidation
- βšͺ Outlined shortcut buttons

## 1.2.0
> 2018.10.14
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

def versionMajor = 1
def versionMinor = 2
def versionMinor = 3
def versionPatch = 0
def versionBuild = 0

Expand Down

0 comments on commit 0525b1b

Please sign in to comment.