From 820140cb23bd2d4d5d67eb3557f8116655452b21 Mon Sep 17 00:00:00 2001 From: Stephen Merrony Date: Mon, 12 Dec 2022 10:47:23 +0100 Subject: [PATCH] New version of Dashera terminal emulator (#699) [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 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 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 Wed, 16 Nov 2022 10:00:00 +0200 --- index/da/dashera/dashera-0.14.0.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/da/dashera/dashera-0.14.0.toml diff --git a/index/da/dashera/dashera-0.14.0.toml b/index/da/dashera/dashera-0.14.0.toml new file mode 100644 index 00000000..9815caad --- /dev/null +++ b/index/da/dashera/dashera-0.14.0.toml @@ -0,0 +1,21 @@ +name = "dashera" +description = "DASHER Terminal Emulator" +version = "0.14.0" +licenses = "MIT" +website = "https://github.com/SMerrony/dashera" + +authors = ["Stephen Merrony"] +maintainers = ["Stephen Merrony "] +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" +