Releases: importantimport/hatsu
Releases · importantimport/hatsu
v0.2.0-beta.5
v0.2.0-beta.4
What's Changed
- fix(apub): set note visibility to public by @reesericci in #30
New Contributors
- @reesericci made their first contribution in #30
Full Changelog: v0.2.0-bata.3...v0.2.0-beta.4
v0.2.0-beta.3
What's Changed
- refactor(env): new
HATSU_ENV_FILE
option by @kwaa in #28 - refactor(feed): improve structure & compatibility by @kwaa in #29
Full Changelog: v0.2.0-beta.2...v0.2.0-bata.3
v0.2.0-beta.2
What's Changed
Full Changelog: v0.2.0-beta.1...v0.2.0-beta.2
v0.2.0-beta.1
What's Changed
- fix: add missing slash in hashtag URL by @jordemort in #23
- feat: receive
Like
activity by @kwaa in #24
New Contributors
- @jordemort made their first contribution in #23
- @kwaa made their first contribution in #24
Full Changelog: v0.2.0-beta.0...v0.2.0-beta.1
v0.2.0-beta.0
What's Changed
Update
activity have been supported! This needs to be tested. 6acacb3- Implement Mastodon's
/api/v{1,2}/instance
API. 78f0dd8 - Hatsu now only handles public activity. 31aa292
Full Changelog: v0.1.1...v0.2.0-beta.0
v0.1.1
Features
Custom emojis are now supported! example:
{
"ancestors": [],
"descendants": [
{
...
"content": "This is a test message :acat_chew:",
"emojis": [
{
"shortcode": "acat_chew",
"url": "https://example.com/emoji/mergans_cats/acat_chew.webp",
"static_url": "https://example.com/emoji/mergans_cats/acat_chew.webp",
"visible_in_picker": false
}
],
...
}
]
}
Chore
Now update to the x86-64-v3
target for x86_64
builds. 6660120
Full Changelog: v0.1.0...v0.1.1
v0.1.1-beta.0
Full Changelog: v0.1.0...v0.1.1-beta.0
v0.1.0 "01_ballade"
v0.1.0-beta.1
Full Changelog: v0.1.0-beta.0...v0.1.0-beta.1