Skip to content

Commit c885499

Browse files
committed
Release plain-admin 0.41.0
1 parent a7f64de commit c885499

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

plain-admin/plain/admin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# plain-admin changelog
22

3+
## [0.41.0](https://github.com/dropseed/plain/releases/plain-admin@0.41.0) (2025-08-27)
4+
5+
### What's changed
6+
7+
- Admin toolbar functionality has been moved to the new `plain-toolbar` package, separating concerns and allowing the toolbar to be used independently ([e49d54bf](https://github.com/dropseed/plain/commit/e49d54bfea162424c73e54bf7ed87e93442af899))
8+
- The `ADMIN_TOOLBAR_VERSION` setting has been replaced with the new global `APP_VERSION` setting ([57fb948d](https://github.com/dropseed/plain/commit/57fb948d465789a08c60b68ff71aa7edd671a571))
9+
- The `ADMIN_TOOLBAR_CLASS` setting has been removed in favor of direct toolbar class usage ([f6d8162c](https://github.com/dropseed/plain/commit/f6d8162c5bbc19172a8a4284b047251738f741c1))
10+
11+
### Upgrade instructions
12+
13+
- Install the new `plain-toolbar` package as a dependency: `uv add plain-toolbar`
14+
- Add `"plain.toolbar"` to your `INSTALLED_PACKAGES`
15+
- The `ADMIN_TOOLBAR_CLASS` setting has been removed
16+
- The `ADMIN_TOOLBAR_VERSION` setting has been replaced by `APP_VERSION`
17+
- Toolbar customizations should move from any `admin.py` files to `toolbar.py` files
18+
319
## [0.40.0](https://github.com/dropseed/plain/releases/plain-admin@0.40.0) (2025-08-22)
420

521
### What's changed

plain-admin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.admin"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
description = "Manage your app with a backend interface."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
license = "BSD-3-Clause"

uv.lock

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

0 commit comments

Comments
 (0)