Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tunous committed Aug 22, 2019
1 parent 4b21a5f commit 5745223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.8.0] - 2019-08-22
### Added
- Subscribing to /r/all ([#28](https://github.com/Tunous/Dank/pull/28))
- View parent submission of crosspost ([#29](https://github.com/Tunous/Dank/pull/29))
Expand All @@ -16,11 +18,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Video cache is not working ([#50](https://github.com/Tunous/Dank/pull/50))
- Trying to download the same picture twice crashes app ([#57](https://github.com/Tunous/Dank/pull/57))

## [0.7.2] - 2019-09-09
## [0.7.2] - 2019-08-09
### Added
- Configured automatic releases to GitHub.

## [0.7.1] - 2019-09-09
## [0.7.1] - 2019-08-09
### Fixed
- YouTube links not opening when YouTube application is not installed ([upstream#17](https://github.com/saket/Dank/pull/17))
- Login not working when user has enabled 2FA ([#32](https://github.com/Tunous/Dank/pull/32))
Expand Down Expand Up @@ -61,7 +63,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.6.2] and earlier
Changes before the fork has been made.

[Unreleased]: https://github.com/Tunous/Dank/compare/0.7.2...HEAD
[Unreleased]: https://github.com/Tunous/Dank/compare/0.8.0...HEAD
[0.8.0]: https://github.com/Tunous/Dank/compare/0.7.2...0.8.0
[0.7.2]: https://github.com/Tunous/Dank/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/Tunous/Dank/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/Tunous/Dank/compare/0.6.3...0.7.0
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.compileSdk
versionCode 15
versionName "0.7.3"
versionName "0.8.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 5745223

Please sign in to comment.