Skip to content

Commit

Permalink
Preparing for release v2.0.0-beta05
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan99 committed Feb 27, 2022
1 parent 1f94c88 commit 7fe34e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0-beta05] - 2022-02-27
### Added
- Context menus on home screen to make it easier to edit and delete activities
- Added shortcuts and integration with Google Assistant to make it easier to use the app!

### Changed
- Updated time handling across the app

### Fixed
- Fixed bug related to invalid time when exporting data

## [2.0.0-beta04] - 2021-11-27
### Added
- Added unlimited scrolling list on Dashboard!
Expand Down Expand Up @@ -188,8 +199,9 @@ See Pull Request #5
- Add new healing record for patient
- View healing logs

[Unreleased]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta04...HEAD
[2.0.0-beta03]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta03...v2.0.0-beta04
[Unreleased]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta05...HEAD
[2.0.0-beta05]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta04...v2.0.0-beta05
[2.0.0-beta04]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta03...v2.0.0-beta04
[2.0.0-beta03]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta02...v2.0.0-beta03
[2.0.0-beta02]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-beta01...v2.0.0-beta02
[2.0.0-beta01]: https://github.com/yashovardhan99/HealersDiary/compare/v2.0.0-alpha06...v2.0.0-beta01
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/dependencies/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Version {
private const val patch = 0

private val buildType: BuildType = BuildType.BETA
private const val buildCode = 4
private const val buildCode = 5

private const val standard = (major * 100 + minor) * 100 + patch
val versionCode = (standard * 10 + buildType.typeCode) * 100 + buildCode
Expand Down

0 comments on commit 7fe34e0

Please sign in to comment.