Revisions of bat

buildservice-autocommit accepted request 853744 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 24)
baserev update by copy to link target
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 853660 from Gordon Schulz's avatar Gordon Schulz (azmodude) (revision 23)
Version bump to 0.17.1
buildservice-autocommit accepted request 810726 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 22)
baserev update by copy to link target
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 810631 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 21)
- Update to 0.15.4
  * Added missing Solarized themes
  * Fixed highlighting bug in Haskell source files
  * Cannot run bat with relative paths
  * bat mishighlights Users that start with digits in SSH config
  * --map-syntax doesn't work with names provided through --file-name
  * Fix syntax detection for files called 'rails'
  * Fix potential errors with syntax detection for symlinked files
  * Fix highlighting of Markdown files
buildservice-autocommit accepted request 800243 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 20)
baserev update by copy to link target
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 800149 from Martin Rey's avatar Martin Rey (mrey) (revision 19)
- Update to version 0.15.0
  * Features
    - This release adds a new --diff/-d option that can be used to
      only show lines surrounding Git changes, i.e. added, removed
      or modified lines. The amount of additional context can be
      controlled with --diff-context=N. See #23 and #940
  * Bugfixes
    - Error message printed in the middle of the output for another
      file, see #946
      Performance improvements when using custom caches (via bat
      cache --build): the bat startup time should now be twice as
      fast.
  * Themes
    - Updated version of the Solarized dark/light themes, see #941
  * bat as a library
    - There are a few changes in the "low level" API (the Config
      struct has changed andthe error handler needs a new &mut dyn
      Write argument). The high-level API is not affected.
- Changes from version 0.14.0
  * Features
    - Added a new --file-name <name>… option to overwrite the
      displayed filename(s) in the header. This is useful when
      piping input into bat. See #654 and #892.
    - Added a new --generate-config-file option to create an
      initial configuration file at the right place. See #870.
  * Bugfixes
    - Performance problems with C# source code have been fixed, see
      #677
    - Performance problems with Makefiles have been fixed, see #750
    - Fix bug when highlighting Ruby files with unindented heredocs
buildservice-autocommit accepted request 792694 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 18)
baserev update by copy to link target
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 792692 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 17)
- Update to version 0.13.0
  * Beginning with this release, bat can be used as a library
  * (Breaking change) Glob-based syntax mapping
  * Many bugfixes and new syntaxes
  * And more... see upstream
- Pass "no-track" option to "cargo install" to avoid generating
  ".crates2.json"
buildservice-autocommit accepted request 741844 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 16)
baserev update by copy to link target
buildservice-autocommit accepted request 734430 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 15)
baserev update by copy to link target
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 738624 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 14)
- Instruct packager to install cargo directly from the cargo package
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 734414 from Luke Jones's avatar Luke Jones (luke_nukem) (revision 13)
- Use `pwd`/.cargo for vendor config so that CARGO_HOME export is
  not required.
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 732986 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 12)
- Update to version 0.12.1
  * Features
    Binary file content can now be viewed with bat -A
    bat can now be used as a man pager
    Add new style component to separate multiple '--line-range'
    Added '-L' as an alias for '--list-languages'
  * Bugfixes
    Output looks unbalanced when using '--style=grid,numbers' without 'header'
    Issues with filenames starting with "cache"
    '--terminal-width -10' is parsed incorrectly
  * New syntaxes
    Emacs Org mode
    requirements.txt
    DotENV '.env'
    SSH config
    And more... see upstream
- Set directory for 'git clone' in README.packager
- Add 'clang' to build dependencies
buildservice-autocommit accepted request 703434 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 11)
baserev update by copy to link target
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 703433 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 10)
- Update to version 0.11.0
  * Features
    New color themes: ansi-light, ansi-dark and base16
    The -p/--plain option can be used twice (typically -pp). First -p switches --style to "plain", second disables pager.
  * Bugfixes
    Do not replace arguments to less when using --pager
    Empty files are (once again) printed with a single header line
    --terminal-width=0 is now disallowed
  * New syntaxes
    Fish
    Update for F#
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 702779 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 9)
Fix license in spec file.
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 699676 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 8)
- Run spec-cleaner
- Remove double %setup macro
- Simplify tar command in README.packager
Dany Marcoux's avatar Dany Marcoux (dmarcoux) accepted request 684109 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 7)
- Prevent cargo from updating dependencies with `--locked`
- Remove unneeded macro (%defattr)
- List licenses with the right macro (%license)
buildservice-autocommit accepted request 674149 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 674133 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 5)
- Add README.packager for instructions on how to generate vendor.tar.xz
- Update to version 0.10.0
  * Features
    New option --highlight-line <N>
    New option -A/--show-all to show and highlight non-printable characters (in analogy to GNU cats option)
    New option --pager to configure the pager
    Support for a configuration file (https://github.com/sharkdp/bat#format)
    Support for custom config file path via --config-file option or BAT_CONFIG_PATH environment variable
    Support for custom syntax mappings via the -m/--max-syntax option
    Support pager command-line arguments in PAGER and BAT_PAGER
    The --terminal-width option can now also accept offsets
    Support for multiple --line-range arguments
    Encoding support for UTF-16LE and UTF-16BE
  * Changes
    Completely disabled the generation of shell completion files
    Report the name of missing files
    Don't start pager if file doesn't exist
    Rename bat cache --init to bat cache --build
    Move the --config-dir and --cache-dir options from bat cache to bat and hide them from the help text
    The default tab-width has been set to 4
  * New syntaxes supported
    Robot framework, Twig, .desktop files, AsciiDoc, Assembly, Jsonnet,
    Log files, Protobuf and ProtobufText, Terraform and Varlink
Displaying revisions 21 - 40 of 44
openSUSE Build Service is sponsored by