All Versions
12
Latest Version
Avg Release Cycle
14 days
Latest Release
693 days ago

Changelog History
Page 1

  • v1.3.0 Changes

    July 26, 2022

    โž• 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.
    • ๐Ÿ›  Fix incorrect reference to CSS file in error page.
    • Various minor code improvements.
  • v1.2.4 Changes

    July 19, 2022

    โž• Added

    • ๐Ÿ‘ Issue #41: Add support for a custom favicon.
    • โž• Add new default favicon.

    ๐Ÿ›  Fixed

    • ๐Ÿ”จ Refactor API implementation.
    • Various other code improvements.
  • v1.2.3 Changes

    July 07, 2022

    โž• 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.
  • v1.2.2 Changes

    June 30, 2022

    โž• Added

    • Issue #35: Add optional WWWURL config param.
    • Issue #37: Add ALTBGPROVIDER config option.
    • Issue #38: Add optional description to sites.

    ๐Ÿ›  Fixed

    • ๐Ÿ”’ Issue #36: Improve use of cache to avoid waiting for lock timeout.
  • v1.2.1 Changes

    June 07, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix incorrect keyup check for ctrl-shift-/
    • ๐Ÿ›  Fix wrong cache expiry for unsplash data.
  • v1.2.0 Changes

    June 06, 2022

    โž• Added

    • ๐Ÿ”ง Search: Search for sites added to Jump and also open a query in configurable list of search engines.
    • Unsplash integration: Use random background images from Unsplash collections instead of local images.

    ๐Ÿ›  Fixed

    • Tighten spacing between sites list.
  • v1.1.4 Changes

    May 10, 2022

    โž• Added

    • ๐Ÿ†• New alternative layout for sites list, works better for sites with longer names (resolves issue #26).
    • ๐Ÿ‘Œ Improved security and privacy: Local Google fonts, session handling for API and CSRF checks.

    ๐Ÿ›  Fixed

    • Issue #27: Daylight Savings Not Showing (when OWM API is not used).
    • ๐Ÿ‘Œ Improved API error reporting (Issue #25).
    • โšก๏ธ Generate unique hashes for JS/CSS filenames via webpack so updated assets are downloaded quickly after upgrading.
  • v1.1.3 Changes

    March 23, 2022

    โž• Added

    • Issue #20: Added option within sites.json to open links in a new tab.

    ๐Ÿ›  Fixed

    • Typo in readme, corrected "OWPAPIKEY" to "OWMAPIKEY" in Open Weather Map section.
  • v1.1.2 Changes

    March 17, 2022

    โž• Added

    • ๐Ÿ‘‰ Show alternative 12 hour clock format using the "ampmclock" option.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue #15: Properly encode and escape URLs with query params.
    • ๐Ÿ›  Fix issue #16. UTC timezone shift was being multiplied by 1000 every 10 seconds.
  • v1.1.1 Changes

    March 17, 2022

    ๐Ÿ›  Fixed

    • Metrictemp option was not passed to page template.
    • โœ๏ธ Corrected some typos in readme and comments.