Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Releases: jgfoster/Jade.bak

v2.4.12

29 Jun 06:01
Compare
Choose a tag to compare

Fix walkback in JadeFileIn and avoid hang during file-in.

v2.4.11

14 Jun 16:35
Compare
Choose a tag to compare
  • Fix inspection of Date and DateAndTime (fix #272)
  • Add support for GS/S 64 Bit 3.5.6

v2.4.10

03 May 06:15
Compare
Choose a tag to compare

Support for 3.6.1

v2.4.9

18 Feb 04:15
Compare
Choose a tag to compare

Add support for 3.5.5.
Keep Dolphin version info.
Add support for new specials (fix #272):

  • SmallDate
  • SmallDateAndTime
  • SmallScaledDecimal
  • SmallTime Update file description.

81a3d2b James Foster [email protected] Feb 17, 2021 at 7:35 PM

v2.4.8

09 Dec 05:35
Compare
Choose a tag to compare

Fix problem with RubyHash not found during login to 3.6.0 (it was recently removed).

v2.4.7

30 Nov 06:38
Compare
Choose a tag to compare
  • Don't try to decode a String (#271)
  • Restore missing preferences (#268 & #269)
  • Add 3.5.4 and update 3.5.6 libraries

v2.4.6

23 Sep 23:58
Compare
Choose a tag to compare

Added libraries for GemStone/S 64 Bit 3.5.3.

v2.4.5

18 Aug 10:15
Compare
Choose a tag to compare
  • Send heartbeat every 60 seconds instead of every 5 seconds.
  • Cache oops to release for five seconds and release them in the background.
  • Don't create an oopType for 0.
  • Update activity list presenter in login shell in the background.
  • Fix #266.

v2.4.4

13 Aug 00:47
Compare
Choose a tag to compare

Change when we try to open ScintillaLibrary.

v2.4.3

12 Aug 00:58
Compare
Choose a tag to compare
  • Add Bruno's rewrite tool.
  • Show UTF-8 as string when an instance variable in inspector.
  • Inspect GsProcess from debugger.
  • Release GsProcess OOPs (and others).
  • Better error handling on startup problems (bad login or layout file).
  • Change sort method for last column in method list browser.