summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 7efcbe7d820b2dc11a30d91694df742b0610b321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# 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 `o` to open the current answer in the default browser

## [0.4.7]

#### Added
- Keybinding: Press `y` to yank to system clipboard
- New config field for specifying command to copy to system clipboard

#### Changed
- Switch linux/mac builds from Travis to GitHub Actions.

## [0.4.6]

#### Changed
- Use Google as the default search engine, due to issues with DuckDuckGo.

## [0.4.5]

#### Added
- NetBSD installation option.  Thanks **voidpin**.

#### Fixed
- Google parser went out of date
- Panic from termimad ([#5](https://github.com/samtay/so/issues/5))

## [0.4.3]

#### Fixed
- Build issue caused by syn dependency ([#13](https://github.com/samtay/so/issues/13))
- Panic from termimad ([#8](https://github.com/samtay/so/issues/8))

#### Added
- Windows installation option
  [lukesampson/scoop-extras#4376](https://github.com/lukesampson/scoop-extras/pull/4376).
  Thanks [@laralex](https://github.com/laralex)!

## [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

## [0.4.0]

#### Added
- *Keybinding*: Press `q` to quit ([#1](https://github.com/samtay/so/pull/1)).
  Thanks [@zynaxsoft](https://github.com/zynaxsoft)!
- Arch Linux installation options: [so](https://aur.archlinux.org/packages/so/)
  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`

## [0.3.6]

#### Added
- CLI spinner

#### Fixed
- Fragmented highlighting styles

## [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)