Skip to content

Commit 70f1afd

Browse files
committed
Release version 5.12.0.
1 parent 57b8c4c commit 70f1afd

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

README.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MSEide+MSEgui Pascal Cross Platform GUI Development System.
22

3-
2025-06-02 MSEgui Version 5.10.6.
3+
2025-12-13 MSEgui Version 5.12.0.
44
Copyright (c) 1999-2025 by Martin Schreiber and friends.
55

66
- Compiles with FPC 2.6.4, 3.0.0, 3.0.2, 3.2.0, 3.2.2 or 3.3.1.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MSEide+MSEgui Pascal Cross Platform GUI Development System
22

3-
2025-06-02 Version 5.10.6.
3+
2025-12-13 Version 5.12.0.
44
Copyright (c) 1999-2025 by Martin Schreiber and friends.
55

66
MSEgui is a complete independent Free Pascal widgetset.

VERSION.TXT

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
MSEide+MSEgui changes version history
22
**********************************************
3+
Version 5.12.0
4+
2025-12-13
5+
MSEgui: SetChildBounds(self) for transparent forms and other bug fix.
6+
MSEgui: New target DragonFlyBSD aarch64, compatible last fpc 3.3.1.
7+
MSEide: Key Ctrl+key_Backspace delete the word at cursor (like other editors do).
8+
MSEide: Fix code navigation for namespace units.
9+
310
Version 5.10.6
411
2025-06-02
512
Fixes in mselibc.pas for Linux i386, msedrag.pas. and other fixes.

apps/ide/main.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ interface
4646
mselistbrowser,projecttreeform,msepipestream,msestringcontainer,msesys,
4747
msewidgets;
4848
const
49-
versiontext = '5.10.6';
49+
versiontext = '5.12.0';
5050
idecaption = 'MSEide';
5151

5252
{$ifndef netbsd}

lib/common/kernel/msegui.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface
3838
msebitmap,msearrayprops,msethreadcomp,mserichstring,msearrayutils
3939
{$ifdef mse_with_ifi},mseifiglob,mseificompglob{$endif};
4040
const
41-
mseguiversiontext = '5.10.6';
41+
mseguiversiontext = '5.12.0';
4242
copyrighttext = 'Copyright 1999-2025';
4343
defaultwidgetcolor = cl_default;
4444
defaulttoplevelwidgetcolor = cl_background;

0 commit comments

Comments
 (0)