Updated version number, README and CHANGELOG for v1.2.3 release

This commit is contained in:
Dale Davies
2022-07-07 16:24:01 +01:00
parent de09a06c48
commit 41fb747b8e
6 changed files with 14 additions and 5 deletions

View File

@@ -4,6 +4,15 @@ 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.2.3] - 2022-07-07
### Added
- Android Chrome header colour now matches background colour when using unsplash.
- Extra deny rules for added to nginx.conf for composer and vendor directories.
- Version number now displayed in docker logs.
### Fixed
- Issue #35: Fixed issue with assets not loading correctly when hosted in sub-directory
## [1.2.2] - 2022-06-30
### Added
- Issue #35: Add optional WWWURL config param

View File

@@ -64,7 +64,7 @@ You can use the following optional environment variables to configure/customise
- `METRICTEMP: 'true'` - Metric (C) or imperial (F) temperature units.
- `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.
- `WWWURL` - Useful if Jump is hosted in a sub-directory (e.g. "/startpage").
**NOTE:** The `OWMAPIKEY` and `LATLONG` config options must be defined together.

View File

@@ -1 +1 @@
v1.2.2 (1657182269)
v1.2.3 (1657207353)

View File

@@ -33,6 +33,6 @@
{{/ hastags}}
<span class="unsplash"></span>
<div class="background fixed"></div>
<script defer src="{{{wwwurl}}}/assets/js/index.3264bf7267880c6fc0e3.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.01967507a63ce4e80097.min.js"></script>
</body>
</html>

View File

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