Skip to content

Commit

Permalink
Updated version number, README and CHANGELOG for v1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed Jul 7, 2022
1 parent de09a06 commit 41fb747
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion jumpapp/.jump-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.2 (1657182269)
v1.2.3 (1657207353)

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jumpapp/templates/footer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 41fb747

Please sign in to comment.