Skip to content

Latest commit

 

History

History
85 lines (42 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

85 lines (42 loc) · 1.27 KB

Changelog

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.

[23.9] - 2023-12-19

Added

Interactive Shell screen for running ORM queries.

Screen.Recording.2023-12-19.at.17.08.27.mov

[23.8] - 2023-12-15

Fixed

Copy to clipboard button not working on Windows. Thank you @shtayeb!

[23.7] - 2023-12-04

Added

Python 3.12 support

[23.6] - 2023-10-24

Added

Ability to copy the command to the clipboard.

Changed

Development Status classifier was changed from Beta to Production/Stable.

[23.5] - 2023-08-27

Change accent colors to Django green

Added

  • Django color theme

[23.4] - 2023-08-24

README improvements

Added

  • Screenshot at the top of the README
  • Better install instructions

[23.3] - 2023-08-23

Added video demo to the project description 🎉

Added

  • Video Demo

[23.2] - 2023-08-23

Add about screen.

Added

  • About screen

[23.1] - 2023-08-23

Fix crash on startup.

Fixed

  • Crash when a command module doesn't have a Command class.

[23.0] - 2023-08-23

Initial Release!