Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

74 lines (52 loc) · 2.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.7.0] - 2024-03-19

Added

  • Provide ability to display Osano cookies consent form (#497)
  • Specification filter (#509)

Fixed

  • Footer cookies icon position (#499)
  • Hide Osano window in screenshot url (#520)
  • Add plus sign to item id valid chars regexp (#534)

Changed

  • Extend embed configurator with some more options (#502)
  • Some improvements in deploy subcommand (#533)
  • Upgrade CLI dependencies (#518)
  • Upgrade web application dependencies (#521)

[0.6.1] - 2024-02-07

Fixed

  • Use settings footer text in screenshot (#492)
  • Keep current filters when closing embed modal (#490)

[0.6.0] - 2024-02-06

Added

  • BREAKING: settings: new required url field (#475)
  • Landscape API endpoints (#475)
  • Provide ability to run GTM containers (#457)
  • Display upcoming events and make them configurable (#468)
  • Filters used to url (#485)
  • Display member end user badge (#471)
  • Members category to base data set (#470)
  • More options to logos-preview endpoint (#472)
  • Allow extra header and footer customization

Fixed

  • Issue rendering grid (#484)
  • Issue generating stats (#456)
  • Issue closing sidebar on mobile devices (#474)
  • Issue copying gtm.js file (#459)
  • Issue displaying loading animation (#486)
  • Header menu icon alignment (#474)
  • Issue displaying decimals in stats (#473)

Changed

  • BREAKING: settings: fields in social_networks moved to footer -> links
  • BREAKING: settings: images -> header_logo field moved to header -> logo
  • BREAKING: settings: images -> footer_logo field moved to footer -> logo
  • Settings: images field is now optional
  • Minor improvements to footer (#474)
  • Update header default background color in embed (#474)
  • Some minor improvements to web application (#454)
  • Bump cargo-dist to 0.8.1 (#477)

Removed

  • qr_code section from settings file (we rely now on the new url field) (#475)