Bump package.json version number and update changelog for 1.1.4 release

This commit is contained in:
Dale Davies
2022-05-10 16:26:46 +01:00
parent cb66889412
commit f3932d6134
2 changed files with 11 additions and 1 deletions

View File

@@ -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.

View File

@@ -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",