Next | Query returned 30 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2024-02-13 11:09:19 by pin | Files touched by this commit (4) | Package updated
Log message:
sysutils/eza: update to v0.18.2

v0.18.2 (security release)
This security release fixes GHSA-3qx3-6hxr-j2ch.
Bug Fixes
 - Update libgit2 to 1.7.2

v0.18.1
 - Moving to rayon provided a major performance upgrade, see #823 (comment) as
   an example

v0.18.0
Features
 - [breaking] Add --classify=always,auto,never

Miscellaneous Tasks
 - Remove rustfmt config file that has a nightly only option in favor of
   rustfmt skip directive which is already in place
 - Fix small typo in pull request template

Refactor
 - Change cast to coertion, remove rustfmt skip and clippy lint ignore
   directives

Testing
 - Regenerate classification related tests
   2024-01-26 12:48:38 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/eza: update to 0.17.3

[0.17.3] - 2024-01-25
Bug Fixes
 - Remove version testing

Miscellaneous Tasks
 - Avoid unwrap() by changing filter-then-map to filter_map

Build
 - Bump shlex from 1.2.0 to 1.3.0
 - Bump chrono from 0.4.31 to 0.4.33
 - Bump trycmd from 0.14.19 to 0.14.20

[0.17.2] - 2024-01-20
Bug Fixes
 - Crash using --git-repos on unreadable dir
 - Crash using --git-repos on unreadable dir

Miscellaneous Tasks
 - Release eza v0.17.2

Build
 - Add cargo-bump for releasing
   2024-01-13 23:03:28 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/eza: update to 0.17.1

We. Are. So. Back.
Bug Fixes
 - Offset widths in grid mode with utf8 filenames
 - Format the code
 - Unformat the code where needed
 - Format the code correctly this time
 - Redo everything from scratch
 - Stack overflow when '-laaR' are used
 - Stack overflow when '-laaR' is used

Features
 - Add Fortran icons

Miscellaneous Tasks
 - Adding blake3 to checksums
 - Release eza v0.17.1

Testing
 - Regenerate version tests... and others
 - Updated tests to fit new features

Build
 - Add b3sum to devshell deps
   2023-12-30 04:08:48 by Santhosh Raju | Files touched by this commit (6)
Log message:
sysutils/eza: Update to 0.17.0

Patch out incorrect call to fflagstostr(3) in NetBSD to avoid build breakage.

Changes since 0.16.3:

eza v0.17.3

Description

BREAKING CHANGES:

Extend the +<FORMAT> custom time style, accept an optional
...<newline><FORMAT_2> to support setting a different custom time
style for recent files.

  * The behavior changes if the previous format string
    already contains <newline>. Previously <newline>s are used as-is,
    now the first newline will be interpreted as separation for non-recent
    and recnet format; any content after the second newline, if any, are
    simply ignored.
  * The implementation rejects some previously accepted
    inputs, primarily empty non-recent format string. --time-style=+
    and --time-style='+<newline>' will now get a panic message.

Changelog
Bug Fixes

  * Add color scale mode to the bash completions
  * Add color scale mode to the fish completions
  * Quote symbolic links correctly when their destinations contain spaces

Documentation

  * Modify documentation about custom time style

Features

  * Add BSD file flags
  * Add Windows file attributes
  * [breaking] Support different custom time style for non-recent/recent files

Miscellaneous Tasks

  * Release eza v0.17.0

Testing

  * Regen powertests
  * Regenerate
  * Add tests for non-recent/recent custom time style
  * Update powertest expected help message output

Build

  * Update flake.lock
  * Bump DeterminateSystems/nix-installer-action from 8 to 9
  * Bump once_cell from 1.18.0 to 1.19.0
  * Bump libc from 0.2.150 to 0.2.151

Ci

  * Remove labeler
   2023-12-28 23:02:37 by Santhosh Raju | Files touched by this commit (3)
Log message:
sysutils/eza: Update to 0.16.3

Changes since 0.16.2:

eza v0.16.3

Changelog
[0.16.3] - 2023-12-07

Bug Fixes

  * Add bare git_repos fn if feature git is disabled
  * Fixing color of size unit
  * Color-scale broked size for colors

Miscellaneous Tasks

  * Release eza v0.16.3

Testing

  * Fix powertests post-release

Build

  * Bump percent-encoding from 2.3.0 to 2.3.1
  * Bump actions/labeler from 4 to 5
   2023-12-03 16:34:38 by Santhosh Raju | Files touched by this commit (3)
Log message:
sysutils/eza: Update to 0.16.2

Changes since 0.16.1:

eza v0.16.2

Changelog
[0.16.2] - 2023-11-30

Bug Fixes

  * Calculate width correctly when using grid icons & classify
  * Fix the windows build

Miscellaneous Tasks

  * Release eza v0.16.2

Testing

  * Fix version tests

Build

  * Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0
  * Bump DeterminateSystems/nix-installer-action from 7 to 8
  * Bump windows-sys from 0.48.0 to 0.52.0
   2023-11-28 18:06:14 by Santhosh Raju | Files touched by this commit (4)
Log message:
sysutils/eza: Update to 0.16.1

Changes since 0.16.0:

eza v0.16.1

Description

Changelog

