Skip to content

Commit

Permalink
Update changelog, bump version and rebuild bundles for v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed Apr 15, 2024
1 parent ae208fd commit 465d9b9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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.4.0] - 2024-04-15
### Added
- Support for auto-discovery of sites from docker.
- Language/translation support and several translations.
- Integration of Dasboard Icons support (https://github.com/walkxcode/dashboard-icons).
- Detailed debug option and much improved error handling.
- Discussion #81: Add meta tags for mobile compatibility.
- Discussion #78: Add option for custom greeting message.
- Universal caching for all site icon types, removes previous favicon cache mechanism.

### Fixed
- Issue #82: Ampersand in url in sites.json breaks icon.
- Issue #110: Fix styling of site name when using alt layout.
- Make sites list scrollable if large number of sites.
- Fix broken forward caching of Unspash images, images were not rotating.
- Fix double logging of PHP error by nginx in docker container.
- Fix potential XSS issue from unsplash data.
- Fix broken site image in search results.
- Remove unnecessary console.log() in Weather.js.

## [1.3.2] - 2023-03-17
### Fixed
- Issue #59: Show content on weather API error.
Expand Down
2 changes: 1 addition & 1 deletion jumpapp/.jump-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.2 (1713015994)
v1.4.0 (1713193815)

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.684ab59a1da833869f8b.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.fc7bac2b7fbb7dcc270e.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.3.2",
"version": "1.4.0",
"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 465d9b9

Please sign in to comment.