Skip to content

Releases: Dyalog/ride

v4.0.2861

25 Oct 13:10
Compare
Choose a tag to compare

Release of RIDE 4.0

Changelog:
remember highlight line during ILF fixes #235

v4.0.2860

31 Aug 08:38
Compare
Choose a tag to compare

Release of RIDE 4.0

Changelog:
Changed close operation to click fixes #205
Better cursor positioning fixes #209
Added exe to selection at start fixes #162
Account for race condition with ILF fixes #208
Disable glyph tips by default #215
Scroll to current row after reformat #207
Fixed closing editor tabs with middle mouse button #190
#206 add ` and `` completions for ⌺

v4.0.2850

25 Jul 12:21
Compare
Choose a tag to compare

Release of RIDE 4.0

Changelog:
Update system functions
background col change fixes #191 DOM change fixes #184
Don't show replace button in tracer #182
Heed ilf option when opening an editor #193
Tweak description of AO and DO for #186
#183 fix Linux application icon
#196 update prerm to match postinst

v4.0.2839

18 Jul 09:12
Compare
Choose a tag to compare

Release of RIDE 4.0

Changelog:
#187 sort commands
Remove alternative styling
Autocomplete after ⎕ for Mantis 14770.

v4.0.2836

28 Jun 09:11
a118d9f
Compare
Choose a tag to compare

Initial Release of RIDE 4.0

Changelog since Pre-Release Ride 4.0.2811:
added Roboto font and rules
fix broken codemirror css link
make connect page more consistent
scroll to banner fix for D15
editor smart indent only in apl mode, fix #156
upgrade golden-layout (optimised set focus)
closing tracer scroll issue fixed
changed incorrect position of event call
update exe field fixes #162
autoindent dfns corrected, fix #158
attach lines to top when eod on screen, fix #168
save 'interpreter level formatting' pref
Esc closes dialog and X moved to right,fix #160,fix #161
Import latest language bar.
Cmd key recognised as meta key, fix #169
only scroll when bottom reached, fix #166

v4.0.2811

09 Jun 13:09
Compare
Choose a tag to compare
v4.0.2811 Pre-release
Pre-release

Pre-Release of RIDE 4.0

WARNING: This is a pre-release version of RIDE. We cannot guarantee the stability of this product at this time.

Changelog:
colour changes to wse
require users to acknowledge interpreter dialogs fixes #160
Use exec so we don't leave a useless shell process kicking around.
Tweak launcher mechanism so it's easier to use for the interpreter too.
Fix broken link.
Update help URLs for interpreter version 16.0.
Update language bar from interpreter version 16.0.29857. Adds At and Stencil.
connect page colour alterations
reverted scrollbars back see #127, altered colours
changed scrollbars to native, fixed race condition fixes #127
send GetValueTip for alpha and omega
Update electron-pacakger
changes to shutdown procedures

v4.0.2787

25 Apr 08:34
Compare
Choose a tag to compare
v4.0.2787 Pre-release
Pre-release

Pre-Release of RIDE 4.0

WARNING: This is a pre-release version of RIDE. We cannot guarantee the stability of this product at this time.

Changelog:
#152 Toned down Debug pane and made it sensitive to dark schemes.
changes to the way editors/tracers are sized fixes #140

v4.0.2783

19 Apr 13:47
Compare
Choose a tag to compare
v4.0.2783 Pre-release
Pre-release

Pre-Release of RIDE 4.0

WARNING: This is a pre-release version of RIDE. We cannot guarantee the stability of this product at this time.

Changelog:
Context-sensitive help for @ and ⌺.
set exit text back + conditioned prompt #115
seperated search addon to modify options fixes #32
made exit prompt more explicit fixes #115
RIDE closes on APL clean exit always. Fixes #95
added extra enter key handling fixes #50
fixed tabs not closing with X fixes #89
temporary patch fixes #132
changes to listview control fixes #142
Fix a17291a.
fixed uncaught error when winstate doesn't exist
update stack info when debug pane opens fixes #143
focus 'first' button on dialog fixes #121
Syntax highlighting for Stencil.
Add ⎕CSV and ⎕JSON.
Add :Disposable.
Update longname forms for @.
Remove @ from sqglDesc[] cos it doesn't typically have a `X shortcut.
Tweak fix for #123: reset q.exe.value after updExes() has trashed it.
Fix #145 languagebar tooltip and autocomplete menu should say ``` for ⋄.
Default to the first in the fetched list of interpreters. Fixes #129.
Fix #144.
Set RIDE_SPAWNED=1 when launching via SSH.
Save maximised state of window. Fixes #131.
Electron only sends 'moved' on macOS.
Make intersection calculation more robust for #139.
Don't restore window position to somewhere off screen. Fixes #139.
Add menu item to Toggle Full Screen.

v4.0.2751

20 Mar 16:40
Compare
Choose a tag to compare
v4.0.2751 Pre-release
Pre-release

Pre-Release of RIDE 4.0

WARNING: This is a pre-release version of RIDE. We cannot guarantee the stability of this product at this time.

Changelog:
Ensure TERM is set when ssh-ing, else the Pi fails to start a session.
Don't send args twice when starting over SSH.
Upgrade Electron (and hence Chrome) to fix #135.
Add Stencil to keyboards.
Enclose-if-simple is now officially Nest.
Fix #45 Ctrl+Tab not working.
Default cwd to '' not $HOME so apl starts where RIDE started. Fixes #108.
Use a script to launch RIDE in $HOME. #108.
cleanup and include licences in Resources directory

v4.0.2742

16 Mar 13:45
Compare
Choose a tag to compare
v4.0.2742 Pre-release
Pre-release

Pre-Release of RIDE 4.0

WARNING: This is a pre-release version of RIDE. We cannot guarantee the stability of this product at this time.

We recommend a minimal interpreter version of 16.0.29497

Changelog:
Fix confusion setting vs.display.
Handle ssh connection errors. Fixes #130.
Fix blank line at start of protocol log.
updated golden-layout library fixes #128
Set q.ssh.checked before updExes(). Fixes #123.
Change font size in debug window along with session, editors and WSE.
refactored init phase to fix issue with browser version
Pastelise Workspace Explorer icon colours
Decrease default font size to 16px so it looks less clunky on Windows.
Default to vertical bar cursor, to distinguish insert/overwrite modes.
Less garish block cursor (grey not black so it works with Goya).
fix quote-quad prompt issue
typing in se while threads write to it
Make Preferences dialog big enough to show the whole Code pane. Fixes #120.
refresh debug info more frequently
RestartThreads shortcut added to session window
add icons to OptionsDialog, fix #114
use cmd key for mac shortcuts, fix #101
Host fields default to localhost. Fixes #116.
Fix default username for SSH tunnelling.
Treat BK and FD as dirtying the line so QT will clean it. Fixes #119.
QT in session should leave cursor at start of line.
Changes to RIDE Protocol including ReplyGetLog