Skip to content

Commit a763cfc

Browse files
committed
Move changelog to separate file, update README
1 parent 78956b9 commit a763cfc

3 files changed

Lines changed: 44 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelogs
2+
3+
### V 0.1.3 Beta
4+
- Fixed dark mode visual issues.
5+
6+
>MD5: 7335d4fa04193f6cad6bab63cc7aad3c
7+
>
8+
>SHA1: 6894bdab669aabd745263349ff3c4eb7dc730dd9
9+
10+
### V 0.1.2 Beta
11+
- Converted images to SVG
12+
13+
>MD5: 3c9a796a192bf109beda90c28f1a1da1
14+
>
15+
>SHA1: 857f9f8babcacde37f9d7ccc118d9fd993c2f1c2
16+
17+
### V 0.1.1 Beta
18+
- Fixed bug where 'running' text would change to 'not running' when screen is locked then unlocked
19+
20+
21+
>MD5: b196939cc8cd0c5c28c1cf8059149746
22+
>
23+
>SHA1: 88fe561d635a015d816af3593e86df009e11285a
24+
25+
### V 0.1.0 Beta
26+
- Initial release
27+
28+
>MD5: 2c5c2157c83bc3900324a6d5fde99b1b
29+
>
30+
>SHA1: b6d073a36f325499386d290d4dab75c5b03e4b3c

README.md

Lines changed: 14 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
# WaterTracker
22

3-
GNU General Public License v3.0
4-
5-
Copyright (c) 2020 Toh Jeen Gie Keith
6-
7-
<hr/>
8-
9-
This file is part of WaterTracker.
10-
11-
WaterTracker is free software: you can redistribute it and/or modify
12-
it under the terms of the GNU General Public License as published by
13-
the Free Software Foundation, either version 3 of the License, or
14-
(at your option) any later version.
15-
16-
WaterTracker is distributed in the hope that it will be useful,
17-
but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
GNU General Public License for more details.
20-
21-
You should have received a copy of the GNU General Public License
22-
along with WaterTracker. If not, see <https://www.gnu.org/licenses/>.
23-
243
## About
254
WaterTracker is a simple app that reminds you to drink water!
265

@@ -36,45 +15,22 @@ A 'Drink water!' notification like shown above will be displayed if you have not
3615
When all 5 glasses are empty, the notifications will no longer come (until you restart them), and a 'Congratulations' message will appear!
3716

3817
## Download
39-
[Download the APK](https://github.com/ktprograms/WaterTracker/blob/master/app/release/WaterTracker0.1.3beta.apk)
40-
41-
## Checksums (All versions)
42-
**V 0.1.0 Beta:**
43-
44-
>MD5: 2c5c2157c83bc3900324a6d5fde99b1b
45-
>
46-
>SHA1: b6d073a36f325499386d290d4dab75c5b03e4b3c
47-
48-
**V 0.1.1 Beta:**
49-
50-
>MD5: b196939cc8cd0c5c28c1cf8059149746
51-
>
52-
>SHA1: 88fe561d635a015d816af3593e86df009e11285a
53-
54-
**V 0.1.2 Beta:**
55-
56-
>MD5: 3c9a796a192bf109beda90c28f1a1da1
57-
>
58-
>SHA1: 857f9f8babcacde37f9d7ccc118d9fd993c2f1c2
59-
60-
**V 0.1.3 Beta:**
61-
>MD5: 7335d4fa04193f6cad6bab63cc7aad3c
62-
>
63-
>SHA1: 6894bdab669aabd745263349ff3c4eb7dc730dd9
64-
65-
# Changelogs
66-
**V 0.1.0 Beta:**
67-
68-
>Initial release
69-
70-
**V 0.1.1 Beta:**
18+
[<img src="get-it-on-github.png" alt="Get it on GitHub" height="80">](https://github.com/ktprograms/WaterTracker/releases/latest)
19+
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/packages/com.ktprograms.watertracker/)
7120

72-
>Fixed bug where 'running' text would change to 'not running' when screen is locked then unlocked
21+
## License
7322

74-
**V 0.1.2 Beta:**
23+
Copyright (c) 2021 Toh Jeen Gie Keith
7524

76-
>Converted images to SVG
25+
WaterTracker is free software: you can redistribute it and/or modify
26+
it under the terms of the GNU General Public License as published by
27+
the Free Software Foundation, either version 3 of the License, or
28+
(at your option) any later version.
7729

78-
**V 0.1.3 Beta:**
30+
WaterTracker is distributed in the hope that it will be useful,
31+
but WITHOUT ANY WARRANTY; without even the implied warranty of
32+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33+
GNU General Public License for more details.
7934

80-
>Fixed dark mode visual issues.
35+
You should have received a copy of the GNU General Public License
36+
along with WaterTracker. If not, see <https://www.gnu.org/licenses/>.

get-it-on-github.png

6.29 KB
Loading

0 commit comments

Comments
 (0)