diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e97194..fc86e1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/amfora.go b/amfora.go index bade60a9..c23d7e37 100644 --- a/amfora.go +++ b/amfora.go @@ -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() diff --git a/display/help.go b/display/help.go index eb6f816e..ad6476a0 100644 --- a/display/help.go +++ b/display/help.go @@ -88,5 +88,3 @@ func helpInit() { } tabPages.AddPage("help", helpTable, true, false) } - -// TODO: Wrap cell text so it's not offscreen