Insipid 2.9.0

Griffin Chapel

Kommentieren Mar 16 2025 .txt, .json, .md

I’m happy to announce the release of Insipid 2.9.0 - Griffin Chapel.

Upgrade notes

Important. There are config changes and DB updates.

version 2.9.0 - Griffin Chapel

Add new config setting TIMEZONE to your config. See config.default.php for more details.

Add new config settings for using page screenshot with browserless.io. See config.default.php for more details.

const COMPLETE_PAGE_SCREENSHOT_BROWSERLESS_API = "https://chrome.browserless.io/screenshot?token=";
const COMPLETE_PAGE_SCREENSHOT_BROWSERLESS_API_KEY = 'YOUR-API-KEY';
const COMPLETE_PAGE_SCREEENSHOT_BROWSERLESS_TIMEOUT = 10000; # milliseconds
const COMPLETE_PAGE_SCREEENSHOT_BROWSERLESS_IMAGE_QUALITY = 75; # quality for jpeg

Changelog

version 2.9.0 - Griffin Chapel (2025-03-16)

    + Added TIMEZONE as a new config setting. Please update your config.php file.
      See update.md for more details.
    + Added new config settings for whole page screenshot creation. Please update your config.
      See update.md for more details.
      See whole-page-snapshot.md for more details.
    + Fixed whole page screenshot option. See documentation for more details.
    + Removed page thumbnail creation.
    + New home screen layout
    + Better logging
    + Changed documentation files to markdown syntax.
    + Updated requirements information.

Download it here: 2.9.0 - Griffin Chapel - (2025-03-16), Checksum sha1

More information about Insipid can be found here.