Skip to content

Commit

Permalink
chore: bump to 6.7.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Feb 16, 2024
1 parent 581db67 commit f2438dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

## 6.7.2 (unreleased)
## 6.8.0 (unreleased)

- ...

## 6.7.2 (2024-02-16)

- New redesign of the editor action buttons.
* Fix: only open the text editor if cursor didn't move.
* Fix: render checkboxes in wysiwyg teGt editor.
* Docker: `DEBUG` and `DEFAULT_LANGUAGE` are customizable.
* Disable robots using `DISABLE_ROBOTS=true` environment var during code build process.

## 6.7.1 (2023-09-20)

- Fix, relative wiki links.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.1.zip -O source.zip; \
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.2.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.7.1 /taiga; \
mv /taiga-front-dist-6.7.2 /taiga; \
mv /conf.json.template taiga/dist/; \
chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \
# Install taiga-front contribs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TaigaIO",
"version": "6.7.1",
"version": "6.7.2",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit f2438dd

Please sign in to comment.