Update package version, changelog and javascript bundle for v1.2.4 release

This commit is contained in:
Dale Davies
2022-07-19 16:46:49 +01:00
parent cc00b97ca0
commit 65aa918cb9
5 changed files with 19 additions and 10 deletions

View File

@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.4] - 2022-07-19
### Added
- Issue #41: Add support for a custom favicon.
- Add new default favicon.
### Fixed
- Refactor API implementation.
- Farious other code improvements.
## [1.2.3] - 2022-07-07
### Added
- Android Chrome header colour now matches background colour when using unsplash.
@@ -11,21 +20,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Version number now displayed in docker logs.
### Fixed
- Issue #35: Fixed issue with assets not loading correctly when hosted in sub-directory
- Issue #35: Fixed issue with assets not loading correctly when hosted in sub-directory.
## [1.2.2] - 2022-06-30
### Added
- Issue #35: Add optional WWWURL config param
- Issue #37: Add ALTBGPROVIDER config option
- Issue #38: Add optional description to sites
- Issue #35: Add optional WWWURL config param.
- Issue #37: Add ALTBGPROVIDER config option.
- Issue #38: Add optional description to sites.
### Fixed
- Issue #36: Improve use of cache to avoid waiting for lock timeout
- Issue #36: Improve use of cache to avoid waiting for lock timeout.
## [1.2.1] - 2022-06-07
### Fixed
- Fix incorrect keyup check for ctrl-shift-/
- Fix wrong cache expiry for unsplash data
- Fix wrong cache expiry for unsplash data.
## [1.2.0] - 2022-06-06
### Added

View File

@@ -1 +1 @@
v1.2.3 (1658229888)
v1.2.4 (1658245475)

View File

@@ -1 +1 @@
<script defer src="{{{wwwurl}}}/assets/js/index.88f80a948c32d8c50c47.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.014b9869b77b16cc5648.min.js"></script>

View File

@@ -1,6 +1,6 @@
{
"name": "jump",
"version": "1.2.3",
"version": "1.2.4",
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
"scripts": {
"dev": "webpack --mode=development --devtool=inline-source-map --watch",