Skip to content

Releases: OLILHR/chonk

v0.2.0

28 Sep 21:32
0305fd2
Compare
Choose a tag to compare

What's Changed

  • 🏷️ Add type annotations by @OLILHR in #21
  • 🤖 Bump mypy from 1.11.1 to 1.11.2 by @dependabot in #23
  • 🚩 Add flag to retrieve current version tag by @OLILHR in #22
  • 🤖 Bump pylint from 3.2.6 to 3.2.7 by @dependabot in #24
  • 🤖 Bump pdm from 2.18.1 to 2.18.2 by @dependabot in #25
  • 🤖 Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #26
  • 🤖 Bump pylint from 3.2.7 to 3.3.0 by @dependabot in #27
  • 🤖 Bump pdm from 2.18.2 to 2.19.1 by @dependabot in #28
  • 🩹 Strip leading and trailing whitespace from path inputs by @OLILHR in #29
  • 🩹 Point read_chonkignore() toward target path instead of project root by @OLILHR in #30

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Aug 20:04
d3ebb08
Compare
Choose a tag to compare

What's Changed

  • ▶️ Set up CI pipeline by @OLILHR in #1
  • ✨ Add consolidation functionality and markdown generator by @OLILHR in #2
  • ▶️ Set up CI pipeline for unittesting by @OLILHR in #3
  • 🔍 Add optional extension filter by @OLILHR in #4
  • 🧪 Refactor mock data and streamline fixtures by @OLILHR in #5
  • ✨ Prompt for input, output and filters in case no paths are provided by @OLILHR in #6
  • 🤖 Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #7
  • 🤖 Bump mypy from 1.11.0 to 1.11.1 by @dependabot in #9
  • 🤖 Bump black from 24.4.2 to 24.8.0 by @dependabot in #8
  • 📦️ Prepare project for building and packaging by @OLILHR in #10
  • 🧪 Migrate test data to mock project fixtures by @OLILHR in #11
  • ➕ Add prompt toolkit features and prompt for optional extension filters by @OLILHR in #12
  • 🤖 Bump pdm from 2.17.3 to 2.18.1 by @dependabot in #14
  • 📶 Provide statistics in terminal output by @OLILHR in #13
  • ⌛ Add progress bar and file type distribution by @OLILHR in #15
  • 🩹 Make prompt_toolkit path autocompletion case insensitive by @OLILHR in #16
  • 🐛 Handle file count and empty output for extension filtering by @OLILHR in #17
  • 🔖 Prepare project for release and publishing by @OLILHR in #20

New Contributors

Full Changelog: https://github.com/OLILHR/chonk/commits/v0.1.0