Skip to content

Commit 41fb747

Browse files
committed
Updated version number, README and CHANGELOG for v1.2.3 release
1 parent de09a06 commit 41fb747

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.3] - 2022-07-07
8+
### Added
9+
- Android Chrome header colour now matches background colour when using unsplash.
10+
- Extra deny rules for added to nginx.conf for composer and vendor directories.
11+
- Version number now displayed in docker logs.
12+
13+
### Fixed
14+
- Issue #35: Fixed issue with assets not loading correctly when hosted in sub-directory
15+
716
## [1.2.2] - 2022-06-30
817
### Added
918
- Issue #35: Add optional WWWURL config param

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can use the following optional environment variables to configure/customise
6464
- `METRICTEMP: 'true'` - Metric (C) or imperial (F) temperature units.
6565
- `NOINDEX: 'true'` - Include a robots noindex meta tag in site header
6666
- `CACHEBYPASS: 'true'` - Bypass all caches, useful for testing changes.
67-
- `WWWURL` - Useful if Jump is hosted in a sub-directory.
67+
- `WWWURL` - Useful if Jump is hosted in a sub-directory (e.g. "/startpage").
6868

6969
**NOTE:** The `OWMAPIKEY` and `LATLONG` config options must be defined together.
7070

jumpapp/.jump-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.2 (1657182269)
1+
v1.2.3 (1657207353)

jumpapp/assets/js/index.3264bf7267880c6fc0e3.min.js jumpapp/assets/js/index.01967507a63ce4e80097.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jumpapp/templates/footer.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
{{/ hastags}}
3434
<span class="unsplash"></span>
3535
<div class="background fixed"></div>
36-
<script defer src="{{{wwwurl}}}/assets/js/index.3264bf7267880c6fc0e3.min.js"></script>
36+
<script defer src="{{{wwwurl}}}/assets/js/index.01967507a63ce4e80097.min.js"></script>
3737
</body>
3838
</html>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jump",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
55
"scripts": {
66
"dev": "webpack --mode=development --devtool=inline-source-map --watch",

0 commit comments

Comments
 (0)