Skip to content

Commit

Permalink
Prepare to release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Nov 18, 2024
1 parent 08f86f6 commit 7b91888
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ This applies from version 0.5.0 onwards, as some versions before that have broke

## [Unreleased]

### Added
### Changed
### Fixed
### Removed

## [5.1.0] - 2024-11-18

### Added

- Allow setting a default theme. This is used if the user has not explicitly picked a theme, and has also not indicated a preference for dark mode in their browser settings.
Expand All @@ -19,9 +26,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke

- Allow viewing a glossary file directly in a browser (using a `file://` URL), instead of showing only a help message. This restores functionality that was lost from version 4.0.0 onwards (see #11 for context).

### Fixed
### Removed

## [5.0.3] - 2024-07-17

### Changed
Expand Down Expand Up @@ -770,7 +774,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co

- Initial release.

[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...HEAD
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...v5.1.0
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3
[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1
Expand Down
4 changes: 2 additions & 2 deletions elm-application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hilverd/glossary-page-template",
"summary": "Create a glossary as a single HTML page hosted anywhere.",
"version": "5.0.3",
"version": "5.1.0",
"exposed-modules": [
"AmortizedQueue",
"ApplicationShell",
Expand Down Expand Up @@ -52,4 +52,4 @@
"TagsForm.TagDescriptionField",
"TagsForm.TagField"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glossary-page-template",
"version": "5.0.3",
"version": "5.1.0",
"description": "Create a glossary as a single HTML page hosted anywhere.",
"private": true,
"author": "Hilverd Reker",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vite@>=5.0.0 <=5.0.11": ">=5.0.12"
}
}
}
}

0 comments on commit 7b91888

Please sign in to comment.