Skip to content

Commit

Permalink
Release 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Aug 18, 2023
1 parent 278a403 commit 77549a1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: benjaminjonard/koillection
ref: 1.4.9
ref: 1.4.10
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
Expand All @@ -34,5 +34,5 @@ jobs:
with:
file: Dockerfile
push: true
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.4.9
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.4.10
platforms: linux/amd64,linux/arm64
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.10] / 2023-08-18
### Features
- Add Brazilian Portuguese translation (brunoccr)

### Fixes
- Fix overlapping remove button on lists (benjaminjonard)
- Fix scrappers with empty data (benjaminjonard)

### Miscellaneous
- Try to guess image url host if missing when scraping (benjaminjonard)
- Fill existing empty fields when scraping (benjaminjonard)
- Upgrade PHP and JS dependencies (benjaminjonard)
- Update spanish translations, thanks to all contributors on [Crowdin](https://crowdin.com/project/koillection)

## [1.4.9] / 2023-08-05
### Features
- Add list field type (benjaminjonard)
Expand Down
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
release: '1.4.9'
release: '1.4.10'
default_locale: 'en'
container.dumper.inline_factories: true

Expand Down

0 comments on commit 77549a1

Please sign in to comment.