summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2022-08-21 02:46:10 -0700
committerSam Tay <samctay@pm.me>2022-08-21 02:46:10 -0700
commit421a6257e1fbda7d0723763f8e9737459e68f24f (patch)
treebaf913e53ad0cc9d8aafda2584ddf46ad664cf32
parentc490fb1d7cc4442c1c1f518781270becfe75d1d8 (diff)
Reformat changelog
To appease github action, hopefully
-rw-r--r--CHANGELOG.md31
1 files changed, 22 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efa6dc7..65ace6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,9 @@ 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]
+## [Unreleased]
-### [v0.4.7](https://github.com/samtay/so/compare/v0.4.5...v0.4.7)
+## [0.4.7]
#### Added
- Keybinding: Press `y` to yank to system clipboard
@@ -15,12 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Changed
- Switch linux/mac builds from Travis to GitHub Actions.
-### [v0.4.6](https://github.com/samtay/so/compare/v0.4.5...v0.4.6)
+## [0.4.6]
#### Changed
- Use Google as the default search engine, due to issues with DuckDuckGo.
-### [v0.4.5](https://github.com/samtay/so/compare/v0.4.3...v0.4.5)
+## [0.4.5]
#### Added
- NetBSD installation option. Thanks **voidpin**.
@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Google parser went out of date
- Panic from termimad ([#5](https://github.com/samtay/so/issues/5))
-### [v0.4.3](https://github.com/samtay/so/compare/v0.4.1...v0.4.3)
+## [0.4.3]
#### Fixed
- Build issue caused by syn dependency ([#13](https://github.com/samtay/so/issues/13))
@@ -40,15 +40,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[lukesampson/scoop-extras#4376](https://github.com/lukesampson/scoop-extras/pull/4376).
Thanks [@laralex](https://github.com/laralex)!
-### [v0.4.1](https://github.com/samtay/so/compare/v0.4.0...v0.4.1) (2020-07-10)
+## [0.4.1]
#### Added
- GitHub Action to bump homebrew-core formula
+
#### Changed
- Homebrew installation method: core
[formula](https://formulae.brew.sh/formula/so) now available
-### [v0.4.0](https://github.com/samtay/so/compare/v0.3.6...v0.4.0) (2020-07-07)
+## [0.4.0]
#### Added
- *Keybinding*: Press `q` to quit ([#1](https://github.com/samtay/so/pull/1)).
@@ -57,15 +58,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and [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)
+## [0.3.6]
#### Added
- CLI spinner
+
#### Fixed
- Fragmented highlighting styles
-### [v0.3.5](https://github.com/samtay/so/compare/030cd70...v0.3.5) (2020-06-30)
+## [0.3.5]
- (Unofficial) initial passable release
+
+[Unreleased]: (https://github.com/samtay/so/compare/v0.4.6...HEAD)
+[0.4.7]: (https://github.com/samtay/so/compare/v0.4.6...v0.4.7)
+[0.4.6]: (https://github.com/samtay/so/compare/v0.4.5...v0.4.6)
+[0.4.5]: (https://github.com/samtay/so/compare/v0.4.3...v0.4.5)
+[0.4.3]: (https://github.com/samtay/so/compare/v0.4.1...v0.4.3)
+[0.4.1]: (https://github.com/samtay/so/compare/v0.4.0...v0.4.1)
+[0.4.0]: (https://github.com/samtay/so/compare/v0.3.6...v0.4.0)
+[0.3.6]: (https://github.com/samtay/so/compare/v0.3.5...v0.3.6)
+[0.3.5]: (https://github.com/samtay/so/compare/030cd70...v0.3.5)