Skip to content

Commit 79e485e

Browse files
prepare release 2.0.0-beta.44
1 parent 5719c15 commit 79e485e

4 files changed

Lines changed: 21 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
## [v2.0.0-beta.43](https://github.com/marcantondahmen/automad/commit/5814fd5fd37c8260b4edbab1cda460f6ae3fa07b)
3+
## [v2.0.0-beta.44](https://github.com/marcantondahmen/automad/commit/5719c15ba70ffba792a21759de3e87be48151e96)
44

5-
Sun, 14 Jun 2026 20:35:51 +0200
5+
Sat, 20 Jun 2026 11:46:22 +0200
6+
7+
### New Features
8+
9+
- update standard lite theme ([9a863a771](https://github.com/marcantondahmen/automad/commit/9a863a77134c2959683d62804c238118a4ea3652))
10+
11+
### Bugfixes
12+
13+
- clear cache when changing ai provider settings in order to display changes correctly ([03f0fc3df](https://github.com/marcantondahmen/automad/commit/03f0fc3df1b69bd80e8606b117eec7063492dfa9))
14+
- fix height calculation of auto-sized textareas ([a4f8c7511](https://github.com/marcantondahmen/automad/commit/a4f8c7511f806632efbcbea4fe2c4701501fae16))
15+
- fix selecting a tag from dropdown when using the enter key ([319ba32d1](https://github.com/marcantondahmen/automad/commit/319ba32d1d6aeb3c88eff44cdabd5b70e3fddd72))
16+
- fix warning when unserializing ai provider configs ([b5fb2751b](https://github.com/marcantondahmen/automad/commit/b5fb2751b55b884bbfde9363ef5efd880b1466d5))
17+
- remove markdown code blocks from ai assistance output ([f7904fed1](https://github.com/marcantondahmen/automad/commit/f7904fed178e6062bbb8b53be7dac54c05aa4136))
18+
19+
## [v2.0.0-beta.43](https://github.com/marcantondahmen/automad/commit/f652576a419b0b2993815e480228f74a1da6f510)
20+
21+
Sun, 14 Jun 2026 20:39:14 +0200
622

723
### Bugfixes
824

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.43';
59+
const VERSION = '2.0.0-beta.44';
6060

6161
/**
6262
* Required PHP version.

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.43",
3+
"version": "2.0.0-beta.44",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)