From 29fbf70b8f9ed2e59da1330b2bade33391d968f5 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Mon, 6 Mar 2023 12:42:46 +0000 Subject: [PATCH] Update package.json version and CHANGELOG for v1.3.1 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b36ac3..55d28fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4ff3648..2f3c4e9 100644 --- a/package.json +++ b/package.json @@ -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",