Skip to content

Commit 1210f11

Browse files
committed
chore(release): 2.0.4
1 parent 0c7a10d commit 1210f11

File tree

3 files changed

+41
-10
lines changed

3 files changed

+41
-10
lines changed

CHANGELOG.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.4] - 2022-09-27
6+
7+
### Bug Fixes
8+
9+
- Cleaner splash screen
10+
- Privacy policy now opens the website
11+
- Implement missing markdown elements
12+
- Color picker displays selected color
13+
- WallpaperObserver was incorrectly set and would run in preview mode
14+
- Check icon was in the wrong folder
15+
16+
### Miscellaneous Tasks
17+
18+
- Update the ic_color_lens_off icon
19+
- Update phone launch graphic
20+
- Update pre-commits
21+
- Setup website to host privacy policy ([#264](https://github.com/redwarp/gif-wallpaper/issues/264))
22+
- Set title to homepage
23+
- Grammar and spell checking in about page
24+
- Move privacy policy to website dir
25+
- Bump coil-compose from 2.2.0 to 2.2.1 ([#265](https://github.com/redwarp/gif-wallpaper/issues/265))
26+
- Bump dependencies
27+
- Bump spotless-plugin-gradle from 6.10.0 to 6.11.0 ([#268](https://github.com/redwarp/gif-wallpaper/issues/268))
28+
- Bump gradle from 7.2.2 to 7.3.0 ([#269](https://github.com/redwarp/gif-wallpaper/issues/269))
29+
- Bump decoder from 1.4.0 to 1.4.4 ([#270](https://github.com/redwarp/gif-wallpaper/issues/270))
30+
- Bump android-drawable from 1.4.0 to 1.4.4 ([#271](https://github.com/redwarp/gif-wallpaper/issues/271))
31+
- Update privacy policy ([#272](https://github.com/redwarp/gif-wallpaper/issues/272))
32+
33+
### Refactor
34+
35+
- Simplify markdown composable creation
36+
- Extract string literal to const
37+
538
## [2.0.3] - 2022-09-02
639

740
### Bug Fixes
@@ -53,12 +86,10 @@ All notable changes to this project will be documented in this file.
5386

5487
### Miscellaneous Tasks
5588

56-
- Update action to check that it build
5789
- Fix README pointing to non existing image
5890
- Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4 ([#246](https://github.com/redwarp/gif-wallpaper/issues/246))
5991
- Update dependabot.yml
6092
- Bump kotlinx-coroutines-android from 1.6.3 to 1.6.4 ([#245](https://github.com/redwarp/gif-wallpaper/issues/245))
61-
- Create rust release-process to replace standard-version
6293
- Update pre-commit hooks
6394
- Bump rust deps to address security issue
6495
- Update gradle to 7.5
@@ -77,9 +108,7 @@ All notable changes to this project will be documented in this file.
77108

78109
### Miscellaneous Tasks
79110

80-
- Update fastlane action
81111
- Add linux to gemfile lock for fastlane on github
82-
- Update github actions deps
83112
- Update coroutine deps
84113

85114
## [1.13.4] - 2022-06-26
@@ -140,8 +169,6 @@ All notable changes to this project will be documented in this file.
140169

141170
- Bump com.diffplug.spotless from 6.3.0 to 6.4.0 ([#204](https://github.com/redwarp/gif-wallpaper/issues/204))
142171
- Bump gradle from 7.1.1 to 7.1.2 ([#202](https://github.com/redwarp/gif-wallpaper/issues/202))
143-
- Replace hardcoded code with config file
144-
- Cleanup old code
145172
- Update fastlane
146173
- Zh-Hans -> zh-CN
147174
- Localized feature graphic for zh
@@ -595,8 +622,6 @@ All notable changes to this project will be documented in this file.
595622

596623
### Miscellaneous Tasks
597624

598-
- Bump robolectric from 4.3.1 to 4.4 ([#35](https://github.com/redwarp/gif-wallpaper/issues/35))
599-
- Bump com.diffplug.spotless from 5.2.0 to 5.3.0 ([#34](https://github.com/redwarp/gif-wallpaper/issues/34))
600625
- Bump material from 1.2.0 to 1.2.1 ([#36](https://github.com/redwarp/gif-wallpaper/issues/36))
601626
- Bump com.github.ben-manes.versions from 0.29.0 to 0.30.0 ([#37](https://github.com/redwarp/gif-wallpaper/issues/37))
602627
- Bump com.github.ben-manes.versions from 0.30.0 to 0.31.0 ([#39](https://github.com/redwarp/gif-wallpaper/issues/39))

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "net.redwarp.gifwallpaper"
1313
minSdkVersion 21
1414
targetSdkVersion 33
15-
versionCode 71
16-
versionName "2.0.3"
15+
versionCode 72
16+
versionName "2.0.4"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Cleaner splash screen
2+
- Privacy policy now opens the website
3+
- Implement missing markdown elements
4+
- Color picker displays selected color
5+
- WallpaperObserver was incorrectly set and would run in preview mode
6+
- Check icon was in the wrong folder

0 commit comments

Comments
 (0)