glow/glow.changes

67 lines
2.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Mar 15 09:03:49 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.4.0
* https://github.com/charmbracelet/glow/releases/tag/v1.4.0
-------------------------------------------------------------------
Wed Nov 25 08:45:57 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.2.1
* Filter markdowns asynchronously so filtering doesn't block
- Update to version 1.2.0
* Added search using '/'
* Add fuzzy filtering for stash notes
* Add "hidden" command/config for switching on mouse wheel support
* Ignore YAML frontmatter
* Display news item count in stash view
* Load the whole stash, page by page, automatically
* Now in Scoop!
* Upgrade to Bubble Tea v0.12.2 and Bubbles v0.7.5
-------------------------------------------------------------------
Wed Oct 28 07:29:02 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.1.0
* Add config file support
* Add flag for local files only (aka disable network) in TUI
* Add golangci linter to GitHub workflows
* Add paragraph about the config file to README
* Bump Bubble Tea and Bubbles deps for keybinding improvements
* Check for $EDITOR before writing the file
* Clean up and re-enable Windows workflow
* Convert pager to bubbletea 0.12.0 format
* Correct placement of stash hint in pager help
* Display default value for config flag in --help
* Don't handle filenames with a colon in it as http(s) url
* Don't show stash/memo info in pager help for news
* Error codes should be in the range of 0 to 125
* Fix README typo
* Fix bug where pager help isn't updated after an in-pager stash
* Fix coverage reporting from GitHub workflow
* Fix typo in README.md
* Fix typo in README.md (#176)
* Move "stashed only" flag from the package-level into the model
* Note new Windows, OpenBSD, and Alpine support in README
* Open the configuration file with $EDITOR via 'glow config'
* Point out the 'glow config' command in README
* README: add MacPorts install instructions
* Remove extra line at the bottom of pager help
* Respect width flag/config setting in the TUI; closes #168
* Saner default values in the defaultConfig
* Simplify loading completion check
* Split up workflows and automatically pick latest Go version
* State minimum required Go version in README
* Stub out config sub-command
* Support width as a config setting
* Update build instructions
* Update footer in README
* Update to bubbletea 0.12.0; minimum required changes
* Use the same type to track docs to load and docs loaded
-------------------------------------------------------------------
Sun Oct 18 14:16:15 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Initial package