Skip to content

Commit b8b73d0

Browse files
Release 1.2.4
1 parent 2eab8f9 commit b8b73d0

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

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

CHANGELOG.md

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

4+
## [1.2.4] / 2024-07-16
5+
### Feature
6+
- Add metrics endpoint using OpenTelemetry format, used for statistics (benjaminjonard)
7+
- Allow changing board when editing a Post (benjaminjonard)
8+
- Add ability to add a comment on a Post (benjaminjonard)
9+
10+
### Miscellaneous
11+
- Upgrade PHP and JS dependencies (benjaminjonard)
12+
- Update to Bulma v1 (benjaminjonard)
13+
414
## [1.2.3] / 2024-02-09
515
### Feature
616
- Add Hungarian language (forms55)

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.3",
3+
"version": "1.2.4",
44
"author": "Benjamin Jonard",
55
"description": "Front assets for Mendako",
66
"license": "MIT",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"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.3",
6+
"version": "1.2.4",
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.3'
2+
release: '1.2.4'
33
default_locale: 'en'
44
.container.dumper.inline_factories: true
55

0 commit comments

Comments
 (0)