Skip to content

Commit 7b91888

Browse files
committed
Prepare to release v5.1.0
1 parent 08f86f6 commit 7b91888

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1111

1212
## [Unreleased]
1313

14+
### Added
15+
### Changed
16+
### Fixed
17+
### Removed
18+
19+
## [5.1.0] - 2024-11-18
20+
1421
### Added
1522

1623
- 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.
@@ -19,9 +26,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1926

2027
- 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).
2128

22-
### Fixed
23-
### Removed
24-
2529
## [5.0.3] - 2024-07-17
2630

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

771775
- Initial release.
772776

773-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...HEAD
777+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.1.0...HEAD
778+
[5.1.0]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...v5.1.0
774779
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3
775780
[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2
776781
[5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1

elm-application.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hilverd/glossary-page-template",
33
"summary": "Create a glossary as a single HTML page hosted anywhere.",
4-
"version": "5.0.3",
4+
"version": "5.1.0",
55
"exposed-modules": [
66
"AmortizedQueue",
77
"ApplicationShell",
@@ -52,4 +52,4 @@
5252
"TagsForm.TagDescriptionField",
5353
"TagsForm.TagField"
5454
]
55-
}
55+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "5.0.3",
3+
"version": "5.1.0",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",
@@ -46,4 +46,4 @@
4646
"vite@>=5.0.0 <=5.0.11": ">=5.0.12"
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)