Skip to content

Commit 465d9b9

Browse files
committed
Update changelog, bump version and rebuild bundles for v1.4.0 release
1 parent ae208fd commit 465d9b9

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.0] - 2024-04-15
8+
### Added
9+
- Support for auto-discovery of sites from docker.
10+
- Language/translation support and several translations.
11+
- Integration of Dasboard Icons support (https://github.com/walkxcode/dashboard-icons).
12+
- Detailed debug option and much improved error handling.
13+
- Discussion #81: Add meta tags for mobile compatibility.
14+
- Discussion #78: Add option for custom greeting message.
15+
- Universal caching for all site icon types, removes previous favicon cache mechanism.
16+
17+
### Fixed
18+
- Issue #82: Ampersand in url in sites.json breaks icon.
19+
- Issue #110: Fix styling of site name when using alt layout.
20+
- Make sites list scrollable if large number of sites.
21+
- Fix broken forward caching of Unspash images, images were not rotating.
22+
- Fix double logging of PHP error by nginx in docker container.
23+
- Fix potential XSS issue from unsplash data.
24+
- Fix broken site image in search results.
25+
- Remove unnecessary console.log() in Weather.js.
26+
727
## [1.3.2] - 2023-03-17
828
### Fixed
929
- Issue #59: Show content on weather API error.

jumpapp/.jump-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.2 (1713015994)
1+
v1.4.0 (1713193815)

jumpapp/assets/js/index.684ab59a1da833869f8b.min.js jumpapp/assets/js/index.fc7bac2b7fbb7dcc270e.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<script defer src="{{{wwwurl}}}/assets/js/index.684ab59a1da833869f8b.min.js"></script>
1+
<script defer src="{{{wwwurl}}}/assets/js/index.fc7bac2b7fbb7dcc270e.min.js"></script>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jump",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
55
"scripts": {
66
"dev": "webpack --mode=development --devtool=inline-source-map --watch",

0 commit comments

Comments
 (0)