Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Oct 19, 2024
1 parent 44f3992 commit f68848b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId packageName
minSdkVersion 27
targetSdkVersion 35
versionCode 3
versionName "0.1.2"
versionCode 4
versionName "0.2.0"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
</head>
<body>
<div></div>
<h3>Version 0.2.0</h3>
<h4>New</h4>
<ul>
<li>Support for digest authentication</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Some usability quirks related to scrolling in the account editing view</li>
</ul>
<h3>Version 0.1.2</h3>
<h4>Fixes</h4>
<ul>
Expand Down

0 comments on commit f68848b

Please sign in to comment.