mirror of
https://github.com/daledavies/jump.git
synced 2026-02-04 05:29:06 +01:00
Update package version, changelog and javascript bundle for v1.2.4 release
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.2.3 (1658229888)
|
||||
v1.2.4 (1658245475)
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.88f80a948c32d8c50c47.min.js"></script>
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.014b9869b77b16cc5648.min.js"></script>
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user