Changeset 160 for tags/1.3.0


Ignore:
Timestamp:
Aug 19, 2024, 11:49:08 AM (5 weeks ago)
Author:
chronos
Message:
  • Added: 1.3.0 Windows installer.
  • Modified: Trunk pushed to newer future version.
Location:
tags/1.3.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0/Core.lfm

    r154 r160  
    2121    AppName = 'LazFuck'
    2222    Description = 'A simple BrainFuck IDE written in Lazarus/FPC.'
    23     ReleaseDate = 45082
     23    ReleaseDate = 45523
    2424    RegistryKey = '\Software\Chronosoft\LazFuck'
    2525    RegistryRoot = rrKeyCurrentUser
  • tags/1.3.0/Install/win/LazFuck.iss

    r139 r160  
    55#define MyAppNameShort "LazFuck"
    66#define MyAppVersion "1.3.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.3.0/Release Notes.txt

    r139 r160  
     1Version 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
    118Version 1.2.0 (2022-03-05)
    219==========================
Note: See TracChangeset for help on using the changeset viewer.