Bug Fixes

  * Don't panic with todo!() on inaccessible dir
  * Don't panic if the btime of a file is Err
  * Lifetime annotations and manpage/shell completion nits
  * Reflow help

Features

  * Handle formatting and display of binary extended attributes.
  * Add netbsd and freebsd support for extended attributes

Miscellaneous Tasks

  * Update flake inputs
  * Release eza v0.16.1

Testing

  * Vars mocking
  * Display and meta options
  * Filtering and sorting
  * Long view options
  * Regenerate --help tests

Build

  * Sign release tags
   2023-11-20 07:05:24 by Santhosh Raju | Files touched by this commit (6)
Log message:
sysutils/eza: Update to 0.16.0

Changes since 0.15.0:

eza v0.16.0

Description

Updates once again :3

We fixed the accidental breaking change with --color-scale suddenly
requiring an argument introduced in v0.15.3, now it defaults to all.

Changelog

Bug Fixes

  * Fix cross compilation
  * Snap requires a base
  * Move --smart-group to long view options
  * Colo[u]r-scale didn't have a base value
  * Fix snapcraft.yaml formatting

Documentation

  * Add comments for bzip variants
  * Added the fact that total-size is unix only

Features

  * Add some file extensions
  * Abort on panic (saving 0.1 M)
  * Add powertest

Miscellaneous Tasks

  * Ignore blame from #644
  * Stabilize powertest version

Testing

  * Implements tests using the generated directory
  * Powertests using generated testdirs
  * Add hashed versions of powertests

eza v0.15.3

Description

Adding to your weekly bug fixes, features and what not, let me introduce you
to --color-scale, which was just added.

Changelog

[0.15.3] - 2023-11-09

Bug Fixes

  * Changed quote in --almost-all completion
  * Reformat help.rs
  * Allow unused macro rule arms

Documentation

  * Improve CONTRIBUTING.md, README.md
  * Improve README.md
  * Introduce INSTALL.md

Features

  * Create EZA_ICONS_AUTO environment variable
  * Create EZA_ICONS_AUTO environment variable
  * Demo gif and gif generation recipe
  * Add ocaml icon filetypes
  * Add PRQL
  * Add --color-scale

Miscellaneous Tasks

  * Add to CODEOWNERS file to make sure I get ping'd on files being touched
  * Add myself to codeowners to watch modifications on parsing
  * Improve the PR template
  * Release eza v0.15.3

Refactor

  * Remove commented out test code
  * Finalize decay -> color_scale

Build

  * Refactor flake
  * Bump DeterminateSystems/nix-installer-action from 4 to 7
  * Bump libc from 0.2.149 to 0.2.150
  * Bump rustix from 0.38.13 to 0.38.21

Ci

  * Refactor pre-commit-hooks
  * Refactor publish workflow

eza v0.15.2

Bug Fixes

  * Correct width when --no-quotes is used
  * Clippy lint and add option to grid-details
  * --smart-group only worked for current user

Features

  * Add Typst to the recognized files

Miscellaneous Tasks

  * Release eza v0.15.2

Refactor

  * Replace lazy_static with once_cell
  * Replace plain values with TextColours

Testing

  * Added more content to the dir generator
  * Changed size of one of the files

eza v0.15.1

Now with --total-size (size of all files in directories)

Changelog

Bug Fixes

  * Fmt, windows, and nix fixes
  * Reverted autofmt changes
  * Don’t display target’s size if we’re not dereferencing
  * Updated match indents
  * Changed flag name
  * Only store top-level recursive dir size
  * Changed windows methods
  * Underscored unused windows variables
  * Added device for filesystem to hashmap
  * Display offset for filenames with spaces
  * Fix clippy warnings
  * Fix doc-tests on RecursiveSize
  * Fix dead_code warnings on Windows

Documentation

  * Added flag to readme
  * Added flag to man
  * Fix doc-tests formatting and address other documentation review requests

Features

  * Added recursive directory parser
  * Added flag to completions
  * Add a new filetype for source code files
  * Add a new icons for source code files and other files
  * Support for displaying blocksize on directories

Miscellaneous Tasks

  * Release eza v0.15.1

Refactor

  * Move total-size calculations to File
  * Add RecursiveSize type to simplify total-size calculation
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-21 16:21:14 by Santhosh Raju | Files touched by this commit (4)
Log message:
sysutils/eza: Update to 0.15.0

Changes since 0.14.2:

eza v0.15.0

Changelog

[0.15.0] - 2023-10-19

Bug Fixes

  * Reenable debug symbols in debug builds
  * Clippy lint
  * Merge conflict with main

Documentation

  * Correct color option spellings

Features

  * Add option --smart-group
  * Add completions, man for --smart-group
  * Add icons=always,auto,never. dont display icons in a tty|piped
  * Fix auto value for colors and icons + documentation
  * [breaking] Remove --no-icons in favor of --icons=always,auto,never.
    default is auto

Miscellaneous Tasks

  * Upgrade to uutils_term_grid from unmaintained term_grid
  * Release eza v0.15.0

Build

  * Bump DeterminateSystems/nix-installer-action from 5 to 6

Ci

  * Remove stalebot, is super annoying
  * Adjust test case to icons=auto (no icons should show due to tty)

Next | Query returned 30 messages, browsing 11 to 20 | Previous