Skip to content

Releases: kiran94/s3edit.nvim

v1.1.1

11 May 20:12
d5d8bd9
Compare
Choose a tag to compare

1.1.1 (2023-05-11)

Bug Fixes

  • s3: ensure s3api calls always output json (#7) (d5d8bd9)

Documentation

  • vim: generate vimdoc from markdown (#5) (a7e215e)

Chores

  • ci: update matrix with neovim 0.9 (#8) (9d83f2f)

v1.1.0

17 Oct 20:08
536b5c8
Compare
Choose a tag to compare

1.1.0 (2022-10-17)

Feature

Documentation

  • readme: add note on telescope-ui-select (af09460)

v1.0.0

16 Oct 18:40
d63ba18
Compare
Choose a tag to compare

1.0.0 (2022-10-16)

Feature

  • search: implemented excludes (9884bb1)
  • command: add viml s3edit command (da9e685)
  • edit: notify on download and upload (1fa4406)
  • s3edit: implement edit workflow (7a380d4)

Bug Fixes

  • get_objects: ensure empty table is returned when no response (07dc0df)
  • trim: handle no file extension paths (1875c3c)

Documentation

Tests

  • setup: ensure command is setup (b9c9a23)
  • init: verify edit (e92d0d6)
  • s3: verify s3 module (078b9fe)
  • autocommand: verify create autocmd and group (1db7661)
  • system: add util and system coverage (3cfa73f)

Code Refactoring

  • settings: broke out into own module (f8cb5d7)

Styles

  • lua: add stylua configuration (8900702)

Chores