File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- 0.59 2025-01-23
1
+ 0.60 2025-01-23
2
2
- Create top navbar and modify sidebar. (uyen-nhu)
3
3
- Improve appearance of title-addon on logo. (uyen-nhu)
4
4
- Create and style new item on top navbar for 'News'. (uyen-nhu)
15
15
- Fix test that wrongly required SSL support. (diewald)
16
16
- URLs for plugins are mandatory (closes #233; hebasta)
17
17
18
+ 0.59 2025-03-28
19
+ - Docker only release (diewald)
20
+
18
21
0.58 2024-11-15
19
22
- Cookie path is settable now (hebasta)
20
23
- Fix meta table view for key value pairs (diewald)
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ LABEL repository="https://github.com/KorAP/Kalamar"
100
100
101
101
# docker build -f Dockerfile -t korap/kalamar:x.xx-large --target kalamar .
102
102
103
- # Slimming (https://github.com/slimtoolkit/slim):
103
+ # Slimming (https://github.com/slimtoolkit/slim or https://github.com/mintoolkit/mint ):
104
104
# slim build --http-probe=true \
105
105
# --exec="perl Makefile.PL && make test && unzip -v" \
106
106
# --include-workdir=true \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Mojo::Util qw/url_escape deprecated slugify/;
8
8
use List::Util qw! none uniq! ;
9
9
10
10
# Minor version - may be patched from package.json
11
- our $VERSION = ' 0.59 ' ;
11
+ our $VERSION = ' 0.60 ' ;
12
12
13
13
# Supported version of Backend API
14
14
our $API_VERSION = ' 1.0' ;
Original file line number Diff line number Diff line change 2
2
"name" : " Kalamar" ,
3
3
"description" : " Mojolicious-based Frontend for KorAP" ,
4
4
"license" : " BSD-2-Clause" ,
5
- "version" : " 0.59.1 " ,
5
+ "version" : " 0.60.0 " ,
6
6
"pluginVersion" : " 0.2.3" ,
7
7
"engines" : {
8
8
"node" : " >=6.0.0"
You can’t perform that action at this time.
0 commit comments