SHA256
5
0
forked from pool/glow
Files
glow/glow.changes
Paolo Panto 9694132078 - Update to 2.1.1:
* fix all linting issues (@andreynering)
  * watch for dir instead of file to work on all scenarios (#734)
    (@Ktrod)
  * handle case when selected md is nil (@MarkusBillharz)
  * only show edit if documents are available (@MarkusBillharz)
  * sync viewport on half page up/down to prevent duplicate strings
    in render (#756) (@Ktrod)
  * tui mode handling of remote urls (#744) (@glwbr)
  * update .golangci.yml for v2 (@andreynering)
- Remove fix_cve_2025_22872.patch (solved upstream)
  * bump golang.org/x/net from 0.27.0 to 0.40.0

OBS-URL: https://build.opensuse.org/package/show/utilities/glow?expand=0&rev=21
2025-06-02 04:28:26 +00:00

205 lines
8.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Sun Jun 1 20:36:38 UTC 2025 - munix9@googlemail.com
- Update to 2.1.1:
* fix all linting issues (@andreynering)
* watch for dir instead of file to work on all scenarios (#734)
(@Ktrod)
* handle case when selected md is nil (@MarkusBillharz)
* only show edit if documents are available (@MarkusBillharz)
* sync viewport on half page up/down to prevent duplicate strings
in render (#756) (@Ktrod)
* tui mode handling of remote urls (#744) (@glwbr)
* update .golangci.yml for v2 (@andreynering)
- Remove fix_cve_2025_22872.patch (solved upstream)
* bump golang.org/x/net from 0.27.0 to 0.40.0
-------------------------------------------------------------------
Sun Apr 27 15:54:21 UTC 2025 - munix9@googlemail.com
- Add fix_cve_2025_22872.patch to patch CVE-2025-22872 (bsc#1241812)
- Add man page
- Clean up spec file
-------------------------------------------------------------------
Sat Mar 22 07:30:15 UTC 2025 - munix9@googlemail.com
- Update to 2.1.0:
* At last: Glow will watch your markdown files and reload em
as they change. No knobs and no settings: it just works.
Also, there is a new flag available to open files with the
built-in pager: glow --tui README.md
New
* add new --tui / -t flag
* make --all configurable globally
* support GLAMOUR_STYLE for custom pager styles
* watch for file changes and reload automatically
Fixes
* correct abs to rel path conversion
* ensure r key works when filtering files
* fallback to the current directory if no argument was given
* make all setting false by default
* make pipeline for tui work
* remove more stash-related stuff
* restore hint for e / edit on the footer
-------------------------------------------------------------------
Tue Oct 8 09:51:23 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Enable actual go tests instead of just checking version
- Remove patches fixed upstream:
fix-for-go-117.patch and fix-gitignore-bypass.patch
- Switch _service from deprecated disabled to modern manual and
use upstream tarball instead
- Update to 2.0.0:
* This release contains a massive amount of bug fixes and
rendering improvements, many of which come by way of Glamour
v0.8.0 which was released a few weeks ago. As a bonus, the
latest version of Glamour includes support for Tokyo Night.
New
* --preserve-new-lines
* add 'r' to refresh list and document
* allow --width=0 to disable wordwrap
* allow config from CHARM_CONFIG_HOME and XDG_CONFIG_HOME
* open editor in current line
* shell completions
* show line numbers configuration option
Fixes
* --all bypass .gitignore rules
* pass color profile down to glamour
* check other possible readme paths/branches
* replace string concatenation in loop with string builder
* config failing in tests
* do not hard fail if no config
* do not show absolute path as note
* handle not being able to create log file
* handle permission denied
* handle running inside a snap
-------------------------------------------------------------------
Wed Feb 14 10:08:12 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
- Enabled completions for bash, zsh and fish.
-------------------------------------------------------------------
Tue Jun 13 13:54:56 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Add fix-gitignore-bypass.patch.
* This patch will fix where setting `--all` to see hidden files
does not work for gitignore-ed files.
-------------------------------------------------------------------
Wed May 31 02:04:53 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Update to version 1.5.1:
- docs: fix typos by @kianmeng in #471
- fix: rm emoji from package description by @caarlos0 in #453
- fix: improve editor handling by @caarlos0 in #449
- fix: lazily init UI by @muesli in #494
- fix-for-go-117.patch added as vendoring was incorrect
Ran the patch against the source before manually doing
go mod download/verify/vendor and packaging.
-------------------------------------------------------------------
Thu Mar 9 17:01:01 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Add README.suse-maint.md to sources in specfile.
-------------------------------------------------------------------
Sun Feb 19 10:10:41 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.5.0:
* New Features
- a07fdb7: feat(ui): e to open edit local markdown files in editor
- 071783d: feat: copy contents of document
- b36e5ad: feat: sync glow with git.charm.sh
* Bug fixes
- d9bf3b8: fix: don't close HTTP body
- 5f14914: fix: editor with args
- 01d9858: fix: goreleaser workflow
- 6543979: fix: performance scrolling
- 19732a6: fix: support hard line breaks
- e0d667a: fix: use filepath.Dir instead of path.Dir
* Others
- 8138788: Automatically read from stdin if stdin is a pipe
- db7f49b: Bump Bubbles to v0.14.0, update accordingly, and simplify spinners
- ff59ead: Extend example how to read from stdin
- dd1593b: Keybindings for editing the document from the pager
- Format and update specfile
- Disable LTO to prevent build failures on some architectures.
- Use zstd compression for vendored deps tarball
-------------------------------------------------------------------
Fri Jul 9 07:11:03 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.4.1
* https://github.com/charmbracelet/glow/releases/tag/v1.4.1
-------------------------------------------------------------------
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