Releases: dannystewart/csview
Releases · dannystewart/csview
v0.1.3
Changed
- Renames
CSVViewer
class toCSView
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
Fixes
- Updates
polykit
dependency to 0.8.0 to fixpolykit_setup
import.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Added
- Adds script entry point in
pyproject.toml
, making the package executable via thecsview
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
tocsview.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