Skip to content

Commit 4b0cb25

Browse files
authored
Bump deps (#48)
* Bump a few deps * Bump clap and cursive * Bump version to 0.4.10
1 parent cb62c2f commit 4b0cb25

File tree

8 files changed

+1432
-892
lines changed

8 files changed

+1432
-892
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,119 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

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+
921
## [0.4.9]
1022

1123
#### Added
24+
1225
- Allow `o` keybinding from the lucky prompt.
1326
- Permanent help text ([#24](https://github.com/samtay/so/issues/24)).
1427

1528
#### Fixed
29+
1630
- Hardcoded stackoverflow link
1731

1832
## [0.4.8]
1933

2034
#### Added
35+
2136
- Keybinding: Press `o` to open the current answer in the default browser
2237

2338
## [0.4.7]
2439

2540
#### Added
41+
2642
- Keybinding: Press `y` to yank to system clipboard
2743
- New config field for specifying command to copy to system clipboard
2844

2945
#### Changed
46+
3047
- Switch linux/mac builds from Travis to GitHub Actions.
3148

3249
## [0.4.6]
3350

3451
#### Changed
52+
3553
- Use Google as the default search engine, due to issues with DuckDuckGo.
3654

3755
## [0.4.5]
3856

3957
#### Added
40-
- NetBSD installation option. Thanks **voidpin**.
58+
59+
- NetBSD installation option. Thanks **voidpin**.
4160

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

4666
## [0.4.3]
4767

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

5273
#### Added
74+
5375
- Windows installation option
5476
[lukesampson/scoop-extras#4376](https://github.com/lukesampson/scoop-extras/pull/4376).
5577
Thanks [@laralex](https://github.com/laralex)!
5678

5779
## [0.4.1]
5880

5981
#### Added
82+
6083
- GitHub Action to bump homebrew-core formula
6184

6285
#### Changed
86+
6387
- Homebrew installation method: core
6488
[formula](https://formulae.brew.sh/formula/so) now available
6589

6690
## [0.4.0]
6791

6892
#### 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)).
7095
Thanks [@zynaxsoft](https://github.com/zynaxsoft)!
7196
- Arch Linux installation options: [so](https://aur.archlinux.org/packages/so/)
7297
and [so-git](https://aur.archlinux.org/packages/so-git/)
7398
- Homebrew installation option: [samtay/tui/so](https://github.com/samtay/homebrew-tui)
7499
- This changelog
75100

76101
#### Changed
102+
77103
- Default `highlight_text` is now `black`
78104

79105
## [0.3.6]
80106

81107
#### Added
108+
82109
- CLI spinner
83110

84111
#### Fixed
112+
85113
- Fragmented highlighting styles
86114

87115
## [0.3.5]
116+
88117
- (Unofficial) initial passable release
89118

90119
[Unreleased]: (https://github.com/samtay/so/compare/v0.4.9...HEAD)

0 commit comments

Comments
 (0)