Releases: kode-team/mastodon.nvim
Releases · kode-team/mastodon.nvim
v0.2.0
What's Changed
- Support pagination using HTTP Response's header by @malkoG in #25
- feature: added option to set toot visibility by @gw31415 in #29
- fix typo by @gw31415 in #28
- Fix test in the default workflow by @masooka in #27
- Add installation guide for lazy.nvim users (thanks to @kimusan)
- Add MastodonMetadata highlight group in bf51981
- Fix error when posting empty message in be847df
- Support configurable keymap in c0d1f9f
New Contributors
Full Changelog: v0.1.1...v0.2.0
Release v0.1.1
v0.1.0
Features
- Switching active account (
MastodonSelectAccount
command) - Home Timeline (
MastodonLoadHomeTimeline
command) - Bookmarks (
MastodonLoadBookmarks
command) - Favourites (
MastodonLoadFavourites
command) - Writing Toot (
MastodonTootMessage
command) - Writing replies (check
,tr
keymap) - and so on... (for the detail See README.md)
- Full Changelog: https://github.com/kode-team/mastodon.nvim/commits/v0.1.0