Skip to content

Commit 445be96

Browse files
committed
🔖 Ready for v1.6.0
1 parent b05885e commit 445be96

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [v1.6.0] - 2020-11-04
88
### Added
99
- **Support client certificates** through config (#112)
1010
- `ansi` config setting, to disable ANSI colors in pages (#79, #86)

‎README.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Features in *italics* are in the master branch, but not in the latest release.
121121
- Disabled by default, enable in config
122122
- [x] Proxying
123123
- Schemes like Gopher or HTTP can be proxied through a Gemini server
124-
- [x] *Client certificate support*
124+
- [x] Client certificate support
125125
- [ ] Full client certificate UX within the client
126126
- Create transient and permanent certs within the client, per domain
127127
- Manage and browse them
@@ -144,7 +144,6 @@ On Windows, the file is in `%APPDATA%\amfora\config.toml`, which usually expands
144144
## Known Bugs
145145

146146
- Pasting on Windows is truncated, the full paste content won't be added. ([#43](https://github.com/makeworld-the-better-one/amfora/issues/43))
147-
- ANSI codes aren't displaying properly ([#59](https://github.com/makeworld-the-better-one/amfora/issues/59))
148147

149148
You can also check out [all the issues with the bug label](https://github.com/makeworld-the-better-one/amfora/issues?q=is%3Aopen+is%3Aissue+label%3Abug).
150149

‎THANKS.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# THANKS
2+
3+
Thank you to the following contributors, who have helped make Amfora great. FOSS projects are a community effort, and we would be worse off without you.
4+
5+
- Sotiris Papatheodorou (@sotpapathe)
6+
- Chloe Kudryavtsev (@CosmicToast)
7+
- Adrian Hesketh (@a-h)
8+
- Jansen Price (@sumpygump)
9+
- Alex Wennerberg (@alexwennerberg)
10+
- Timur Ismagilov (@bouncepaw)
11+
- Matt Caroll (@ohiolab)
12+
- Patryk Niedźwiedziński (@pniedzwiedzinski)
13+
- Trevor Slocum (@tsclocum)

‎amfora.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
var (
12-
version = "1.5.0"
12+
version = "v1.6.0"
1313
commit = "unknown"
1414
builtBy = "unknown"
1515
)

0 commit comments

Comments
 (0)