From f3932d6134f00dc03a69a9ca92e1fdbeb4fc523a Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Tue, 10 May 2022 16:26:46 +0100 Subject: [PATCH] Bump package.json version number and update changelog for 1.1.4 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce53952..0cc6aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.1.4] - 2022-05-10 +### Added +- New alternative layout for sites list, works better for sites with longer names (resolves issue #26). +- Improved security and privacy: Local Google fonts, session handling for API and CSRF checks. + +### Fixed +- Issue #27: Daylight Savings Not Showing (when OWM API is not used). +- Improved API error reporting (Issue #25). +- Generate unique hashes for JS/CSS filenames via webpack so updated assets are downloaded quickly after upgrading. + ## [1.1.3] - 2022-03-23 ### Added - Issue #20: Added option within sites.json to open links in a new tab. diff --git a/package.json b/package.json index 56d50f6..6327923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jump", - "version": "1.1.3", + "version": "1.1.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",