File ripgrep-all.changes of Package ripgrep-all

-------------------------------------------------------------------
Mon Nov 10 03:48:53 UTC 2025 - dead_mozay@opensuse.org

- Update to version v0.10.10:
  * Fix CVE-2025-62518 by upgrading astral-tokio-tar
  * Fix Clippy warnings

-------------------------------------------------------------------
Mon May 12 02:42:33 UTC 2025 - dead_mozay@opensuse.org

- Update to version v0.10.9:
  * dl artifact deprecated
  * upload artifact update
  * use Self
  * Ignore instance of type complexity Clippy warning
  * Address Clippy warnings
  * Switch to astral-tokio-tar as maintained alternative
  * check OS to use appropriate program to open files in rga-fzf
  * Normalize `CustomAdapterConfig` docstrings
  * Normalize `RgaConfig` and `CacheConfig` docstrings
  * Normalize display of adapter information in `--rga-list-adapters`
  * Declare `perf-literal` feature and make it default
  * Add missing newline in docstring
  * Replace `ToString` with `Display` trait
  * add support for .snagx zip archives
  * Add doc on config.jsonc location
  * Add .kra (Krita documents) to zip adapter
  * Replace nixfmt with alejandra
  * Fix pre-commit.nix configuration following update
  * flake.lock: Update
  * add .xpi file extension
  * Re-enable `typos` hook with `exampledir/` correctly excluded

-------------------------------------------------------------------
Tue Jan 16 03:49:14 UTC 2024 - dead_mozay@opensuse.org

