File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ <!--
8+ ## [Unreleased]
9+ ### Added
10+ - No new features!
11+ ### Changed
12+ - No changed features!
13+ ### Deprecated
14+ - No deprecated features!
15+ ### Removed
16+ - No removed features!
17+ ### Fixed
18+ - No fixed issues!
19+ ### Security
20+ - No security issues fixed!
21+ -->
22+
23+ ## [ Unreleased]
24+ ### Added
25+ - No new features!
26+ ### Changed
27+ - No changed features!
28+ ### Deprecated
29+ - No deprecated features!
30+ ### Removed
31+ - No removed features!
32+ ### Fixed
33+ - No fixed issues!
34+ ### Security
35+ - No security issues fixed!
36+
37+ ## [ 1.1.0] - 2020-11-05
38+ ### Added
39+ - Add in-app update stale status (added in ` play-core ` 1.6.5)
40+ - Add download progress in install listener (added in ` play-core ` 1.6.5)
41+ - Return in-app update priority set via Google Play Developer API (added in ` play-core ` 1.6.5)
42+ - More error codes tweaked (added in multiple ` play-core ` releases)
43+ - Set-up listeners from both ` Activity ` and ` Fragment `
44+ - Add sample app configuration
45+ ### Changed
46+ - ` play-core ` library version upgrade to 1.8.2
47+
48+ ## [ 1.0.2] - 2020-10-07
49+ ### Changed
50+ - ` play-core ` library version upgrade to 1.8.0
51+ - Bumped library versions in both library and sample app
52+
53+ ## [ 1.0.1] - 2019-06-26
54+ ### Added
55+ - Add automatic version name via Git tags and refactor versions
56+ ### Fixed
57+ - Fix import issues with api instead of implementation when importing ` play-core ` libs.
58+
59+ ## [ 1.0.0] - 2019-06-20
60+ ### Added
61+ - Initial release.
62+
63+ [ Unreleased ] : https://github.com/bq/android-app-updates-helper/compare/1.1.0...HEAD
64+ [ 1.1.0 ] : https://github.com/bq/android-app-updates-helper/compare/1.0.2...1.1.0
65+ [ 1.0.2 ] : https://github.com/bq/android-app-updates-helper/compare/1.0.1...1.0.2
66+ [ 1.0.1 ] : https://github.com/bq/android-app-updates-helper/compare/1.0.0...1.0.1
67+ [ 1.0.0 ] : https://github.com/bq/android-app-updates-helper/releases/tag/1.0.0
You can’t perform that action at this time.
0 commit comments