We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1db1a3 commit cb172c7Copy full SHA for cb172c7
CHANGELOG.txt
@@ -1,5 +1,13 @@
1
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master
2
3
+0.14.0:
4
+
5
+- Improve messaging when updating template
6
+- Improve behaviour when entering/correcting OH text directly
7
+- Fix CI
8
+- Display a message if the user didn't select a file
9
+- Update translations
10
11
0.13.5:
12
- Migrate to hard fork of NumberPickerView
13
lib/build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'signing'
22
apply plugin: "jacoco"
23
apply plugin: "com.github.breadmoirai.github-release"
24
25
-version = '0.13.5'
+version = '0.14.0'
26
def libName = "OpeningHoursFragment"
27
28
task updateTranslations(type: Exec) {
0 commit comments