changelog.md 3.8 KB

Changelog

1.0.41 (2024-04-02)

Aktivisda: i18n - localConfig.json can now have localized keys (name and description) (see issue #213).

Fix: Some OpenGraph translations were missing (see issue #119)

1.0.40 (2024-03-24)

Aktivisda : it's now possible to add an Apache2 .htaccess file at your project root. This file can be used to create redirections:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]

1.0.39 (2024-03-24)

Backtivisda :

  • feat: Display images from private Gitlab repo (see issue #213).
  • fix: svg image upload was broken
  • test: a new api test for hull computation (increase code coverage)

Aktivisda :

  • fix: "download button" was missing in symbol gallery for png images

1.0.38 (2024-02-19)

Continuous Integration : We can specify the aktivisda version we want for our project. This is really useful during developments to work with staging environments. To use it, add the key aktivisda.ref in localconfig.json. Ref can be a commit, a branch or a tag.

{
    ...,
    "aktivisda": {
        "ref": "main"
    }
}

1.0.37 (2024-02-19)

Backtivisda / server : Fixes a bug in backtivisda serveur introduced in v1.0.35 by the new testing infrastructure (see issue #204). Add a "computing preview" test for a jpeg image.

1.0.36 (2024-02-07)

Backtivisda : create all the translation strings in backtivisda using i18n-ally. Backtivisda can now be translated in english or in any other language.

1.0.35 (2024-02-05)

Server: Detects and fix a bug in images-manipulator internal dependency. Such bugs will be detected in aktivisda thanks to the new testing infrastructure (see isue #191)

1.0.34 (2023-12-19)

Documentation: Overhaul of the aktivisda.earth documentation to provide a step-by-step guide for installing the memo independently. This documentation remains incomplete and a complete standalone installation is still out of reach.

Generator: Some of the files generated by the yeoman package were wrong.

1.0.33 (2023-10-07)

backtivisda: existing templates can now be updated (see issue #173)

Documentation: addition of a [Specifications] page (/admin/specifications) with current and future backtivisda features.

1.0.32 (2023-10-12)

Features:

  • Possibility of loading pngs locally (see issue #144)
  • All png images (loaded and exported) in Aktivisda are now locally compressed thanks to Oxipng (see issue #52)

1.0.31 (2023-09-07)

Bug fixes in Aktivisda

  • The "Download" button was broken (#171)
  • The application would no longer load if the English language was not available in the application (the problem only occurred for instances available only in French) (see issue #146)
  • Fixed a console.error due to missing opengraph image when loading editor without any template. Use default opengraph image

Documentation:

  • Created a new tests page with the essential information needed to run the tests.

? The Change Tracker was created in September 2023, but the project started long before that!