Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syobocat committed Jan 9, 2024
1 parent 724f6f3 commit 4d63684
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
# v0.2.0

## Changed

- .env is obsolete; Please migrate to config.toml
- `Discord` logger will now use embeds

## Added

- Added an option to always use Discord embed
- Added Linux AArch64 support

## Fixed

- Reposts will no longer appear in the log

# v0.1.2

- Add Solaris support
- Add feature flag to enable static link for OpenSSL
## Added

- Added Solaris support
- Added feature flag to enable static link for OpenSSL

# v0.1.1

- Add NetBSD support
## Added

- Added NetBSD support
- Dynamically link OpenSSL except for linux-musl and netbsd

# v0.1.0
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
@@ -1,6 +1,6 @@
[package]
name = "plegosa"
version = "0.1.2"
version = "0.2.0"
authors = ["SyoBoN <[email protected]>"]
edition = "2021"
description = "A simple Egosa (ego-search) tool for Pleroma"
Expand Down

0 comments on commit 4d63684

Please sign in to comment.