1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

🔖 Ready for v1.6.0

This commit is contained in:
makeworld 2020-11-04 21:31:08 -05:00
parent b05885e710
commit 445be96e46
4 changed files with 16 additions and 4 deletions

View File

@ -4,7 +4,7 @@ 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]
## [v1.6.0] - 2020-11-04
### Added
- **Support client certificates** through config (#112)
- `ansi` config setting, to disable ANSI colors in pages (#79, #86)

View File

@ -121,7 +121,7 @@ Features in *italics* are in the master branch, but not in the latest release.
- Disabled by default, enable in config
- [x] Proxying
- Schemes like Gopher or HTTP can be proxied through a Gemini server
- [x] *Client certificate support*
- [x] Client certificate support
- [ ] Full client certificate UX within the client
- Create transient and permanent certs within the client, per domain
- Manage and browse them
@ -144,7 +144,6 @@ On Windows, the file is in `%APPDATA%\amfora\config.toml`, which usually expands
## Known Bugs
- Pasting on Windows is truncated, the full paste content won't be added. ([#43](https://github.com/makeworld-the-better-one/amfora/issues/43))
- ANSI codes aren't displaying properly ([#59](https://github.com/makeworld-the-better-one/amfora/issues/59))
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).

13
THANKS.md Normal file
View File

@ -0,0 +1,13 @@
# THANKS
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.
- Sotiris Papatheodorou (@sotpapathe)
- Chloe Kudryavtsev (@CosmicToast)
- Adrian Hesketh (@a-h)
- Jansen Price (@sumpygump)
- Alex Wennerberg (@alexwennerberg)
- Timur Ismagilov (@bouncepaw)
- Matt Caroll (@ohiolab)
- Patryk Niedźwiedziński (@pniedzwiedzinski)
- Trevor Slocum (@tsclocum)

View File

@ -9,7 +9,7 @@ import (
)
var (
version = "1.5.0"
version = "v1.6.0"
commit = "unknown"
builtBy = "unknown"
)