Skip to content

Releases: dannystewart/csview

v0.1.3

08 Apr 15:58
5337de5
Compare
Choose a tag to compare

Changed

  • Renames CSVViewer class to CSView to better align with the project name.
  • Improves type checking by updating type ignore comments to use more specific syntax with [attr-defined] instead of blanket ignores.

Fixed

  • Addresses widespread compatibility issues with boundaries for other packages by adding an explicit upper version bound (<14.0.0) for rich. (Their fault, not mine!)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Apr 03:56
b0b988d
Compare
Choose a tag to compare

Fixes

  • Updates polykit dependency to 0.8.0 to fix polykit_setup import.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Apr 03:53
64787a2
Compare
Choose a tag to compare

Added

  • Adds script entry point in pyproject.toml, making the package executable via the csview command after installation.
  • Adds comprehensive project documentation including README with features, installation instructions, and usage examples.
  • Adds GitHub Actions workflows for automatic documentation publishing and PyPI releases.

Changed

  • Renames source files from csv_viewer.py to csview.py to maintain naming convention.
  • Improves README formatting.
  • Updates dependencies.

Fixed

  • Fixes CSS file path resolution by correctly converting the file location to a Path object before finding its parent.

Internal

  • Adds MIT license file, officially making the project open source (so you can legally steal my code now! 🎉).
  • Expands .gitignore with comprehensive Python-specific patterns.

Full Changelog: v0.1.0...v0.1.1