1.0.25
2023-11-26
Ensure latest output visible when showing query dialog.
1.0.23
2023-09-01
Added split screen support.
Added button color settings; add these new variables in 'settings/colors.lisp':
(setf *button-color* "#e0e0e0")
(setf *button-text-color* "#26282a")
(setf *button-opacity* 0.12) ; (arrow and paren buttons only)
(setf *cursor-color* "blue")
1.0.21
2023-01-02
fixed zip / unzip when using "doc" shorthand
1.0.14
2022-01-26
fix dialog race condition (latest devices)
1.0.13
2021-12-08
bugfix: make * ** *** / // /// work again
1.0.10
2021-03-20
small fixes: 'loop' indent, 'describe'
1.0.7
2020-06-03
fix crash while loading some Quicklisp libraries (doesn't work for all libraries though)
1.0.5
2020-05-27
add key bindings for external keyboard: Alt+E (Expression): select / Alt+L (Lambda): eval; add unicode support to function LOAD* (for utf-8 encoded source files); fix smart quotation marks consisting of 2 characters;
1.0.4
2020-05-16
add renaming of files (works also for moving); add example of changing code while it's running; fix detection of local IP for Swank; fix for Frensh quotation marks;
1.0.2
2020-05-08
bug fix release: handle smart quotation marks, better local IP detection when starting Swank, new key bindings for external keyboard (Up / Down moves in history, Tab switches focus between editor and command line)