Releases: martijnboland/apptext
v0.7.0
V0.6.2
AppText 0.6.2 has some small improvements, requested by users.
What's Changed
- Cascade delete items when deleting a collection (with confirmation) by @martijnboland in #101, see also #63
- Use IDistributedCache instead of IMemoryCache to support multi-instan… by @martijnboland in #102, see also #85
Full Changelog: v0.6.1...v0.6.2
v0.6.1
Fixed issue with missing AppTextAdmin.cshtml view.
v0.6.0
This release supports .NET 6 LTS and has updated dependencies. No new features yet.
v0.5.4
v0.5.3
Added Swagger to docker host app (/swagger).
v0.5.2
Host app for docker image now uses a fork of LiteDB.Identity to prevent file locking issues with Linux containers.
v0.5.1
Small improvements in Docker image to facilitate JavaScript example app.
v0.5.0-pre6
Test release for docker, see 0.5.0-pre for details.
v0.5.0
AppText v0.5.0 is the first release that also comes as a docker image (https://hub.docker.com/r/apptextio/apptext). The image contains the AppText API with Admin app and the data is stored in LiteDb on a docker volume. It also has a light custom authentication layer that can be disabled.
Other improvements:
- You can now delete non-system apps (that have no collections);
- When only the admin app is installed, the user is presented with the Create new app form instead of the Admin app collections;
- Updated all referenced NuGet packages to the latest versions.