Skip to content

Releases: anze3db/django-tui

24.5

16 Oct 18:36
fb14dba
Compare
Choose a tag to compare

[24.5] - 2024-10-16

Removed

Syntax optional dependency. It's causing issues with newer Python versions.

Full Changelog: 24.4...24.5

24.4

16 Oct 18:27
3672c6a
Compare
Choose a tag to compare

[24.4] - 2024-10-16

Fixed

Crash when pressing the down key. Thank you @ALERTua!

Full Changelog: 24.3...24.4

24.3

05 Jul 00:28
ed1bd91
Compare
Choose a tag to compare

[24.3] - 2024-07-05

Added

Command highlighting on Python 3.12
Django 5.1 support

Fixed

Crash on startup when used with older Textual versions
Bug that prevented commands from working

Full Changelog: 24.2...24.3

24.2

29 Mar 16:39
759538c
Compare
Choose a tag to compare

[24.2] - 2024-03-29

Fixed

Regression caused by Textual 0.54.0 release. (same fix as Textualize/trogon#78)

Full Changelog: 24.1...24.2

24.1

18 Jan 10:32
e8c2ff7
Compare
Choose a tag to compare

What's Changed

  • Copy text from output textarea by @shtayeb in #5
  • Improved messages and logic when copying text in shell by @anze3db

Full Changelog: 23.9...24.1

23.9

19 Dec 17:17
9b33f7b
Compare
Choose a tag to compare

Interactive Shell screen for running ORM queries.

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

Full Changelog: 23.8...23.9

23.8

15 Dec 18:09
03487b1
Compare
Choose a tag to compare

Fixed

Copy command bug on Widnows by @shtayeb in #2

New Contributors

Full Changelog: 23.7...23.8

23.7

04 Dec 11:41
4b05b41
Compare
Choose a tag to compare

Python 3.12 support

23.6

24 Oct 10:32
be37113
Compare
Choose a tag to compare

Added the ability to copy the command to the clipboard.

Screenshot 2023-10-24 at 11 23 07

23.5

27 Aug 06:11
0d03f79
Compare
Choose a tag to compare

Change accent colors to Django green:

Screenshot 2023-08-27 at 06 57 45

Added

  • Django color theme