Commit Graph

6 Commits

Author SHA256 Message Date
Michael Vetter
2292cc22c4 Accepting request 1003476 from home:jcronenberg
- Update to version 0.22.1:
  - v0.22.1
    * Bugfixes
      - Bring back pre-processing of ANSI escape characters to so that some
        common bat use cases starts working again. See #2308 (@Enselic)
  - v0.22.0
    * Features
      - Make the default macOS theme depend on Dark Mode.
        See #2197, #1746 (@Enselic)
      - Support for separate system and user config files.
        See #668 (@patrickpichler)
    * Bugfixes
      - Prevent fork nightmare with PAGER=batcat. See #2235 (@johnmatthiggins)
      - Make --no-paging/-P override --paging=... if passed as a later arg,
        see #2201 (@themkat)
      - --map-syntax and --ignored-suffix now works together, see #2093 (@czzrr)
      - Strips byte order mark from output when in non-loop-through mode.
        See #1922 (@dag-h)
    * Other
      - Relaxed glibc requirements on amd64, see #2106 and #2194 (@sharkdp)
      - Improved fish completions. See #2275 (@zgracem)
      - Stop pre-processing ANSI escape characters. Syntax highlighting on ANSI
        escaped input is not supported. See #2185 and #2189 (@Enselic)
    * Syntaxes
      - NSE (Nmap Scripting Engine) is mapped to Lua, see #2151 (@Cre3per)
      - Correctly color fstab dump and pass fields, see #2246 (@yuvalmo)
      - Update Command Help syntax, see #2255
      - Julia: Fix syntax highlighting for function name starting with struct,
        see #2230
      - Minor update to LiveScript, see #2291

OBS-URL: https://build.opensuse.org/request/show/1003476
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=35
2022-09-14 13:18:57 +00:00
Michael Vetter
47dc00d092 Accepting request 980643 from home:jbaier_cz:branches:utilities
* Update bat to version 0.21.0
* Bump minimal rust version to 1.60 (weak-dep-features needed)

OBS-URL: https://build.opensuse.org/request/show/980643
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=33
2022-06-07 14:31:15 +00:00
Michael Vetter
d82f55fa82 Accepting request 970606 from home:susnux:branches:utilities
- Update to version 0.20.0
  * New style component header-filesize to show size of the displayed
    file in the header.
  * Use underline for line highlighting on ANSI
  * Fix bash completion on bash 3.x and bash-completion 1.x.
- Update to version 0.19.0
  * Reduce startup time in loop-through mode by 90%.
  * Load themes lazily to make bat start 25% faster when disregarding
    syntax load time.
  * Python syntax highlighting no longer suffers from abysmal performance
    in specific scenarios.
  * Fix for poor performance when ANSI escape sequences are piped to bat
  * Fix for incorrect handling of ANSI escape sequences when
    using --wrap=never
  * Load custom assets as fast as integrated assets
  * Support for x:-delta (minus) syntax in line ranges
  * Support for --ignored-suffix argument.
  * $BAT_CONFIG_DIR is now a recognized environment variable. It has
    precedence over $XDG_CONFIG_HOME
  * Support for x:+delta syntax in line ranges (e.g. 20:+10)
  * Add new --acknowledgements option that gives credit to theme and
    syntax definition authors
  * Fix: First line not shown in diff context.
  * Fix: Do not ignore syntaxes that handle file names with
    a *.conf extension.

OBS-URL: https://build.opensuse.org/request/show/970606
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=31
2022-04-18 18:21:30 +00:00
Michael Vetter
7bf1877c65 Accepting request 922257 from home:firstyear:branches:utilities
- Replace rust-packaging with cargo-packaging

OBS-URL: https://build.opensuse.org/request/show/922257
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=30
2021-10-04 08:28:19 +00:00
Michael Vetter
2e93f4803b Accepting request 912887 from home:jubalh:branches:utilities
- Update to f3d53b to fix build on Tumbleweed because of Rust 1.54
    See https://github.com/sharkdp/bat/issues/1796
  * Update git2 dependency to fix incompatibility with Rust 1.54
  * Reduce startup time in loop-through mode with 80%-90%
  * HighlightingAssets: Move out fn get_integrated_*set() to module scope
  * Support a hidden arg --no-custom-assets that skips loading assets from the cache
  * HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable
  * HighlightingAssets::get_extension_syntax(): Split up into smaller methods
  * Make loading of cached assets closer in performance to integrated assets
  * Add Enselic in FUNDING.yml
  * Update battest.py
  * Add `rs` identifier for Rust code blocks in Markdown
  * Update CHANGELOG
  * Add groff syntax
  * Add custom FUNDING.yml
  * HighlightingAssets: Introduce private fn new() helper
  * HighlightingAssets: Encapsulate syntax_set behind a getter
  * De-duplicate some themes.bin and syntaxes.bin related code
  * Fix typo in README

- Update to version 0.18.2:
  * Add note on vulnerability reporting, closes #1473
  * Upgrade CHANGELOG with security vulnerability notice
  * Update Julia syntax test
  * Update Julia syntax, closes #1692
  * Update assets
  * Run cargo fmt
  * Bump version to v0.18.2
  * Use resolved path for --diagnostic as well
  * Fix for Windows: do not run binaries from CWD

OBS-URL: https://build.opensuse.org/request/show/912887
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=29
2021-08-18 11:24:31 +00:00
Dany Marcoux
d235bde740 Accepting request 899909 from home:iDesmI:branches:utilities
- Rewritten specfile
- Update to version 0.18.1:
  * Update binary assets
  * Bump version, update dependencies
  * Updated CHANGELOG
  * Bump assets/syntaxes/02_Extra/Lean from `824213d` to `29a03a8`
  * Bump serde from 1.0.124 to 1.0.125
  * Bump bugreport from 0.3.0 to 0.4.0
  * Bump assets/syntaxes/02_Extra/FSharp from `c18616d` to `9e4645c`
  * add warning highlighting to log file syntax definition
  * add word boundaries to log syntax highlighting
  * Add independent log syntax
  * improve syslog syntax
  * replace Syslog dependency with a custom syntax
  * add example syslog file for highlighting tests
  * Revert "Update of themes.bin that adds Dark+"
  * Update of themes.bin that adds Dark+
  * Add "Visual Studio Dark+" theme to vec of themes
  * Add Dark+ theme

OBS-URL: https://build.opensuse.org/request/show/899909
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=27
2021-06-16 09:24:39 +00:00