820140cb23
[SMerrony] * Usability: Implement key auto-repeat (Issue #8) * Usability: Make the Backspace key work the same as DEL * Usability: Increase history to 2000 lines * Issue: Remove template title labels when collapsing template -- SMerrony <merrony@gmail.com> Sun, 04 Dec 2022 10:00:00 +0200 dashera (0.13.2) stable; urgency=low [SMerrony] * Build: Remove call to Set_Monospace in Gui so GtkAda v21 still works * Build: Reintroduce non-Alire build config * Docs: Update README.md to include non-Alire build * Usability: Add more info to message when Telnet fails to connect -- SMerrony <merrony@gmail.com> Sun, 20 Nov 2022 10:00:00 +0200 dashera (0.13.1) stable; urgency=low [SMerrony] * Issue: Fix File|Send (Text) File not sending new-lines * Issue: Fix #7 (Hold not working) by sending Ctrl-S/Q * Usability: Move terminal Resize menu item back to Emulation menu * Usability: Move Load F-Key Template to View menu * Usability: Add new Hide F-Key Template menu item * Performance: Small improvements in Crt.Draw_Crt -- SMerrony <merrony@gmail.com> Wed, 16 Nov 2022 10:00:00 +0200
22 lines
489 B
TOML
22 lines
489 B
TOML
name = "dashera"
|
|
description = "DASHER Terminal Emulator"
|
|
version = "0.14.0"
|
|
licenses = "MIT"
|
|
website = "https://github.com/SMerrony/dashera"
|
|
|
|
authors = ["Stephen Merrony"]
|
|
maintainers = ["Stephen Merrony <merrony@gmail.com>"]
|
|
maintainers-logins = ["SMerrony"]
|
|
|
|
tags = ["gtk", "terminal", "dasher", "emulator",]
|
|
|
|
executables = ["dashera"]
|
|
|
|
[[depends-on]]
|
|
gtkada = "^23.0.0"
|
|
|
|
[origin]
|
|
commit = "ee112420370b9be9dbae96736247a27e0d708733"
|
|
url = "git+https://github.com/SMerrony/dashera.git"
|
|
|