All Versions
16
Latest Version
Avg Release Cycle
52 days
Latest Release
787 days ago

Changelog History
Page 1

  • v1.4.1 Changes

    April 16, 2024

    [1.4.1] - 2024-04-16

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Issue #113: Fix incorrectly parsed debug setting.
    • โœ‚ Remove need for application cache directory after changes to icon cache
  • v1.4.0 Changes

    April 15, 2024

    [1.4.0] - 2024-04-15

    โž• Added

    • ๐Ÿ‘Œ Support for auto-discovery of sites from docker.
    • ๐ŸŒ Language/translation support and several translations.
    • ๐Ÿ‘ Integration of Dasboard Icons support (https://github.com/walkxcode/dashboard-icons).
    • Detailed debug option and much improved error handling.
    • Discussion #81: Add meta tags for mobile compatibility.
    • Discussion #78: Add option for custom greeting message.
    • ๐Ÿšš Universal caching for all site icon types, removes previous favicon cache mechanism.

    ๐Ÿ›  Fixed

    • Issue #82: Ampersand in url in sites.json breaks icon.
    • Issue #110: Fix styling of site name when using alt layout.
    • ๐Ÿ‘‰ Make sites list scrollable if large number of sites.
    • ๐Ÿ›  Fix broken forward caching of Unspash images, images were not rotating.
    • ๐Ÿ›  Fix double logging of PHP error by nginx in docker container.
    • ๐Ÿ›  Fix potential XSS issue from unsplash data.
    • ๐Ÿ›  Fix broken site image in search results.
    • โœ‚ Remove unnecessary console.log() in Weather.js.
  • v1.3.2 Changes

    March 17, 2023

    [1.3.2] - 2023-03-17

    ๐Ÿ›  Fixed

    • Issue #59: Show content on weather API error.
    • ๐Ÿšš Issue #67: Remove animated SVG background image from icons.
    • โšก๏ธ Update outdated NPM packages.
    • ๐Ÿ›  Several other minor bugfixes.
  • v1.3.1 Changes

    March 06, 2023

    [1.3.1] - 2023-03-06

    โž• Added

    • Issue #55: Add CUSTOMWIDTH option.
    • ๐Ÿ‘ Issue #58: Add config option to disable IPv6 support in nginx.
    • Issue #68: Add per-site options for flexibility in checking status.
    • Issue #69: Add option to disable SSL cert verification for site status check.
    • Issue #74: Implement scrollable mobile site view.

    ๐Ÿ›  Fixed

    • Issue #66: Allow for background blur of 0.
    • ๐Ÿ›  Fix incorrect order of arguments in Cache::save().
    • A few other minor code improvements.
  • 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 packages, addresses vulnerabilities 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

    [1.2.2] - 2022-06-30

    โž• 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

    Full Changelog : v1.2.1...v1.2.2

  • 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.