Skip to content

Releases: twinbasic/twinbasic

twinBASIC BETA 848

08 Jul 15:14
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 848 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
  • added: initial UserControl support for OLE_OPTEXCLUSIVE, and IPropertyNotifySink::OnChanged notifications (makes VBCCR.OptionButtonW work)

twinBASIC BETA 847

08 Jul 04:12
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 847 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
  • fixed: (regression in BETA 846) form designer won't allow selection of individual controls [ fafalone, discord ]

twinBASIC BETA 846

07 Jul 09:48
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 846 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
  • fixed: issue with PROJECT EXPLORER panel not showing all items after a project is closed and then another project opened
  • fixed: exposing an 'Angle' property on a UserControl would cause several issues in the tB form designer in using that UC [ fafalone, discord ]
  • fixed: computer waking from sleep should no longer trigger the project to enter SAFE MODE [ https://github.com//issues/1951 ]

twinBASIC BETA 845

06 Jul 11:51
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 845 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
  • improved: Label.VerticalAlignment property now appears next to Alignment property in the property sheet
  • added: Compilation.CompilerVersion constant, indicating the release number (e.g. currently 845) [ Don, discord ]

twinBASIC BETA 844

06 Jul 10:36
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 844 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
  • fixed: removed use of some Win2k incompatible APIs, to allow built executables to run on Win2k machines (must explicitly target OS in project settings)

twinBASIC BETA 843

05 Jul 11:22
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 843 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
  • fixed: SaveSetting / DeleteSetting standard library functions were using non-WindowsXP compatible APIs [ gaouser, discord ]

twinBASIC BETA 842

05 Jul 06:48
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 842 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
  • fixed: (regression in BETA 841) excessive memory fragmentation could cause large Win32 projects to fail to load or compile [ https://github.com//issues/2189 ]

twinBASIC BETA 841

04 Jul 09:18
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 841 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
  • improved: much faster internal recording of compilation errors, preventing IDE unresponsiveness when there are thousands of errors [ Emile, discord ]
  • improved: codeLens feature can cause an IDE performance hit when there are hundreds/thousands of them [ fafalone, discord ]

twinBASIC BETA 840

04 Jul 05:24
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 840 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
  • fixed: PictureBox middle/right mouse buttons should accept focus [ XYplorer, discord ]
  • fixed: Cancel/Default escape/enter key handling could cause a crash at runtime in some scenarios [ XYplorer, discord ]

twinBASIC BETA 839

03 Jul 16:17
619ce4e
Compare
Choose a tag to compare
twinBASIC BETA 839 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
  • fixed: broken Image/Label mouse events in last BETA [ Don, private ]