mirror of
https://github.com/daledavies/jump.git
synced 2026-01-22 23:32:08 +01:00
Update package.json version and CHANGELOG for v1.3.1 release
This commit is contained in:
13
CHANGELOG.md
13
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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user