Skip to content

Commit

Permalink
Release 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Oct 7, 2022
1 parent 9a64aac commit 3af6d25
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
with:
context: .
push: true
build-args: GITHUB_RELEASE=1.3.14
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.3.14
build-args: GITHUB_RELEASE=1.3.15
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.3.15
platforms: linux/amd64,linux/arm64
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.3.15] / 2022-01-07
### Features
- Support for MariaDB (benjaminjonard)

## [1.3.14] / 2022-01-01
If after this update you have incoherent collections/items counters, head to the Administration page and click on "Refresh caches"
:warning: If after this update you have incoherent collections/items counters, head to the Administration page and click on "Refresh caches"

### Features
- Add children (sub-collections) list display mode (benjaminjonard)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
<img src="https://img.shields.io/scrutinizer/g/koillection/koillection" />
</p>
<p align="center">
<img src="https://img.shields.io/packagist/php-v/koillection/koillection" />
<img src="https://img.shields.io/packagist/php-v/koillection/koillection" />
<img src="https://img.shields.io/badge/postgresql-^10.0-blue" />
<img src="https://img.shields.io/badge/mariadb-^10.0-blue" />
<img src="https://img.shields.io/badge/mysql-^8.0-blue" />
<img src="https://img.shields.io/badge/postgresql-^10.0-blue" />
<p>

# Koillection

Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games...
As Koillection is meant to be used for any kind of collections, it doesn't support automatic download of metadata. But it offer the possibility to add your own metadata freely.
As Koillection is meant to be used for any kind of collections, it doesn't support automatic download of metadata. But it offers the possibility to add your own metadata freely.

You can find detailled informations in the <a href="https://github.com/koillection/koillection/wiki">wiki</a> (under construction)

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.3.14'
release: '1.3.15'
available_locales: ['en', 'fr', 'es']
default_locale: 'en'
container.dumper.inline_factories: true
Expand Down

0 comments on commit 3af6d25

Please sign in to comment.