All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Calendar Versioning.
Syntax optional dependency. It's causing issues with newer Python versions.
Crash when pressing the down key. Thank you @ALERTua!
Command highlighting on Python 3.12 Django 5.1 support
Crash on startup when used with older Textual versions Bug that prevented commands from working
Regression caused by Textual 0.54.0 release.
Improvements to copying shell input and output. Thanks @shtayeb!
Interactive Shell screen for running ORM queries.
Screen.Recording.2023-12-19.at.17.08.27.mov
Copy to clipboard button not working on Windows. Thank you @shtayeb!
Python 3.12 support
Ability to copy the command to the clipboard.
Development Status classifier was changed from Beta to Production/Stable.
Change accent colors to Django green
- Django color theme
README improvements
- Screenshot at the top of the README
- Better install instructions
Added video demo to the project description 🎉
- Video Demo
Add about screen.
- About screen
Fix crash on startup.
- Crash when a command module doesn't have a
Command
class.
Initial Release!