Update package.json version, changelog, readme and screenshots for v1.3.0 release
10
CHANGELOG.md
@@ -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.3.0] - 2022-07-26
|
||||
### Added
|
||||
- Real-time status monitoring for each site. Jump can now ping your sites and report on their
|
||||
availability (e.g. online, offline, error).
|
||||
|
||||
### Fixed
|
||||
- Close session early to avoid session lock blocking API calls.
|
||||
- Updated composer packages, addresses several security alerts for older version of Guzzle.
|
||||
- Updated NPM packes, addresses vulverabilities in Terser and EJS.
|
||||
|
||||
## [1.2.4] - 2022-07-19
|
||||
### Added
|
||||
- Issue #41: Add support for a custom favicon.
|
||||
|
||||
36
README.md
@@ -6,24 +6,26 @@
|
||||
|
||||
Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.
|
||||
|
||||

|
||||
|
||||
### Demo
|
||||
|
||||
Check it out here... https://jumpdemo.daledavies.co.uk
|
||||
|
||||
Note the demo instance is hosted on a render.com free tier so may take a few seconds to wake up.
|
||||

|
||||
|
||||
### Features
|
||||
|
||||
- Fast, easy to deploy, secure
|
||||
- Custom sites and icons
|
||||
- Categorise sites with tags
|
||||
- Custom background images
|
||||
- Unsplash integration (background images)
|
||||
- Search sites added to Jump, plus custom list of search engines
|
||||
- Fetch favicons for sites without custom icons
|
||||
- Open Weather Map integration
|
||||
- Fast, easy to deploy, secure.
|
||||
- Easily add sites and use custom icons, or let Jump fetch their original favicons.
|
||||
- Categorise sites with tags across multiple pages.
|
||||
- Real-time status monitoring for each site.
|
||||
- Use your own background images or get random background images from Unsplash.
|
||||
- Fast search by name, tag, url with keyboard shortcut.
|
||||
- Custom list of search engines accessed via search box.
|
||||
- Open Weather Map integration for local time and weather.
|
||||
- Several layout options, including responsive UI for mobile devices.
|
||||
- Easily enable/disable all configuration options, tailor Jump to suit your needs.
|
||||
|
||||
### Demo - [jumpdemo.daledavies.co.uk](https://jumpdemo.daledavies.co.uk)
|
||||
|
||||
Note - the demo instance is hosted on a render.com free tier so may take a few seconds to wake up.
|
||||
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
@@ -69,7 +71,9 @@ You can use the following optional environment variables to configure/customise
|
||||
- `OWMAPIKEY` - An API key for Open Weather Map, LATLONG (below) must also be defined.
|
||||
- `LATLONG` - A latitude and longitude for the default location (e.g. "51.509865,-0.118092").
|
||||
- `METRICTEMP: 'true'` - Metric (C) or imperial (F) temperature units.
|
||||
- `NOINDEX: 'true'` - Include a robots noindex meta tag in site header
|
||||
- `CHECKSTATUS: 'false'` - Disable checking site availability status.
|
||||
- `STATUSCACHE: 5` - Duration in minutes to cache site availability status.
|
||||
- `NOINDEX: 'true'` - Include a robots noindex meta tag in site header.
|
||||
- `CACHEBYPASS: 'true'` - Bypass all caches, useful for testing changes.
|
||||
- `WWWURL` - Useful if Jump is hosted in a sub-directory (e.g. "/startpage").
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jump",
|
||||
"version": "1.3.0-dev",
|
||||
"version": "1.3.0",
|
||||
"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",
|
||||
|
||||
BIN
screenshot.png
|
Before Width: | Height: | Size: 425 KiB After Width: | Height: | Size: 437 KiB |
3
screenshots/ffmpeg.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
To create the webp demo animation from an mp4...
|
||||
|
||||
ffmpeg -i input.mp4 -loop 0 screenshot-demo.webp
|
||||
|
Before Width: | Height: | Size: 12 MiB |
BIN
screenshots/screenshot-demo.webp
Normal file
|
After Width: | Height: | Size: 629 KiB |
BIN
screenshots/screenshot-search.png
Normal file
|
After Width: | Height: | Size: 477 KiB |
|
Before Width: | Height: | Size: 407 KiB After Width: | Height: | Size: 590 KiB |
|
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 576 KiB |