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 804

11 Jun 17:56
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 804 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: OLEDragDrop event not always firing in win32 builds [ Tecman, discord ]

twinBASIC BETA 803

11 Jun 10:27
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 803 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: errors in enumerations would not always appear in the DIAGNOSTICS panel, only appearing when the source document was open
  • added: support for [Flags] attribute on Enums, giving members automatic unique bit-values [ FullValueRider, discord ]
  • fixed: inline decorations in the code editor were barely visible in the light themes

twinBASIC BETA 802

10 Jun 15:03
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 802 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: in some situations UserControl Resize event could fire before InitProperties/ReadProperties [ sokinkeso, discord ]

twinBASIC BETA 801

10 Jun 12:43
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 801 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: using [ComExport] on a Declare Sub would produce an invalid definition in the type library [ VanGoghGaming ]
  • updated: 1 language pack (German)
  • special thanks to our community members for the new/updated language packs (Krool)

twinBASIC BETA 800

10 Jun 11:06
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 800 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 designer, 'duplicate (same name)' option was broken [ https://github.com//issues/2016 ]
  • fixed: (regression) form designer, various issues with copy & paste [ sokinkeso, discord ]

twinBASIC BETA 799

09 Jun 15:13
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 799 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: themeable properties SymbolNamedOperatorColor, SymbolNamedOperatorFontStyle, SymbolNamedOperatorFontWeight, SymbolNamedOperatorTextDecoration [ https://github.com//issues/2139 ]
  • improved: markdown files (*.md) in referenced packages now alwyas open in markdown-preview mode [ https://github.com//issues/2136 ]
  • fixed: Err object optimization edge case [ https://github.com//issues/2134 ]
  • added: compiler constant 'TWINBASIC_BUILD_TYPE', e.g. "Standard EXE", "Standard DLL", "ActiveX DLL", "ActiveX Control" based on root project setting [ https://github.com//issues/2122 ]
  • fixed: pressing F8/F10 to step over a Debug.Assert failure would crash the compiler [ https://github.com//issues/2135 ]
  • improved: general stability of the debugger [ https://github.com//issues/2135 ]

twinBASIC BETA 798

09 Jun 10:39
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 798 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: AutoSize property now doesn't auto resize if the new picture is Nothing or empty [ XYplorer, discord ]
  • improved: HScollBar and VScrollBar control implementations rewritten to better match VBx
  • fixed: (regression since BETA 786) Delegates declared in form class modules were broken [ fafalone, discord ]

twinBASIC BETA 797

08 Jun 07:21
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 797 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 va_list ParamArray with __stdcall calling convention [ fafalone, discord ]
  • fixed: IDE internal error, Cannot set properties of undefined (setting '0') [ fafalone, discord ]
  • fixed: (regression) Menu ShortcutId could not be set in the form designer [ fafalone, discord ]

twinBASIC BETA 796

07 Jun 07:50
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 796 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: runtime HRESULT internal error checks now disabled in kernel compilation mode to avoid dependencies [ fafalone, discord ]

twinBASIC BETA 795

06 Jun 14:31
a944f5b
Compare
Choose a tag to compare
twinBASIC BETA 795 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 in BETA 791) compiler crash in some instances
0