mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
🔖 Release v1.2.0
This commit is contained in:
parent
d2c8231377
commit
4d6656adf8
@ -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]
|
## [1.2.0] - 2020-07-02
|
||||||
### Added
|
### Added
|
||||||
- Alt-Left and Alt-Right for history navigation (#23)
|
- 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)
|
- You can type `..` in the bottom bar to go up a directory in the URL (#21)
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
"github.com/makeworld-the-better-one/amfora/display"
|
"github.com/makeworld-the-better-one/amfora/display"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version = "1.2.0-alpha"
|
var version = "1.2.0"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// err := logger.Init()
|
// err := logger.Init()
|
||||||
|
@ -88,5 +88,3 @@ func helpInit() {
|
|||||||
}
|
}
|
||||||
tabPages.AddPage("help", helpTable, true, false)
|
tabPages.AddPage("help", helpTable, true, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Wrap cell text so it's not offscreen
|
|
||||||
|
Loading…
Reference in New Issue
Block a user