Skip to content

Commit 408022a

Browse files
Release 1.2.5
1 parent 1341624 commit 408022a

File tree

7 files changed

+14
-11
lines changed

7 files changed

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

CHANGELOG.md

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

4+
## [1.2.5] / 2024-08-16
5+
### Miscellaneous
6+
- Delay thumbnail generation by 10% of the video length, trying to avoid all black or white thumbnails (benjaminjonard)
7+
- Upgrade PHP and JS dependencies (benjaminjonard)
8+
- Update docker image to Ubuntu 24 noble (benjaminjonard)
9+
410
## [1.2.4] / 2024-07-16
511
### Feature
612
- Add metrics endpoint using OpenTelemetry format, used for statistics (benjaminjonard)
@@ -9,7 +15,7 @@ All notable changes to this project will be documented in this file.
915

1016
### Miscellaneous
1117
- Upgrade PHP and JS dependencies (benjaminjonard)
12-
- Update to Bulma v1 (benjaminjonard)
18+
- Update to Bulma v1 (benjaminjonard)**
1319

1420
## [1.2.3] / 2024-02-09
1521
### Feature

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

cheatsheet.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
All in assets directory
55
###### Reload assets
66
- `yarn build`
7-
###### Generate stats
8-
- `yarn run --silent build --json > stats.json`
9-
- `yarn webpack-bundle-analyzer stats.json ../public/build`
107

118
## Tools
129
###### PhpUnit

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.4",
6+
"version": "1.2.5",
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.4'
2+
release: '1.2.5'
33
default_locale: 'en'
44
.container.dumper.inline_factories: true
55

0 commit comments

Comments
 (0)