Skip to content

Commit

Permalink
Release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Aug 5, 2023
1 parent 8a9193f commit c35885b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 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.8
ref: 1.4.9
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.8
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.4.9
platforms: linux/amd64,linux/arm64
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.9] / 2023-08-05
### Features
- Add list field type (benjaminjonard)
- New scraping feature, see here : [Scraping wiki](https://github.com/benjaminjonard/koillection/wiki/Scraping) (benjaminjonard)

### Miscellaneous
- Upgrade PHP and JS dependencies (benjaminjonard)

## [1.4.8] / 2023-07-24
### Features
- Add Polish translation (bartoszLesniewski and Lenetis)
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,19 @@
# 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 offers the possibility to add your own metadata freely.
Koillection is meant to be used for any kind of collections and doesn't come with pre-built metadata download. But you can tailor your own HTML scraper, or you can add your own metadata freely.

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

## Installation
See the <a href="https://github.com/koillection/koillection/wiki/Installation">Installation page</a> in the wiki

## Updating
See the <a href="https://github.com/koillection/koillection/wiki/Updating">Updating page</a> in the wiki

## Scraping
See the <a href="https://github.com/koillection/koillection/wiki/Scraping">Scraping page</a> in the wiki

## Demo

Gitpod will run a new and temporary instance for you.
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.8'
release: '1.4.9'
default_locale: 'en'
container.dumper.inline_factories: true

Expand Down

0 comments on commit c35885b

Please sign in to comment.