Skip to content

Releases: kode-team/mastodon.nvim

v0.2.0

30 Sep 08:44
Compare
Choose a tag to compare

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

02 Jan 20:00
Compare
Choose a tag to compare

What's Changed

  • (Experimental) Timeline navigation using ,mj / ,mk keymap by @malkoG in #18
  • Trim access-token by @BeLeap in #17
  • Fix select account esc nil error by @BeLeap in #21
  • Fix stylua in the default workflow by @masooka in #23

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Dec 14:34
Compare
Choose a tag to compare

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

Contributors