Releases: markhedleyjones/dmenu-extended
1.4.0
v1.4.0 (2025-11-26)
This release is published under the MIT License.
Bug Fixes
Documentation
Features
Refactoring
Testing
Detailed Changes: 1.3.0...1.4.0
1.3.0
v1.3.0 (2025-11-17)
This release is published under the MIT License.
Build System
Chores
Continuous Integration
-
Integrate release job into CI workflow with dependency checks (
fb981c2) -
Only run release job on push to main, not on PRs (#172,
61af29f)
Features
-
cache: Add DMENU_EXTENDED_CACHE_DIR environment variable (#173,
2d8c3e3) -
cleanup: Add method to clean stale frequently used items (#173,
2d8c3e3) -
cleanup: Integrate cleanup into cache rebuild (#173,
2d8c3e3)
Testing
Detailed Changes: 1.2.2...1.3.0
1.2.2
v1.2.2 (2025-11-09)
This release is published under the MIT License.
Bug Fixes
- Update license format to resolve setuptools deprecation warnings (
fc71e36)
Chores
-
Add .editorconfig for consistent formatting configuration (#170,
548ba38) -
Add development dependencies for ruff and shfmt (#170,
548ba38) -
Add ruff and shfmt formatting tools configuration (#170,
548ba38) -
Remove .flake8 configuration (replaced by ruff.toml) (#170,
548ba38) -
Resolve ruff linting errors in package initialization (#170,
548ba38)
Code Style
Continuous Integration
-
Implement automated semantic versioning and PyPI releases (
4f0b8b5) -
Integrate ruff and shfmt linting into test workflow (#170,
548ba38) -
Remove version check (managed by semantic-release) (#170,
548ba38) -
Update GitHub Actions to check code formatting with ruff and shfmt (#170,
548ba38)
Documentation
Detailed Changes: 1.2.1...1.2.2