- Update to version v0.10.6:
  * chore: Release ripgrep_all version 0.10.6
  * add missing fzf binary to release
  * chore: Release ripgrep_all version 0.10.5
  * return exit status of rg (fixes #139)
  * chore: Release ripgrep_all version 0.10.4
  * add rga-no-prefix-filenames flag (fixes #154)
  * chore: Release ripgrep_all version 0.10.3
  * disable typos because they keep checking exampledir
  * clippy fix
  * readme
  * output known adatpers on err
  * update flake lock
  * change
  * 0.10.0
  * silently exclude Thumbs.db
  * read+discard on archive recursion
  * pragmas individually
  * fixes
  * Move Windows installation note for better visibility
  * Add Scoop installation note
  * Remove unused runtime deps imagemagick and tesseract
  * Explicitly declare runtime dependencies in Nix package
  * Fix warnings identified by clippy
  * Configure `typos` to accept "als" as correct spelling
  * Add .als file support
  * Update Nix input `pre-commit-hooks`
  * Include Cargo deps in Nix devshell
  * Update cranelib
  * Recognize files starting with 'From ' as mbox
  * Drop not needed deps
  * Extend mailbox adapter to eml files
  * Initial work on mbox extractor
  * update readme, mention wiki
  * move fzf info to wiki
  * Rename CI job
  * Remove `cargo tarpaulin` from Nix checks
  * Reuse Nix-built Cargo deps throughout flake
  * Run `cargo fmt`
  * Run clippy
  * flake.lock: Update
  * Run linting, formatting, and tests in CI using Nix
  * Remove `cargo-check` pre-commit hook
  * Add `typos` pre-commit hook
  * ffmpeg: add webm to supported extensions
  * ffmpeg: process all subtitle streams
  * don't require db lock on connect / cache.get
  * Update issue templates
  * improve ffprobe error
  * update readme
  * upgrade ubuntu runner
  * remove rkv, run cross with bash in release.yml
  * extract metadata (like lyrics) from mp3, ogg, flac with ffprobe.
  * test release
  * install poppler utils in ci
  * docs
  * replace cache with sqlite
  * upgrade deps
  * Use Nix to run `cargo test` in CI
  * Run `cargo update`
  * Run `cargo fmt`
  * Require full references for `pkgs.lib`
  * Declare `rga` package in Nix flake
  * Follow latest nixpkgs and propagate inputs to pre-commit-hooks
  * Include JSONC file when building via Nix
  * a bit of error context
  * upgrade deps
  * doc comment
  * binary detection and utf16
  * kinda implement postproc_encoding
  * edition 2021
  * fix #157 (page numbers) and remove trailing empty page from pdf prefix
  * bump version
  * flexible
  * better custom adapter
  * simplify sqlite adapter
  * fix writing file adapter
  * cargo fix
  * add test for zip
  * fix zip reader kinda
  * not working
  * Include cargo, nixfmt, rustc, and rustfmt in devShell
  * adds test for fixes #106
  * fix sqlite adapter
  * partial zip adapter, cleanup
  * handle io error, add example config
  * fix lint
  * simplify pagebreaks and add one space
  * add tar test
  * reimplement tar adapter async
  * readd decompress adapter
  * more lint fixes
  * cargo fmt
  * replace ci config
  * fix clippy lints
  * cleanup warnings
  * fix poppler test
  * fix recursion and pdf adapter
  * fix tests
  * remove one level of abstraction from spawning adapters
  * use regex replace syntax for arg replacement
  * add page breaks adapter (wip)
  * Restore `line_prefix` parameter to `postproc_pagebreaks`
  * fixup! Implement async `postproc_pagebreaks`
  * Pin `postproc_prefix`'s `StreamReader` and add unit test
  * fixup! Implement async `postproc_pagebreaks`
  * fixup! Implement async `postproc_pagebreaks`
  * fixup! Implement async `postproc_pagebreaks`
  * Implement async `postproc_pagebreaks`
  * Run `cargo fmt` across repository
  * Add Nix Flake and direnv configs and instructions
  * Use monospace font for extensions and mime-types
  * add doc to postproc
  * partial recursion + postproc
  * less duplication
  * format
  * fix pinning and sending
  * cleanup (WIP)
  * prepare for recursion
  * remove lifetimes, fix
  * lint
  * partial move to async
  * upgrade dependencies
  * Add rga-fzf function for fish
  * rustfmt
  * CI: reenable stable rust in test matrix
  * fix build with stable rust
  * Update README.md
  * Update Arch Linux install command
  * Fix help message for --rga-cache-path
  * note about deadlock
  * fix spawning adapters
  * fixes to postprocessing
  * upgrade dependencies
  * fix compilation
  * Fix GitHub Actions builds by migrating removed ::set-env
  * Update Cargo.lock, updates cc to 1.0.66
  * CI: forgot one
  * CI: remove windows steps to merge the PR
  * CI: try just gnu
  * CI: try with choco
  * CI: windows has some issues, that should be addressed in the other PR
  * CI: change windows build
  * CI: install poppler for windows
  * CI: install poppler for mac
  * CI: install poppler-utils
  * CI: fix release pipeline as well
  * CI: proper syntax https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
  * CI: fix set-env https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
  * chore: fixes installation with stable toolchain
  * Update README.md
  * Revert "Fix error message mentionning graphicsmagick instead of imagemagick"
  * Add jar to zip adapter
  * fix prefixing
  * fix custom adapters
  * prefixing postprocessor
  * small amount of progress
  * refactoring (partial)
  * rename FileMatcher
  * continue refactoring
  * Added Nix install option
  * partial fixes
  * partial migration to read->read
  * try read -> read fn
  * Switch to tree_magic_mini fork
  * fix readme
  * fix ripgrep link
  * custom adapters doc file (incomplete)
  * make poppler and pandoc internal custom adapters
  * zip print bytes pretty
  * add lots of debug logs, perf timings
  * add lots of debug and timings
  * custom adapter initial
  * config file (WIP)
  * add experimental rga-fzf binary
  * fix "no such file" in rga-fzf
  * window size in readme
  * add fzf gif
  * fix newlines in readme
  * update adapters section in readme automatically
  * auto update readme
  * a
  * better errors
  * switch failure -> anyhow, parse byte suffix in cache-max-blob-len
  * log which command is being run in spawning file adapters
  * (cargo-release) start next development iteration 0.9.7-alpha.0
  * fix help for --rga-cache-max-blob-len

-------------------------------------------------------------------
Mon Oct 04 10:07:23 UTC 2021 - dead_mozay@opensuse.org

- Update to version v0.9.6:
  * (cargo-release) version 0.9.6
  * fix changelog date
  * fix hyphenation in PDFs
  * rustfmt
  * case insensitive extension matching (fixes #43)
  * use github workflow instead of travis
  * fix changelog
  * (cargo-release) start next development iteration 0.9.6-alpha.0
  * (cargo-release) version 0.9.5
  * fix tag

-------------------------------------------------------------------
Mon Oct  4 10:05:44 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>

- Initial package.
openSUSE Build Service is sponsored by