Skip to content

Commit 8a22d06

Browse files
author
Juan Segura
committed
v1.6.0 - beta 4
- Build Options (Project -> Configure project) - Removed "Strict Bool" options that was deprecated on v1.18.0 of the compiler - ‘Strict’ and “Header less” options were not being applied when compiling. - Added 4 advanced actions: - Enable pre-build: Launch a program or bash (.bat / .sh) before compiling - Custom compiler parameters: Allows the compilation parameters to be set manually - Enable post-build: Launch a program or bash (.bat / .sh) before compiling - Launch external emulator: Launches its own program or bash (.bat / .sh) after post-build instead of the embedded emulator - Output log window: Ahora se puede seleccionar y copiar texto.
1 parent c5e4ac3 commit 8a22d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZXBStudio/Dialogs/ZXAboutDialog.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public ZXAboutDialog()
1212
{
1313
InitializeComponent();
1414

15-
txtBuild.Text = "1.6.0-beta3";
16-
txtDate.Text = "2025-05-13";
15+
txtBuild.Text = "1.6.0-beta4";
16+
txtDate.Text = "2025-05-21";
1717

1818
btnClose.Click += BtnClose_Click;
1919

0 commit comments

Comments
 (0)