Skip to content

Releases: dagimg-dot/floww

v0.3.1

05 May 08:54

Choose a tag to compare

v0.3.1

Features

  • Enhanced configuration management with support for general settings, including conditional notifications.
  • --append/-a flag to the apply command to start workflows from the last workspace.

Improvements

  • New install target in Makefile for building from source and installing.
  • zip and local-release targets 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

30 Apr 22:13

Choose a tag to compare

v0.3.0

Features

  • Apply from File: Added a new --file/-f option to the apply command, allowing workflows to be run directly from a specified file path (Commit 81430d69).
  • Command Autocompletion: Added command-line autocompletion for workflow names in apply, edit, remove, and validate commands (requires shell setup) (Commit fad085c4).
  • Multiple Workflow Removal: The remove command now accepts multiple workflow names, enabling batch removal (Commit f3850abf).

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 (Commit 8f447888).

v0.2.2

Fixes

  • Improved error handling within the apply command to provide more specific feedback and ensure proper exit behavior (Commit 10c50626).

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

30 Apr 19:55

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

30 Apr 16:50

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Apr 12:57

Choose a tag to compare

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

29 Apr 12:45

Choose a tag to compare