summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-06 17:12:24 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-06 17:12:24 -0700
commit3c0d2b1c9fa9007e0afd4fadef52aa031aa0eff9 (patch)
tree323d0e5a8d489ad1dc144760644c25fdd4bb3580
parent86c76a0d4e9466c96eeeaa23bc622a360531b87c (diff)
Add changelog
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..8aaca15
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,24 @@
+# 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.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+### [Unreleased]
+#### Added
+- *Keybinding*: Press `q` to quit ([#1](https://github.com/samtay/so/pull/1)).
+ Thanks [@zynaxsoft](https://github.com/zynaxsoft)!
+- Arch Linux installation option: [so-git](https://aur.archlinux.org/packages/so-git/)
+- Homebrew installation option: [samtay/tui/so](https://github.com/samtay/homebrew-tui)
+- This changelog
+#### Changed
+- Default `highlight_text` is now `black`
+
+### [v0.3.6](https://github.com/samtay/so/compare/v0.3.5...v0.3.6) (2020-07-02)
+#### Added
+- Add CLI spinner
+#### Fixed
+- Fix fragmented highlighting styles
+
+### [v0.3.5](https://github.com/samtay/so/compare/030cd70...v0.3.5) (2020-06-30)
+- (Unofficial) initial release