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

🔖 Release v1.2.0

This commit is contained in:
makeworld 2020-07-02 14:54:18 -04:00
parent d2c8231377
commit 4d6656adf8
3 changed files with 2 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]
## [1.2.0] - 2020-07-02
### Added
- Alt-Left and Alt-Right for history navigation (#23)
- You can type `..` in the bottom bar to go up a directory in the URL (#21)

View File

@ -8,7 +8,7 @@ import (
"github.com/makeworld-the-better-one/amfora/display"
)
var version = "1.2.0-alpha"
var version = "1.2.0"
func main() {
// err := logger.Init()

View File

@ -88,5 +88,3 @@ func helpInit() {
}
tabPages.AddPage("help", helpTable, true, false)
}
// TODO: Wrap cell text so it's not offscreen