Skip to content

Commit

Permalink
Update package version, changelog and javascript bundle for v1.2.4 re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
daledavies committed Jul 19, 2022
1 parent cc00b97 commit 65aa918
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,37 @@ 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.
- Extra deny rules for added to nginx.conf for composer and vendor directories.
- 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
Expand Down
2 changes: 1 addition & 1 deletion jumpapp/.jump-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.3 (1658229888)
v1.2.4 (1658245475)

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jumpapp/templates/partials/jsbundle.mustache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<script defer src="{{{wwwurl}}}/assets/js/index.88f80a948c32d8c50c47.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.014b9869b77b16cc5648.min.js"></script>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 65aa918

Please sign in to comment.