Aktivisda: i18n - localConfig.json can now have localized keys (name and description) (see issue #213).
Fix: Some OpenGraph translations were missing (see issue #119)
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]
Backtivisda :
Aktivisda :
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"
}
}
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.
Backtivisda : create all the translation strings in backtivisda using i18n-ally. Backtivisda can now be translated in english or in any other language.
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)
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.
backtivisda: existing templates can now be updated (see issue #173)
Documentation: addition of a [Specifications] page (/admin/specifications) with current and future backtivisda features.
Features:
Bug fixes in Aktivisda
console.error due to missing opengraph image when loading editor without any template. Use default opengraph imageDocumentation:
? The Change Tracker was created in September 2023, but the project started long before that!