Skip to content

Commit 0c2019a

Browse files
Release 1.1.4
1 parent 3176308 commit 0c2019a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
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@v3
1515
with:
1616
repository: benjaminjonard/mendako
17-
ref: 1.1.3
17+
ref: 1.1.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.1.3
37+
tags: docker.io/benjaminjonard/mendako:latest,docker.io/benjaminjonard/mendako:1.1.4
3838
platforms: linux/amd64,linux/arm64

CHANGELOG.md

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

4+
## [1.1.4] / 2023-07-05
5+
### Features
6+
- Add basic admin dashboard (benjaminjonard)
7+
8+
### Fix
9+
- Fix duration display when duration < 1 sec (benjaminjonard)
10+
- Use ffmpeg to generate better gif thumbnails (benjaminjonard)
11+
12+
### Miscellaneous
13+
- Update PHP and JS dependencies (benjaminjonard)
14+
- Add volume icon on posts that have sound (benjaminjonard)
15+
- Update breadcrumb for search (benjaminjonard)
16+
417
## [1.1.3] / 2023-05-26
518
### Features
619
- Add option to enable infinite scrolling (benjaminjonard)

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

0 commit comments

Comments
 (0)