Skip to content

Commit

Permalink
Adopt the Keep a Changelog style
Browse files Browse the repository at this point in the history
  • Loading branch information
mcobzarenco committed Jul 23, 2022
1 parent 179f959 commit 68e0732
Showing 1 changed file with 34 additions and 12 deletions.
46 changes: 34 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,50 @@
# Unreleased
# Changelog

## Added
All notable changes to the Zee text editor are documented in this file. The
format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Change TAB to use the mode-specific indentation config (#49)
## Unreleased

### Added

- Add a configuration parameter for trimming whitespace on save
[#60](https://github.com/zee-editor/zee/pull/60)
- Change TAB to use the mode-specific indentation config
[#49](https://github.com/zee-editor/zee/pull/49)
- A new configuration system with a new file `config.ron` was introduced. The
available modes and tree sitter parsers are now configurable at runtime,
without having to rebuild the editor. (#29)
without having to rebuild the editor
[#29](https://github.com/zee-editor/zee/pull/29)
- The ability to specify the theme by name rather than index in the
configuration file
configuration file [#33](https://github.com/zee-editor/zee/pull/33)
- Added a changelog to be updated timely as PRs are merged
[#49](https://github.com/zee-editor/zee/pull/49)

## Breaking
### Fixed

-
- Actually use the theme specified in the configuration file
[#32](https://github.com/zee-editor/zee/pull/32)
- Re-enable tab entry and ensure the cursor is moved the correct width
[#31](https://github.com/zee-editor/zee/pull/31)

## Bug Fixes
## v0.3.2 - 2022-04-23

- Actually use the theme specified in the configuration file.
- Re-enable tab entry and ensure the cursor is moved the correct width (#31)
TODO: write changelog entries for all released versions of zee

# v0.3.2 and before
### Changed

- The tree sitter parsers are now linked dynamically and built by `zee` itself
rather than as part of the build process. In the future, this will enable
configuring the tree sitters parser.

TODO: write some more general notes about the early days of zee
## 0.3.0 - 2022-04-16

## 0.2.1 - 2022-04-10

## 0.2.0 - 2022-04-10

## 0.1.2 - 2020-03-30

## 0.1.1 - 2020-03-15

## 0.1.0 - 2020-03-22

0 comments on commit 68e0732

Please # to comment.