Changelog

CHANGELOG

1.5.1 (2026-05-12)

Bug Fixes

1.5.0 (2026-05-11)

Features

  • added shortcodes, plugin repository and capability plugin bases (#198) (4e8bb19)

v1.4.11 (2026-05-05)

Bug Fixes

Chores

  • More security checks introduced (#192, a5f5acb)

  • ci: Bump actions/download-artifact from 7 to 8 (#189, 4b0eefb)

  • ci: Bump actions/upload-artifact from 6 to 7 (#190, d7441ec)

v1.4.10 (2026-02-12)

Bug Fixes

v1.4.9 (2026-02-12)

Bug Fixes

v1.4.8 (2026-02-12)

Bug Fixes

Chores

  • deps)(deps-dev: Bump pytest from 8.4.2 to 9.0.2 (#181, 55c6987)

v1.4.7 (2026-02-12)

Bug Fixes

  • Support Python 3.14 by bumping Flask-Minify to ^0.50 (#184, 94a3d34)

Chores

v1.4.6 (2026-02-11)

Bug Fixes

  • Add security audit step and update GitHub Actions workflows (#176, b39aa25)

v1.4.5 (2026-02-10)

Bug Fixes

  • Migrated to new way of inserting Changelog (#175, 79e4574)

v1.4.3 (2026-02-10)

  • fix: fix semantic-release config and add comprehensive plugin documentation (#173)

v1.4.2 (2026-02-03)

  • fix: simplify feature flags (#172)

v1.4.1 (2026-02-01)

  • fix: lower privileges for pipeline (#171)

v1.4.0 (2026-02-01)

  • feat: implement feature flags system with config refactor (#169)

v1.3.1 (2026-01-29)

  • fix: can use domains which are not specified in config (#170)

v1.3.0 (2026-01-23)

  • feat: added attachments support in notifiers (#164)

v1.2.2 (2026-01-18)

  • fix: styling fixes for left panel (#158)

v1.2.1 (2026-01-15)

  • fix: page allows back lack of language - it has default (#157)

v1.2.0 (2026-01-12)

  • feat: better returns and linting (#156)

v1.1.0 (2026-01-05)

  • feat: add plugin translation support with security and stability fixes (#135)

v1.0.1 (2025-10-16)

  • fix: Add OpenTelemetry logging instrumentation for trace context propagation (#127)

v1.0.0 (2025-10-13)

  • feat: introduce telemetry support (#120)

  • docs: add documentation (#118)

v0.4.3 (2025-10-02)

Bug Fixes

v0.4.2 (2025-10-02)

Bug Fixes

v0.4.1 (2025-09-30)

Bug Fixes

v0.4.0 (2025-09-30)

Bug Fixes

Chores

  • chore: fix semantic release

  • fix pipeline

  • chore: fix semantic release

  • removed pypi token

Features

v0.3.6 (2025-06-05)

  • fix: fixed issue with not displaying plugins in the admin panel

v0.3.5 (2025-06-01)

  • fix: fake login and whole engine now uses csrf

v0.3.4 (2025-06-01)

v0.3.3 (2025-05-26)

  • feat: added support for using github as database

v0.3.2 (2025-05-18)

  • feat: Fake login functionality introduced

v0.3.1 (2025-03-16)

  • feat: Added a new plugin loading mechanism to manage and process plugins effectively.

v0.3.0 (2025-02-19)

  • removed deprecated plugins import (now they are only loaded if they are installed)

v0.2.18 (2025-02-06)

  • fix: UTF emails working

v0.2.17 (2025-02-05)

  • fix: fixed dynamic css

v0.2.16 (2025-02-05)

  • feature: added app_description for applications

v0.2.15 (2025-02-02)

  • fix: plugins loading

v0.2.14 (2025-02-02)

  • fix: plugins loading

v0.2.13 (2024-11-30)

  • feat: added handling multiple languages in menu

v0.2.12 (2024-11-20)

  • feat: added feature flags

v0.2.11 (2024-10-29)

  • feat: add alt text for language icons

  • fix: insufficient sidebar responsiveness

  • feat: add alt text for link in logo

v0.2.10 (2024-10-13)

Bug Fixes

  • Adds some zIndex to ensure that left panel is always on top (#12, 99dc24f)

  • Broken iframe attr (#11, 20087da)

Features

closes Problematy/goodmap#90

  • Change color of language change selection (#5, 005b142)

closes Problematy/goodmap#131

  • Change size of title bar in the subpages (#6, 60dffe9)

Closes #132

closes Problematy/goodmap#125

v0.2.9 (2024-09-27)

  • fix: sitemap gives proper links for blog posts

v0.2.8 (2024-09-26)

Bug Fixes

v0.2.7 (2024-09-26)

  • fix: add alt text for logo

  • fix: removed leaflet dependency

v0.2.6 (2024-08-24)

  • feature: add support for favicons

v0.2.5 (2024-07-25)

  • fix: plugin loader now loads plugins when db is set to graphql

v0.2.4 (2024-07-23)

  • fix: set default page title as app name

  • fix: added missing google tag manager plugin

  • fix: fixed hreflang and html lang

v0.2.3 (2024-07-17)

  • fix: added necessary interface for platzky

v0.2.2 (2024-05-30)

  • fix: fixed standardization of comments in gql db

v0.2.1 (2024-05-28)

  • fix: moved pydantic to requirements

  • fix: removed questions from core logic

v0.2.0 (2024-05-27)

  • made config file stricter

  • created DB dynamic loading

  • introduced models for webpage

  • improved better plugin loader