Skip to content

Commit

Permalink
Bump version. update and reformat change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 25, 2021
1 parent fc2a840 commit dfe3fa7
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 38 deletions.
130 changes: 94 additions & 36 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,73 +1,131 @@
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master

0.9.3: Update number picker view and rangebar dependencies
0.10.0:
- Don't automatically up date form from string, wait for "Enter" or the like.
- Add support for open ended year ranges.
- Update parser dependency.
- Improve CI.
- Publish on maven central

0.9.2: Update translations
0.9.3:
- Update number picker view and rangebar dependencies

0.9.1: Move to sonatype / maven central for publishing
0.9.2:
- Update translations

0.9.0: Multi-error support
0.9.1:
- Move to sonatype / maven central for publishing

0.8.2: Update parser dependency, update translations.
0.9.0:
- Multi-error support

0.8.1: Update parser dependency, update translations.
0.8.2:
- Update parser dependency
- Update translations.

0.8.0: Migrate to androidx.
0.8.1:
- Update parser dependency
- Update translations.

0.7.0: Update parser dependency, add locale parameter to factory methods, add error message display, use current year as default start year for new date ranges.
0.8.0:
- Migrate to androidx.

0.6.8: Fix issue with using description instead of value in mixed mode.
0.7.0:
- Update parser dependency
- Add locale parameter to factory methods
- Add error message display
- Use current year as default start year for new date ranges.

0.6.5: Call through to onDismiss in the TemplateManagementDialog, fixes crash in onResume in the parent activity.
0.6.8:
- Fix issue with using description instead of value in mixed mode.

0.6.4: Update Rangebar to 1.5 the previous version had issues with handling clicks on real devices.
0.6.5:
- Call through to onDismiss in the TemplateManagementDialog, fixes crash in onResume in the parent activity.

0.6.3: Fix various small issues which turned up when integrating the new functionality in 0.6 with Vespucci.
0.6.4:
- Update Rangebar to 1.5 the previous version had issues with handling clicks on real devices.

0.5.5: Translation improvements.
0.6.3:
- Fix various small issues which turned up when integrating the new functionality in 0.6 with Vespucci.

0.5.4: Update translations.
0.5.5:
- Translation improvements.

0.5.3: Fix issue with day offsets not being displayed for end dates, update translations.
0.5.4:
- Update translations.

0.5.2: Enable RTL support (but there are no such translations currently), show templates for specific key at top of list, update translations.
0.5.3:
- Fix issue with day offsets not being displayed for end dates
- Update translations.

0.5.1: Properly enable save button
0.5.2:
- Enable RTL support (but there are no such translations currently)
- Show templates for specific key at top of list
- Update translations.

0.5.0: Support showing the list of templates instead of applying the default for empty entries, support for mixed type values
0.5.1:
- Properly enable save button

0.4.2: Protect against NPW when enabling save button
0.5.0:
- Support showing the list of templates instead of applying the default for empty entries
- Support for mixed type values

0.4.1: When displaying extended times use "normal" times when possible
0.4.2:
- Protect against NPW when enabling save button

0.3.5: Make dialog fill all available space, update support lib and build target
0.4.1:
- When displaying extended times use "normal" times when possible

0.3.4: Protect again NPE
0.3.5:
- Make dialog fill all available space
- Update support lib and build target

0.3.2: Fix clearing if string can't be parsed
0.3.4:
- Protect again NPE

0.3.0: Add facilities to duplicate rules and clear existing ones completely
0.3.2:
- Fix clearing if string can't be parsed

0.2.2: Support wrap around weekday ranges
0.3.0:
- Add facilities to duplicate rules and clear existing ones completely

0.2.1: Support "occurrence in month" notation for dates, bug fixes
0.2.2:
- Support wrap around weekday ranges

0.2.0: Support callbacks to a Fragment, support separate templates for the major OH like keys
0.2.1:
- Support "occurrence in month" notation for dates
- Bug fixes

0.1.12: Show negative day offsets for dates correctly
0.2.0:
- Support callbacks to a Fragment
- Support separate templates for the major OH like keys

0.1.11: Don't overwrite invalid strings when adding a rule, try to avoid serialsation issues
0.1.12:
- Show negative day offsets for dates correctly

0.1.10: Protect against NPE when adding new rule to invalid string
0.1.11:
- Don't overwrite invalid strings when adding a rule
- Try to avoid serialsation issues

0.1.9: User the display string for variable dates (Easter)
0.1.10:
- Protect against NPE when adding new rule to invalid string

0.1.8: Enforce OSM 255 char tag length restriction
0.1.9:
- User the display string for variable dates (Easter)

0.1.6: Add shortcut for adding holidays.
0.1.8:
- Enforce OSM 255 char tag length restriction

0.1.5: Typo fixes, add missing dependencies to pom file.
0.1.6:
- Add shortcut for adding holidays.

0.1.4: Improved documentation, added missing time span menu item.
0.1.5:
- Typo fixes
- Add missing dependencies to pom file.

0.1.3: First semi-public release.
0.1.4:
- Improved documentation
- Added missing time span menu item.

0.1.3:
- First semi-public release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursFragment:0.9.3"
compile "ch.poole:OpeningHoursFragment:0.10.0"
}
```
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: "jacoco"

version = '0.9.3'
version = '0.10.0'
def libName = "OpeningHoursFragment"

task updateTranslations(type: Exec) {
Expand Down

0 comments on commit dfe3fa7

Please sign in to comment.