Changeset 160


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.
Files:
1 added
10 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==========================
  • trunk/Core.lfm

    r154 r160  
    1111    Identification = 1
    1212    VersionMajor = 1
    13     VersionMinor = 3
     13    VersionMinor = 4
    1414    VersionBugFix = 0
    1515    VersionSuffix = 'alfa'
     
    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
  • trunk/Install/deb/debian/changelog

    r139 r160  
    1 lazfuck (1.3.0-0) precise; urgency=low
     1lazfuck (1.4.0-0) precise; urgency=low
    22
    3   * Original version 1.3.0 packaged with lazdebian
     3  * Original version 1.4.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 17 Dec 2016 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r139 r160  
    33Section: devel
    44Priority: optional
    5 Standards-Version: 1.3.0
     5Standards-Version: 1.4.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/rpm/LazFuck.spec

    r140 r160  
    11Name:           LazFuck
    2 Version:        1.3.0
     2Version:        1.4.0
    33Release:        1%{?dist}
    44Summary:        A simple BrainFuck IDE written in Lazarus/FPC.
  • trunk/Install/snap/snapcraft.yaml

    r141 r160  
    11name: lazfuck
    22title: LazFuck
    3 version: 1.3.0
     3version: 1.4.0
    44summary: A simple BrainFuck IDE written in Lazarus/FPC.
    55description: |
  • trunk/Install/win/LazFuck.iss

    r139 r160  
    44#define MyAppName "LazFuck"
    55#define MyAppNameShort "LazFuck"
    6 #define MyAppVersion "1.3.0"
     6#define MyAppVersion "1.4.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
  • trunk/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.