Releases: dagimg-dot/floww
Releases · dagimg-dot/floww
v0.3.1
v0.3.1
Features
- Enhanced configuration management with support for general settings, including conditional notifications.
--append/-aflag to theapplycommand to start workflows from the last workspace.
Improvements
- New
installtarget in Makefile for building from source and installing. zipandlocal-releasetargets in Makefile for packaging.- Improved dependency installation separation in the build process.
- Updated README with latest changes and corrected typos.
- Added project showcase GIF to documentation.
- Cleaned up unused functions.
v0.3.0
v0.3.0
Features
- Apply from File: Added a new
--file/-foption to theapplycommand, allowing workflows to be run directly from a specified file path (Commit81430d69). - Command Autocompletion: Added command-line autocompletion for workflow names in
apply,edit,remove, andvalidatecommands (requires shell setup) (Commitfad085c4). - Multiple Workflow Removal: The
removecommand now accepts multiple workflow names, enabling batch removal (Commitf3850abf).
Fixes
- Improved internal configuration management for better stability and testability (Commit
6cde35d8). - Adjusted application process launching parameters (Commit
848f0c97).
Internal / Development
- Added test coverage reporting (
coverage) to development dependencies (Commit8f447888).
v0.2.2
Fixes
- Improved error handling within the
applycommand to provide more specific feedback and ensure proper exit behavior (Commit10c50626).
Internal / Development
- Updated GitHub Actions workflow for virtual environment setup (Commit
19f85058).
v0.2.1
Fixes
- Fixed an issue where terminal and Flatpak applications might not launch correctly under certain conditions (Commit
0d6b7041). (failed)
Internal / Refactoring
- Refactored workflow validation logic for simplification (Commit
e57f3ba4).
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changelog v0.2.0
Features
- Support for multiple file formats (YAML, JSON, TOML) for workflows and configuration
- One-line installation script
Improvements
- Completely restructured codebase for better modularity
- Reorganized commands into separate files
- Updated test framework to match new structure
Documentation
- Enhanced README with installation methods and badges
v0.1.0
Full Changelog: https://github.com/dagimg-dot/floww/commits/v0.1.0