Release 2.2.1 - See CHANGELOG.md

This commit is contained in:
Dave Conroy 2021-07-26 07:32:49 -07:00
parent 3c25f25c57
commit 5c1e2ab854
6 changed files with 61 additions and 49 deletions

View file

@ -88,6 +88,7 @@ jobs:
sed -i "/FROM .*/a LABEL tiredofit.image.image_build_date=\"$(date +'%Y-%m-%d %H:%M:%S')\"" Dockerfile
if [ -f "CHANGELOG.md" ] ; then
sed -i "/FROM .*/a LABEL tiredofit.image.git_changelog_version=\"$(head -n1 ./CHANGELOG.md | awk '{print $2}')\"" Dockerfile
mkdir -p install/assets/.changelogs ; cp CHANGELOG.md install/assets/.changelogs/${GITHUB_REPOSITORY/\//_}.md
fi
if [[ $GITHUB_REF == refs/tags/* ]]; then

View file

@ -1,3 +1,13 @@
## 2.2.1 2021-07-26 <dave at tiredofit dot ca>
### Added
- Libreoffice Core 6.4.45
- Collabora Online 6.4.10-5
### Changed
- Bugfix for console output when adding new languages
## 2.2.0 2021-07-11 <dave at tiredofit dot ca>
### Added

View file

@ -14,11 +14,11 @@ ARG APP_NAME
### Environment Variables
ENV COLLABORA_ONLINE_BRANCH=${COLLABORA_ONLINE_BRANCH:-"master"} \
COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-6.4.10-1"} \
COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-6.4.10-5"} \
COLLABORA_ONLINE_REPO_URL=${COLLABORA_ONLINE_REPO_URL:-"https://github.com/CollaboraOnline/online"} \
#
LIBREOFFICE_BRANCH=${LIBREOFFICE_BRANCH:-"master"} \
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-6.4-44"} \
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-6.4-45"} \
LIBREOFFICE_REPO_URL=${LIBREOFFICE_REPO_URL:-"https://github.com/LibreOffice/core"} \
#
APP_NAME=${APP_NAME:-"Document Editor"} \

View file

@ -158,52 +158,52 @@ Be sure to view the following repositories to understand all the customizable op
The image comes with English (US, GB, Canada variants) baked into the image, however upon container startup you can add more spell check variants via environment variables. Add multiple dictionaries by seperating with a comma.
| Parameter | Value | Description |
| -------------- | ----------- | ---------------------- |
| `DICTIONARIES` | `af` | Afrikaans |
| | `an` | Aragonese |
| | `ar` | Arabic |
| | `be` | Belarusian |
| | `bg` | Bulgarian |
| | `bn` | Bengali |
| | `br` | Breton |
| | `bs` | Bosnian |
| | `ca` | Catalan |
| | `cs` | Czech |
| | `da` | Danish |
| | `de` | German |
| | `el` | Greek |
| | `en-au` | English (Australia) |
| | `en-za` | English (South Africa) |
| | `es` | Spanish |
| | `fr` | French |
| | `gd` | Gaelic |
| | `he` | Hebrew |
| | `hi` | Hindi |
| | `hu` | Hungarian |
| | `id` | Indonesian |
| | `is` | Icelandic |
| | `it` | Italian |
| | `ko` | Korean |
| | `lo` | Laotian |
| | `lt` | Lithuanian |
| | `lv` | Latvian |
| | `ne` | Nepalese |
| | `nl` | Dutch |
| | `no` | Norwegian |
| | `pl` | Polish |
| | `pt-br` | Portugese (Brazil) |
| | `pt-pt` | Portugese |
| | `ro` | Romanian |
| | `ru` | Russian |
| | `sk` | Slovak |
| | `sr` | Serbian |
| | `sv` | Swedish |
| | `sw` | Kiswahili |
| | `th` | Thai |
| | `tr` | Turkish |
| | `uk` | Ukranian |
| | `vi` | Vietnamese |
| Parameter | Value | Description |
| -------------- | ------- | ---------------------- |
| `DICTIONARIES` | `af` | Afrikaans |
| | `an` | Aragonese |
| | `ar` | Arabic |
| | `be` | Belarusian |
| | `bg` | Bulgarian |
| | `bn` | Bengali |
| | `br` | Breton |
| | `bs` | Bosnian |
| | `ca` | Catalan |
| | `cs` | Czech |
| | `da` | Danish |
| | `de` | German |
| | `el` | Greek |
| | `en-au` | English (Australia) |
| | `en-za` | English (South Africa) |
| | `es` | Spanish |
| | `fr` | French |
| | `gd` | Gaelic |
| | `he` | Hebrew |
| | `hi` | Hindi |
| | `hu` | Hungarian |
| | `id` | Indonesian |
| | `is` | Icelandic |
| | `it` | Italian |
| | `ko` | Korean |
| | `lo` | Laotian |
| | `lt` | Lithuanian |
| | `lv` | Latvian |
| | `ne` | Nepalese |
| | `nl` | Dutch |
| | `no` | Norwegian |
| | `pl` | Polish |
| | `pt-br` | Portugese (Brazil) |
| | `pt-pt` | Portugese |
| | `ro` | Romanian |
| | `ru` | Russian |
| | `sk` | Slovak |
| | `sr` | Serbian |
| | `sv` | Swedish |
| | `sw` | Kiswahili |
| | `th` | Thai |
| | `tr` | Turkish |
| | `uk` | Ukranian |
| | `vi` | Vietnamese |
#### TLS Settings
| Parameter | Description | Default |
| -------------------------- | ------------------------------------------------------------------- | -------------------- |

View file

@ -27,6 +27,7 @@ FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-0}
IDLE_SAVE=${IDLE_SAVE:-30}
IDLE_UNLOAD_TIMEOUT=${IDLE_UNLOAD_TIMEOUT:-3600}
INTERFACE=${INTERFACE:-"classic"}
LANGUAGE=${LANGUAGE:-''}
LOG_ANONYMIZE=${LOG_ANONYMIZE:-"FALSE"}
LOG_ANONYMIZE_SALT=${LOG_ANONYMIZE_SALT:-"$(date +%s%N | cut -b12-19)"}
LOG_CLIENT_CONSOLE=${LOG_CLIENT_CONSOLE:-"false"}

View file

@ -23,7 +23,7 @@ if [ -n "${DICTIONARIES}" ]; then
silent apt-get update
for lang in $langs
do
print_notice "Adding dictionary for '{lang}' - Please wait.."
print_notice "Adding dictionary for '${lang}' - Please wait.."
case "${lang}" in
"de" )
silent apt-get install -y hunspell-de-de