✨ NEW ✨
* MarkTen now uses the `rich` library for fancy terminal output
* This makes the output much easier to understand, and also makes it MUCH less glitchy on most terminals
* Parameters read from `stdin` have access to history using the `readline` library
* Better CLI argument parsing has been added
✏️ CHANGED ✏️
* The `clone_and_open` action now fails if checking out a branch fails
* The application version is now determined using importlib metadata, so that I don't need to remember to update it constantly
🔧 FIXED 🔧
* The `list_dir` parameter source now filters hidden files correctly