Skip to content

Commit

Permalink
Add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Oct 25, 2023
1 parent e2b6788 commit 14f0959
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.1.0 (2023-10-25)


### Features
- Run commands in interactive terminal and parse outout into quickfix list.
- Create and configure a window with good UX for running terminal commands.
- `:Bmake` command which mimics `:make`.
- `:Brun` command which deduced the error format from the command.
- Ability to manually set the error format when invoking the Lua API.
- [Channelot](https://github.com/idanarye/nvim-channelot) integration.

0 comments on commit 14f0959

Please sign in to comment.