Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 10, 2025
1 parent ae6ee34 commit 9ee28fb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 18 deletions.
33 changes: 20 additions & 13 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
## What's Changed in 0.0.11

- Trying to fix fastlane image. by @dessalines
- Adding better svg for icons from @vitrola06 by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.10...0.0.11

## What's Changed in 0.0.10

- Fix about page crash caused by adaptive icon addition. by @dessalines in [#36](https://github.com/dessalines/habit-maker/pull/36)
- Fix about page crash caused by adaptive icon addition. by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.9...0.0.10

## What's Changed in 0.0.9

- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34)
- Adding adaptive / monochrome icons. by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9

## What's Changed in 0.0.8

- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29)
- Remembering scroll position in habits pane. by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.7...0.0.8

## What's Changed in 0.0.7

- Adding virtual complete for non-daily habits. by @dessalines in [#28](https://github.com/dessalines/habit-maker/pull/28)
- Adding virtual complete for non-daily habits. by @dessalines
- Fixing readme error. by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.6...0.0.7

## What's Changed in 0.0.6

- Adding a today completed count, displayed at the bottom of the list. by @dessalines in [#25](https://github.com/dessalines/habit-maker/pull/25)
- Adding an optional context (IE when / where) field for habits. by @dessalines in [#24](https://github.com/dessalines/habit-maker/pull/24)
- Adding a today completed count, displayed at the bottom of the list. by @dessalines
- Adding an optional context (IE when / where) field for habits. by @dessalines
- Using a different encouragement example. by @dessalines
- Comment out f-droid links for now. by @dessalines

Expand All @@ -35,22 +42,22 @@
## What's Changed in 0.0.5

- Merge remote-tracking branch 'refs/remotes/origin/main' by @dessalines
- Add x times info chip by @dessalines in [#13](https://github.com/dessalines/habit-maker/pull/13)
- Add x times info chip by @dessalines
- Merge remote-tracking branch 'refs/remotes/origin/main' by @dessalines
- Add fastlane generation by @dessalines in [#12](https://github.com/dessalines/habit-maker/pull/12)
- Add fastlane generation by @dessalines
- Removing pointless import. by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.4...0.0.5

## What's Changed in 0.0.4

- Fixing checkmark color, main screen top bar. by @dessalines in [#8](https://github.com/dessalines/habit-maker/pull/8)
- Fixing checkmark color, main screen top bar. by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.3...0.0.4

## What's Changed in 0.0.3

- Adding working weekly, monthly, and yearly streaks. by @dessalines in [#7](https://github.com/dessalines/habit-maker/pull/7)
- Adding working weekly, monthly, and yearly streaks. by @dessalines
- Fixing a few screen transitions. by @dessalines
- Fixing animate items. by @dessalines

Expand All @@ -59,8 +66,8 @@
## What's Changed in 0.0.2

- Fixing createHabit back by @dessalines
- Adding habit row animations. by @dessalines in [#6](https://github.com/dessalines/habit-maker/pull/6)
- Update the habit.completed column for the current day for all habits by @dessalines in [#5](https://github.com/dessalines/habit-maker/pull/5)
- Adding habit row animations. by @dessalines
- Update the habit.completed column for the current day for all habits by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.1...0.0.2

Expand Down Expand Up @@ -100,6 +107,6 @@
## New Contributors

- @dessalines made their first contribution
- @renovate[bot] made their first contribution in [#4](https://github.com/dessalines/habit-maker/pull/4)
- @renovate[bot] made their first contribution

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.habitmaker"
minSdk = 26
targetSdk = 35
versionCode = 10
versionName = "0.0.10"
versionCode = 11
versionName = "0.0.11"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## What's Changed in 0.0.10
## What's Changed in 0.0.11

- Fix about page crash caused by adaptive icon addition. by @dessalines in [#36](https://github.com/dessalines/habit-maker/pull/36)
- Trying to fix fastlane image. by @dessalines
- Adding better svg for icons from @vitrola06 by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.9...0.0.10
**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.10...0.0.11

<!-- generated by git-cliff -->
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## What's Changed in 0.0.11

- Trying to fix fastlane image. by @dessalines
- Adding better svg for icons from @vitrola06 by @dessalines

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.10...0.0.11

<!-- generated by git-cliff -->

0 comments on commit 9ee28fb

Please sign in to comment.