Skip to content

Commit 0e73d6f

Browse files
prepare release 2.0.0-beta.40
1 parent 3901882 commit 0e73d6f

5 files changed

Lines changed: 24 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# Changelog
22

3-
## [v2.0.0-beta.39](https://github.com/marcantondahmen/automad/commit/010aa631cdd13a7f3a10d5057a9577ec4d03f727)
3+
## [v2.0.0-beta.40](https://github.com/marcantondahmen/automad/commit/39018822d41d99e7b90d8cd5314a31aecec1b516)
44

5-
Sat, 6 Jun 2026 22:48:16 +0200
5+
Sat, 13 Jun 2026 12:37:22 +0200
6+
7+
### New Features
8+
9+
- add option to define custom system instructions for ai providers ([ae514d747](https://github.com/marcantondahmen/automad/commit/ae514d747fe41277436e15b63f555cd8a3097c8a))
10+
- allow selection of multiple images at once in gallery and slideshow blocks ([d2355354a](https://github.com/marcantondahmen/automad/commit/d2355354abf4eb8339914b5d964cb799207d3c75))
11+
- improve ui view transitions ([2d7866c62](https://github.com/marcantondahmen/automad/commit/2d7866c629431e371c6aa18ce72c27b49cd5c219))
12+
13+
### Bugfixes
14+
15+
- filter galleries and slideshows to only include existing files ([40eb219ba](https://github.com/marcantondahmen/automad/commit/40eb219bacfbb258afdd74b56a81c272841dca90))
16+
- fix unnecessary api key and model validation requests in ai provider settings ([1ae46eecb](https://github.com/marcantondahmen/automad/commit/1ae46eecbb7b16fc9818761f69a539e303ff7cc9))
17+
18+
## [v2.0.0-beta.39](https://github.com/marcantondahmen/automad/commit/daf345883289094725d073adbc24e7f1d6cf5fad)
19+
20+
Sat, 6 Jun 2026 22:50:31 +0200
621

722
### Bugfixes
823

automad/src/server/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* @license See LICENSE.md for license information
5757
*/
5858
class App {
59-
const VERSION = '2.0.0-beta.39';
59+
const VERSION = '2.0.0-beta.40';
6060

6161
/**
6262
* Required PHP version.

lib/composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automad",
3-
"version": "2.0.0-beta.39",
3+
"version": "2.0.0-beta.40",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)