Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lla 0.3.0 #200802

Merged
merged 2 commits into from
Dec 12, 2024
Merged

lla 0.3.0 #200802

merged 2 commits into from
Dec 12, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Release v0.3.0

Changelog

Added

  • Plugin system redesign:
    • Protocol Buffers message passing architecture
    • C API compatibility
    • ABI version verification
    • Improved documentation
    • Enhanced plugin management interface
    • Plugin cleanup command (lla clean)
    • Improved plugin discovery and loading
    • Plugin update functionality improved
    • Improved the functionality and look of all plugins
  • Command shortcuts system:
    • Store and manage plugin commands as shortcuts
    • CLI commands for shortcut management (lla shortcut add/remove/list)
    • Configuration file storage with descriptions
    • Support for custom arguments
    • Simplified command syntax
  • Sorting improvements:
    • Reverse sorting (-r, --sort-reverse)
    • Directory-first option (--sort-dirs-first)
    • Case-sensitive sorting (--sort-case-sensitive)
    • Natural number sorting (--sort-natural)
  • Filter system updates:
    • Multiple pattern support with comma separation
    • AND operations using + prefix
    • Logical operations (AND, OR, NOT, XOR)
    • Glob pattern matching
    • Case sensitivity options
  • Additional features:
    • Icon support across formats
    • Updated sizemap, timeline and git views
    • Selective plugin installation
    • Command shortcut system

Changed

  • Performance optimizations for sorting
  • Improved filter matching
  • Plugin system reliability updates
  • Refined sizemap visualization
  • Updated plugin interfaces
  • Interface improvements
  • General stability enhancements

Fixed

  • Plugin ABI compatibility
  • Case-sensitive search behavior
  • Directory sorting issues
  • Numeric filename sorting

SHA256 Checksums

9fe66dac0c2f6ddb449d62823b98cff7af1cca721405aaf3860c5c001a3c3da3  lla-linux-amd64/lla-linux-amd64
46be9ddb290cfb14c1299ab7432e66e697a4d3752767c1fabaaffa8d26da3da3  lla-linux-arm64/lla-linux-arm64
4d9f404f0ab6d794b764a9fb1ed26efe3737dd843680940d0df8ecb2c59ae00a  lla-linux-i686/lla-linux-i686
5555b38900154fde0e20814bd0839b6177e1f4ea2d7be698cd5e2273a7ff166e  lla-macos-amd64/lla-macos-amd64
f9897d5c7c5f39bf9b43c4c43f2243f42feca46906b52a0dcbbb2569baad3ad9  lla-macos-arm64/lla-macos-arm64

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 11, 2024
@daeho-ro daeho-ro added the build failure CI fails while building the software label Dec 11, 2024
@daeho-ro
Copy link
Member

@daeho-ro daeho-ro added the upstream issue An upstream issue report is needed label Dec 11, 2024
@triyanox
Copy link

Hey there @daeho-ro! lla maintainer here I fixed the issue, the issue was related to a dependncy on protoc due to usage of protobuf for serialization in the plugin interface, now the bindings are pre-generated on ci, this should fix the issue!

@daeho-ro daeho-ro removed upstream issue An upstream issue report is needed build failure CI fails while building the software labels Dec 12, 2024
@daeho-ro
Copy link
Member

Thank you for the info, @triyanox ! I have added the dependency protobuf and looks fine.

Formula/l/lla.rb Outdated Show resolved Hide resolved
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 12, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 12, 2024
Merged via the queue into master with commit 2c2c3a0 Dec 12, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-lla-0.3.0 branch December 12, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants