Changeset 160 for tags/1.3.0
- Timestamp:
- Aug 19, 2024, 11:49:08 AM (3 months ago)
- Location:
- tags/1.3.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.0/Core.lfm
r154 r160 21 21 AppName = 'LazFuck' 22 22 Description = 'A simple BrainFuck IDE written in Lazarus/FPC.' 23 ReleaseDate = 45 08223 ReleaseDate = 45523 24 24 RegistryKey = '\Software\Chronosoft\LazFuck' 25 25 RegistryRoot = rrKeyCurrentUser -
tags/1.3.0/Install/win/LazFuck.iss
r139 r160 5 5 #define MyAppNameShort "LazFuck" 6 6 #define MyAppVersion "1.3.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.3.0/Release Notes.txt
r139 r160 1 Version 1.3.0 (2024-08-19) 2 ========================== 3 4 * Added: Allow to hide main toolbar. 5 * Added: Key shortcuts form to see all available actions and their key shortcuts. 6 * Added: Full screen switching support. 7 * Added: Help form. 8 * Added: Execute compiled program with targets without executor inside console window to see its output. 9 * Added: Rust language as compiler target. 10 * Added: Action to generate text as brainfuck code. 11 * Modified: Automatically open example file on first start. 12 * Modified: Used loop in number generation. 13 * Fixed: Update cursor position in status bar. 14 * Fixed: Memory leak in target code form. 15 * Fixed: Execution of compiled Java and C# programs. 16 * Fixed: A typo in interpreter target name. 17 1 18 Version 1.2.0 (2022-03-05) 2 19 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.