Skip to content

Commit

Permalink
doc: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed May 15, 2023
1 parent 25e7ff6 commit 535cf66
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

### Added

- Add a void frontend (#33)
- Implement a config file (#31)

### Fixed

- Replace echap key by pause key since the purpose of the pause key is not related to input field (#30)
- Fix problem of not human character input (#29)

## [0.2.0] - 2023-05-09

### Added

- Implement the initial binary application
- (lib) Implement a cursor
- (lib) Each node hold his key (#16)
- (lib) Each node hold his depth on the tree

### Change

- (lib) Rename bst to text_buffer

## [0.1.1] 2023-04-28

### Added

- (lib) Implement the initial library

0 comments on commit 535cf66

Please sign in to comment.