Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 18:40
· 6 commits to main since this release
d63ba18

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