File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v3
15
15
with :
16
16
repository : benjaminjonard/mendako
17
- ref : 1.1.3
17
+ ref : 1.1.4
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
20
20
- name : Set up QEMU
34
34
with :
35
35
file : Dockerfile
36
36
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
38
38
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
17
## [ 1.1.3] / 2023-05-26
5
18
### Features
6
19
- Add option to enable infinite scrolling (benjaminjonard)
Original file line number Diff line number Diff line change 1
1
parameters :
2
- release : ' 1.1.3 '
2
+ release : ' 1.1.4 '
3
3
default_locale : ' en'
4
4
.container.dumper.inline_factories : true
5
5
You can’t perform that action at this time.
0 commit comments