Skip to content

Commit 1d2871f

Browse files
Release 1.2.3
1 parent e801107 commit 1d2871f

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.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/mendako
17-
ref: 1.2.2
17+
ref: 1.2.3
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/benjaminjonard/mendako:latest,docker.io/benjaminjonard/mendako:1.2.2
37+
tags: docker.io/benjaminjonard/mendako:latest,docker.io/benjaminjonard/mendako:1.2.3
3838
platforms: linux/amd64,linux/arm64

CHANGELOG.md

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

4+
## [1.2.3] / 2024-02-09
5+
### Feature
6+
- Add Hungarian language (forms55)
7+
- Add language selector on login page (benjaminjonard)
8+
9+
### Miscellaneous
10+
- Upgrade PHP and JS dependencies (benjaminjonard)
11+
412
## [1.2.2] / 2024-01-19
513
### Fix
614
- Fix board infinite scroll (benjaminjonard)

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mendako",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"author": "Benjamin Jonard",
55
"description": "Front assets for Mendako",
66
"license": "MIT",

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "benjaminjonard/mendako",
3-
"description": "Koillection is a self-hosted service allowing users to manage any kind of collection.",
3+
"description": "Mendako is a self-hosted, private, light booru like image board, supports multiple boards. ",
44
"type": "project",
55
"license": "MIT",
6-
"version": "1.2.2",
6+
"version": "1.2.3",
77
"minimum-stability": "stable",
88
"prefer-stable": true,
99
"require": {

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.2.2'
2+
release: '1.2.3'
33
default_locale: 'en'
44
.container.dumper.inline_factories: true
55

0 commit comments

Comments
 (0)