8000 Releases · twinbasic/twinbasic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: twinbasic/twinbasic

twinBASIC BETA 753

03 May 13:30
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 753 Pre-release
Pre-release

BETA 753 is now available:
https://github.com/twinbasic/twinbasic/releases

  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: declerations of the internal vba* functions in [_HiddenModule] incorrectly had [PreserveSig(False)] attribute set on them [ VanGoghGaming, discord ]

twinBASIC BETA 752

03 May 06:08
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 752 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • added: experimental FIND / REPLACE panel (not fully implemented yet) [ https://github.com//issues/1896 ]

twinBASIC BETA 751

28 Apr 17:16
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 751 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • added: highly experimental MultiFrame control, allowing for no-code flexible layout of frames when used in conjunction with anchoring and docking

twinBASIC BETA 750

28 Apr 07:34
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 750 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: Form Resize event could be triggered recursively [ XYplorer, discord ]
  • fixed: RaiseEvent could miss further connection points if the current connection point is disconnected whilst executing the event [ XYplorer, discord ]
  • fixed: OLE IDropTarget::DragEnter implementation was dismissing events if hovering over a child window of the target [ XYplorer, discord ]

twinBASIC BETA 749

27 Apr 12:07
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 749 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: memory leak in built-in function Split() [ forliny, discord ]
  • fixed: memory leak in built-in function Filter() [ forliny, discord ]

twinBASIC BETA 748

25 Apr 07:10
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 748 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: Form.PopupMenu method would not trigger the Click event of the root menu [ XYplorer, private ]
  • fixed: Dir() internal string leak [ forliny, discord ]
  • fixed: AddIn extensibility Project.SaveMetaData method could crash [ sokinkeso, discord ]

twinBASIC BETA 747

24 Apr 15:43
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 747 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: (regression) Form destruction bug that can cause an access violation during form closure [ XYplorer, private ]

twinBASIC BETA 746

24 Apr 11:56
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 746 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: control font handles would be recreated in some circumstances, e.g. when resizing AutoRedraw picture box (noticable when using WM_GETFONT to obtain a control font) [ XYplorer, discord ]

twinBASIC BETA 745

23 Apr 16:34
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 745 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • added: support for menu shortcuts [ commissioned work ]

twinBASIC BETA 744

22 Apr 05:34
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 744 Pre-release
Pre-release
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: some graphical flickering/tearing when repainting a Form or UserControl. Definitely not a regression. [ VanGoghGaming, discord ]
  • fixed: (regression since BETA 623) newly placed controls in the form designer now inherit the form font once again [ https://github.com//issues/2054 ]
  • fixed: OptionButton/CheckBox Style property was not being correctly configured for runtime added control array elements [ sokinkeso, discord ]
  • improved: TLB dissassembly (TLB viewer) now doesn't show redundant spaces in attributes [ Krool, discord ]
0