Skip to content

Releases: anistark/feluda

Gosaipur Sargaram

25 Dec 13:26

Choose a tag to compare

What's Changed

  • refactor: analyze only root project directory and clean up progress module by @anistark in #176
  • feat: GitHub license cache by @anistark in #178
  • chore: cleanup readme, contributing, justfile by @anistark in #179
  • feat: add local license checking for Go and Python by @anistark in #180
  • fix: add missing env var cleanup to prevent test isolation issues in parallel execution by @anistark in #182
  • feat: add .NET support with NuGet integration by @anistark in #183
  • feat: add --github-token flag for authenticated GitHub API requests by @anistark in #184

Full Changelog: v1.10.3...v1.11.0

Bombaiyer Bombete

25 Nov 07:50
4b55730

Choose a tag to compare

What's Changed

  • feat: add just test-ci cmd to mimic ci testing locally by @anistark in #157
  • refactor: restructure sbom command with format subcommands (spdx, cyclonedx) by @anistark in #156
  • feat: validate sbom spdx and cyclonedx files by @anistark in #162
  • feat: implement comprehensive SPDX standards compliance enhancements and character validation by @anistark in #163
  • feat: add language parameter to GitHub Action by @anistark in #164
  • fix: add CC0-1.0 license to compatibility matrix for all project licenses by @anistark in #165
  • fix: exclude Go toolchain and version directives from dependency analysis by @anistark in #166
  • feat: add filter to the TUI by @ashish10677 in #170
  • chore: update dependencies by @anistark in #168
  • feat: add sort feature to TUI and proper ascending/descending order by @anistark in #167
  • refactor: move CI/CD examples to examples/ci directory by @anistark in #171
  • Refactor/publish tag by @anistark in #172
  • feat: add local-first license detection with --no-local flag for Node.js and Rust by @anistark in #173
  • feat: ignore licenses and dependencies by @anistark in #175

Full Changelog: v1.10.2...v1.10.3

v1.10.2

25 Oct 16:43

Choose a tag to compare

What's Changed

  • add: example projects for testing and debugging by @anistark in #146
  • build(deps): bump requests from 2.31.0 to 2.32.4 in /examples/python-example in the pip group across 1 directory by @dependabot[bot] in #147
  • refactor: improve error handling by @anistark in #148
  • Create FUNDING.yml by @anistark in #149
  • feat: R projects support. only direct dependency check by @anistark in #150
  • refactor: strict to restrictive flag change. [breaking change] by @anistark in #152
  • feat: add configurable strictness mode with --strict flag for license parser by @anistark in #153
  • refactor: remove v1.8.5 backward compatibility re-exports by @anistark in #154
  • feat: improve Python environment marker parsing with PEP 508 support by @anistark in #155

Full Changelog: v1.10.1...v1.10.2

v1.10.1

25 Sep 11:17
cf80037

Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

Joy Baba Felunath

25 Sep 08:07
bddbbd2

Choose a tag to compare

Crate v1.10.0

What's Changed

Full Changelog: v1.9.8...v1.10.0

Locked Chest

25 Aug 12:32

Choose a tag to compare

📦 Installation Instructions

Feluda now provides prebuilt packages for both Debian-based (.deb) and RedHat-based (.rpm) distributions.


🐧 Debian / Ubuntu ( .deb package )

  1. Download the latest .deb from the Releases page.
  2. Install with:
    sudo dpkg -i feluda_*.deb
  3. If you encounter dependency issues, run:
    sudo apt install -f

🐧 Fedora / RHEL / CentOS ( .rpm package )

Download the latest .rpm from the Releases page

  1. Install with:
# Using DNF (recommended)
sudo dnf install ./feluda-*.rpm

# OR using rpm directly
sudo rpm -i feluda-*.rpm

💡 Using dnf is preferred as it resolves dependencies automatically.

What's Changed

New Contributors

Full Changelog: 1.9.7...1.9.8

v1.9.8-rc1

13 Aug 20:23

Choose a tag to compare

v1.9.8-rc1 Pre-release
Pre-release
.rpm: Add a note about generation

The spec file has two placeholders VERSION and
RELEASE. It makes sense to add what overrides this

Signed-off-by: Sayan Chowdhury <[email protected]>

Royal Bengal Rahasya

28 Jul 12:23
dcfba8c

Choose a tag to compare

Crate v1.9.7

What's Changed

Full Changelog: 1.8.5...1.9.7

The Key

12 Jun 06:41
d5cd951

Choose a tag to compare

Crate v1.8.5

What's Changed

  • Update colors for --verbose mode by @motusira in #76
  • Add yaml output by @motusira in #81
  • refactored generate_report function to match the new structure by @Samuel1505 in #83
  • Run feluda on a github repo directly by @hakymulla in #84
  • Bump the cargo group across 1 directory with 2 updates by @dependabot in #85
  • Add new generate command to generate NOTICE and THIRD_PARTY_LICENSE files by @anistark
  • Add more tests by @anistark

New Contributors

Full Changelog: 1.7.0...1.8.5

Kailashey Kelenkari

22 May 12:48
7baf497

Choose a tag to compare

  • Add: Compatibility Check with root project license.
  • Fixed: Loading for Go projects.

Full Changelog: 1.6.2...1.7.0