Skip to content

Commit

Permalink
Bump package.json version number and update changelog for 1.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed May 10, 2022
1 parent cb66889 commit f3932d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
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.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",
Expand Down

0 comments on commit f3932d6

Please sign in to comment.