Update package.json version and CHANGELOG for v1.3.1 release

This commit is contained in:
Dale Davies
2023-03-06 12:42:46 +00:00
parent fcd3204b05
commit 29fbf70b8f
2 changed files with 14 additions and 1 deletions

View File

@@ -4,6 +4,19 @@ 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.3.1] - 2023-03-06
### Added
- Issue #55: Add CUSTOMWIDTH option.
- Issue #58: Add config option to disable IPv6 support in nginx.
- Issue #68: Add per-site options for flexibility in checking status.
- Issue #69: Add option to disable SSL cert verification for site status check.
- Issue #74: Implement scrollable mobile site view.
### Fixed
- Issue #66: Allow for background blur of 0.
- Fix incorrect order of arguments in Cache::save().
- A few other minor code improvements.
## [1.3.0] - 2022-07-26
### Added
- Real-time status monitoring for each site. Jump can now ping your sites and report on their

View File

@@ -1,6 +1,6 @@
{
"name": "jump",
"version": "1.3.0",
"version": "1.3.1",
"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",