Next | Query returned 48 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   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)
   2023-10-15 22:16:26 by Santhosh Raju | Files touched by this commit (3)
Log message:
sysutils/eza: Update the man pages.
   2023-10-13 14:32:53 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/eza: update to 0.14.2

[0.14.2] - 2023-10-12
Bug Fixes
 - Comment out redundant static musl build
 - Refactor sed command to build manpages
 - Update additional completions for help, almost-all, dereference
 - Fix zsh completions

Documentation
 - Add missing options to man page and CLI --help info

Features
 - Add missing nu shell completions
 - Adding the EZA_OVERRIDE_GIT env var

Refactor
 - Use musl target for amd64 deb package
 - Directly use one "big" awk command

Styling
 - Remove trailing spaces and trailing line

Build
 - Bump libc from 0.2.148 to 0.2.149
 - Bump DeterminateSystems/nix-installer-action from 4 to 5

[0.14.1] - 2023-10-08
Bug Fixes
 - Replace left-over exa in fish completion
 - Diabling static linked binaries due to segfault
 - Make os error 13 fail loud
 - Adjust change width calculations for hyperlink and classify
 - Root group not painted as expected when eza used by root

Documentation
 - Fix typos
 - Add zsh with homebrew part to completions section
 - Installation on fedora updated

Features
 - Add basic nushell completion file
 - Add codeowner for nu completions
 - Readded musl static bin as it works

Refactor
 - Align completions
 - Do not match for numbers and remove single-use fn
 - Consistent argument order

Testing
 - Classify-hyperlink test case for width 50
 - Move classify tests to local

Build
 - Make checksums easier to copy-paste
 - Bump trycmd from 0.14.17 to 0.14.19
 - Improve release automation
 - Fix version bump
 - Fix double echo
 - Automate gh release
 - Add codegen-units = 1 and remove opt-level = 3
 - Add back opt-level = 3

[0.14.0] - 2023-10-02
Bug Fixes
 - Merge conflict with main
 - Merge conflict with main
 - Avoid unstable inner attributes
 - Query stdout terminal size to see if the output gose to a tty.
 - Use windows-specific API for terminal size query on windows
 - Add windows-sys dependency for targeting windows
 - Fix manpage generation of default package
 - Use std::io::IsTerminal to eliminate compatibility issue
 - Changed dll icon
 - Changed readme and Added README icon
 - New R lang icon
 - Terminal size query should only check stdout
 - Prefix unused binding name with underscore
 - Fix large_enum_variant warning with explanation
 - README is sorted and formatted

Documentation
 - Add completions + manpage for --no-quotes flag
 - Leave nix install instructions open-ended
 - Leave nix install instructions open-ended
 - Documenting custom time-style
 - Added the new colors option to the man
 - Adding termux section
 - Time-format supporting custom formats
 - Description of --color in README, manpage, and completions
 - Change color to colo[u]r in the option description.
 - Updated man to add new colors
 - Correct CONTRIBUTING.md on commit message type

Features
 - Add quotations around filenames with spaces. exa pr#1165
 - Add rustfmt.toml file to prevent flags.rs fmt on save
 - [breaking] Separated root from other users
 - Added statically linked binaries
 - Replace hardcoded version by version variable
 - Add header to colors-explanation page
 - Revise man rule to use for loop and insert version
 - New Rust icon
 - Added bdf,psf icons
 - Added lib icon
 - Added Contacts,Favorites icons
 - Added home icon
 - Added fdmdownload icon
 - Adding the possibility to change git-repos colors

Refactor
 - Ignore options/flags.rs
 - Renamed and reintended some code
 - Reformatted a line

Styling
 - Format some parts correctly

Build
 - Bump unicode-width from 0.1.10 to 0.1.11
 - Bump git2 from 0.18.0 to 0.18.1
 - Temporarily disable aarch64-unknown-linux-gnu
 - Name static binaries

Next | Query returned 48 messages, browsing 31 to 40 | Previous