|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6 | 7 |
|
7 | 8 | ## [Unreleased]
|
8 | 9 |
|
| 10 | +## [0.4.10] |
| 11 | + |
| 12 | +#### Fixed |
| 13 | + |
| 14 | +- Cloudflare blocking `reqwest`s ([#46](https://github.com/samtay/so/issues/46)) |
| 15 | + |
| 16 | +#### Added |
| 17 | + |
| 18 | +- Some limited logging |
| 19 | +- Mac ports install option ([#31](https://github.com/samtay/so/pulls/31)) |
| 20 | + |
9 | 21 | ## [0.4.9]
|
10 | 22 |
|
11 | 23 | #### Added
|
| 24 | + |
12 | 25 | - Allow `o` keybinding from the lucky prompt.
|
13 | 26 | - Permanent help text ([#24](https://github.com/samtay/so/issues/24)).
|
14 | 27 |
|
15 | 28 | #### Fixed
|
| 29 | + |
16 | 30 | - Hardcoded stackoverflow link
|
17 | 31 |
|
18 | 32 | ## [0.4.8]
|
19 | 33 |
|
20 | 34 | #### Added
|
| 35 | + |
21 | 36 | - Keybinding: Press `o` to open the current answer in the default browser
|
22 | 37 |
|
23 | 38 | ## [0.4.7]
|
24 | 39 |
|
25 | 40 | #### Added
|
| 41 | + |
26 | 42 | - Keybinding: Press `y` to yank to system clipboard
|
27 | 43 | - New config field for specifying command to copy to system clipboard
|
28 | 44 |
|
29 | 45 | #### Changed
|
| 46 | + |
30 | 47 | - Switch linux/mac builds from Travis to GitHub Actions.
|
31 | 48 |
|
32 | 49 | ## [0.4.6]
|
33 | 50 |
|
34 | 51 | #### Changed
|
| 52 | + |
35 | 53 | - Use Google as the default search engine, due to issues with DuckDuckGo.
|
36 | 54 |
|
37 | 55 | ## [0.4.5]
|
38 | 56 |
|
39 | 57 | #### Added
|
40 |
| -- NetBSD installation option. Thanks **voidpin**. |
| 58 | + |
| 59 | +- NetBSD installation option. Thanks **voidpin**. |
41 | 60 |
|
42 | 61 | #### Fixed
|
| 62 | + |
43 | 63 | - Google parser went out of date
|
44 | 64 | - Panic from termimad ([#5](https://github.com/samtay/so/issues/5))
|
45 | 65 |
|
46 | 66 | ## [0.4.3]
|
47 | 67 |
|
48 | 68 | #### Fixed
|
| 69 | + |
49 | 70 | - Build issue caused by syn dependency ([#13](https://github.com/samtay/so/issues/13))
|
50 | 71 | - Panic from termimad ([#8](https://github.com/samtay/so/issues/8))
|
51 | 72 |
|
52 | 73 | #### Added
|
| 74 | + |
53 | 75 | - Windows installation option
|
54 | 76 | [lukesampson/scoop-extras#4376](https://github.com/lukesampson/scoop-extras/pull/4376).
|
55 | 77 | Thanks [@laralex](https://github.com/laralex)!
|
56 | 78 |
|
57 | 79 | ## [0.4.1]
|
58 | 80 |
|
59 | 81 | #### Added
|
| 82 | + |
60 | 83 | - GitHub Action to bump homebrew-core formula
|
61 | 84 |
|
62 | 85 | #### Changed
|
| 86 | + |
63 | 87 | - Homebrew installation method: core
|
64 | 88 | [formula](https://formulae.brew.sh/formula/so) now available
|
65 | 89 |
|
66 | 90 | ## [0.4.0]
|
67 | 91 |
|
68 | 92 | #### Added
|
69 |
| -- *Keybinding*: Press `q` to quit ([#1](https://github.com/samtay/so/pull/1)). |
| 93 | + |
| 94 | +- _Keybinding_: Press `q` to quit ([#1](https://github.com/samtay/so/pull/1)). |
70 | 95 | Thanks [@zynaxsoft](https://github.com/zynaxsoft)!
|
71 | 96 | - Arch Linux installation options: [so](https://aur.archlinux.org/packages/so/)
|
72 | 97 | and [so-git](https://aur.archlinux.org/packages/so-git/)
|
73 | 98 | - Homebrew installation option: [samtay/tui/so](https://github.com/samtay/homebrew-tui)
|
74 | 99 | - This changelog
|
75 | 100 |
|
76 | 101 | #### Changed
|
| 102 | + |
77 | 103 | - Default `highlight_text` is now `black`
|
78 | 104 |
|
79 | 105 | ## [0.3.6]
|
80 | 106 |
|
81 | 107 | #### Added
|
| 108 | + |
82 | 109 | - CLI spinner
|
83 | 110 |
|
84 | 111 | #### Fixed
|
| 112 | + |
85 | 113 | - Fragmented highlighting styles
|
86 | 114 |
|
87 | 115 | ## [0.3.5]
|
| 116 | + |
88 | 117 | - (Unofficial) initial passable release
|
89 | 118 |
|
90 | 119 | [Unreleased]: (https://github.com/samtay/so/compare/v0.4.9...HEAD)
|
|
0 commit comments