Skip to content

Commit 438e585

Browse files
Release 1.6.8
1 parent b740ad4 commit 438e585

7 files changed

Lines changed: 19 additions & 8 deletions

File tree

.github/workflows/docker-release-frankenphp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
repository: benjaminjonard/koillection
17-
ref: 1.6.7
17+
ref: 1.6.8
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Set up QEMU
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
file: Dockerfile.frankenphp
3636
push: true
37-
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.6.7-frankenphp
37+
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.6.8-frankenphp
3838
platforms: linux/amd64,linux/arm64

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
repository: benjaminjonard/koillection
17-
ref: 1.6.7
17+
ref: 1.6.8
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Set up QEMU
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
file: Dockerfile
3636
push: true
37-
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.6.7
37+
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.6.8
3838
platforms: linux/amd64,linux/arm64

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.6.8] / 2025-02-04
5+
### Fixes
6+
- Fix advanced search when item datum label contains a slash (benjaminjonard)
7+
8+
### Miscellaneous
9+
- Update Contains behavior for lists in advanced search, it will now match full values (benjaminjonard)
10+
- Add 'exists', 'does not exist', 'empty' and 'not empty' operators in advanced search (benjaminjonard)
11+
- Add filters on file, image and video fields in advanced search (benjaminjonard)
12+
- Upgrade PHP and JS dependencies (benjaminjonard)
13+
- Update translations, thanks to all contributors on [Crowdin](https://crowdin.com/project/koillection)
14+
415
## [1.6.7] / 2025-02-02
516
### Fixes
617
- Fix empty values in lists for advanced item search (benjaminjonard)

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koillection",
33
"preferGlobal": true,
4-
"version": "1.6.7",
4+
"version": "1.6.8",
55
"author": "Benjamin Jonard",
66
"description": "Front assets for Koillection",
77
"license": "MIT",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Koillection is a self-hosted service allowing users to manage any kind of collection.",
44
"type": "project",
55
"license": "MIT",
6-
"version": "1.6.7",
6+
"version": "1.6.8",
77
"minimum-stability": "stable",
88
"prefer-stable": true,
99
"require": {

config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: 'Koillection API'
3-
version: 1.6.7
3+
version: 1.6.8
44
show_webby: false
55

66
formats:

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
release: '1.6.7'
2+
release: '1.6.8'
33
default_locale: 'en'
44
container.dumper.inline_factories: true
55

0 commit comments

Comments
 (0)