Skip to content

Commit

Permalink
v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 6, 2024
1 parent 2b293b1 commit f74e638
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.17] - 2024-10-07

## Added
- AI model management.
- LLM Classifier settings.
- S3 `max-retries` setting.

### Changed

### Fixed
- Allow non-HTTPS `redirect-uri` for OAuth clients.
- Viewport and autocapitalize fixes for mobile devices.
- Fix error reporting in array fields (#25).

## [0.1.16] - 2024-10-01

## Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://stalw.art"
keywords = ["web", "admin", "email", "mail", "server"]
categories = ["email"]
license = "AGPL-3.0-only OR LicenseRef-SEL"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit f74e638

Please sign in to comment.