Waddle Devlog 4
(I’m running out of emojis)
New release (v0.4.1)
Info: Previous configurations will not be compatible with this version but migrating shouldn’t be difficult. You can backup your config and run
waddle initto generate a new one.
Waddle is now on Nuget!!! That means you can now install Waddle using dotnet tool install -g Waddle.Cli 
And you can still find new releases on GitHub as well :)
New features
- Allow .w.yaml and .w.yml file endings to avoid conflicts with other tools
- Improved README a lot (I went on a side quest and built a little script that fills out a readme template
) - I spent a lot of time making it as easy as possible to try this project (Worked on the docker file, created start script for the container, improved Quick Start section in README…)
- a few bug fixes
- You can now put relative paths in your waddle.yaml (which makes it a lot more portable)
- You don’t have to specify authentication configuration anymore, so you can create client-only workflows
Struggles
- Tried to fix a very weird bug for an hour. I had a weird issue where the program would get stuck whenever I did not specify a log file in the config even after I removed most log-related things. Turned out it was a UI component not being thread-safe
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.