mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-12 19:14:48 +03:00
🔖 Ready for v1.6.0
This commit is contained in:
parent
b05885e710
commit
445be96e46
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [v1.6.0] - 2020-11-04
|
||||||
### Added
|
### Added
|
||||||
- **Support client certificates** through config (#112)
|
- **Support client certificates** through config (#112)
|
||||||
- `ansi` config setting, to disable ANSI colors in pages (#79, #86)
|
- `ansi` config setting, to disable ANSI colors in pages (#79, #86)
|
||||||
|
@ -121,7 +121,7 @@ Features in *italics* are in the master branch, but not in the latest release.
|
|||||||
- Disabled by default, enable in config
|
- Disabled by default, enable in config
|
||||||
- [x] Proxying
|
- [x] Proxying
|
||||||
- Schemes like Gopher or HTTP can be proxied through a Gemini server
|
- 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
|
- [ ] Full client certificate UX within the client
|
||||||
- Create transient and permanent certs within the client, per domain
|
- Create transient and permanent certs within the client, per domain
|
||||||
- Manage and browse them
|
- Manage and browse them
|
||||||
@ -144,7 +144,6 @@ On Windows, the file is in `%APPDATA%\amfora\config.toml`, which usually expands
|
|||||||
## Known Bugs
|
## 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))
|
- 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).
|
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
13
THANKS.md
Normal 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)
|
Loading…
Reference in New Issue
Block a user