Changeset 119


Ignore:
Timestamp:
Aug 18, 2021, 6:17:38 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Version update after 1.1.0 release.
  • Added: Windows installer for version 1.1.0.
Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/Install/win/LazFuck.iss

    r100 r119  
    55#define MyAppNameShort "LazFuck"
    66#define MyAppVersion "1.0.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.1.0/Install/win/LazFuck.iss

    r100 r119  
    55#define MyAppNameShort "LazFuck"
    66#define MyAppVersion "1.1.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
     
    3636AppSupportURL={#MyAppURL}
    3737AppUpdatesURL={#MyAppURL}
    38 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
     38DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName}
    3939DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
    4040AllowNoIcons=yes
     
    5151; installation to run on all architectures (including Itanium,
    5252; since it's capable of running 32-bit code too).
     53WizardStyle=modern
    5354
    5455[Languages]
     
    6162
    6263[Registry]
    63 Root: HKCU; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey
     64Root: HKLM; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey
    6465
    65 #define FileTypeName "Acronym Decoder project"
     66#define FileTypeName "BrainFuck source file"
    6667Root: HKCR; Subkey: ".b"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletevalue
    6768Root: HKCR; Subkey: "{#FileTypeName}"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletekey
  • tags/1.1.0/Install/win/build.bat

    r94 r119  
    1818copy %MAIN_EXE% %WIN64_EXE%
    1919
    20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"
     20"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss"
  • tags/1.1.0/Read Me.txt

    r115 r119  
    1 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
     1LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
    22
    33==Features==
     
    1111* Home page: https://app.zdechov.net/LazFuck/
    1212* Source code: https://svn.zdechov.net/LazFuck/
    13 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.10
     13* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.12
    1414* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
  • tags/1.1.0/Release Notes.txt

    r100 r119  
     1Version 1.1.0 (2021-08-18)
     2==========================
     3
     4* Added: Javascript target.
     5* Added: TargetCode form use SynEdit for syntax highlighting.
     6* Modified: Detect different data dir on Linux.
     7* Modified: CoolTranslator package replaced by Translator in Common package.
     8* Modified: About dialog moved to Common package.
     9* Modified: Improved stepping through source and target code. Each step has source, program and target index.
     10* Modified: Redraw output form content only if output instruction was used in interpretter mode.
     11* Modified: Redraw memory form content only if memory was written in interpretter mode.
     12* Modified: TemplateGenerics replaced by fgl generics.
     13* Modified: Do not use old UTF8 functions variants.
     14* Modified: .lrt files replaced by newer .lrj files.
     15* Fixed: Build with Lazarus 2.0.12.
     16* Fixed: SynEdit SelIndex is counter from 1 and not from 0.
     17* Fixed: Replace windows newlines by unix newlines in interpretter output under Linux.
     18* Fixed: Scaling imagelist images doesn't work under Linux.
     19* Fixed: Leaked memory in BFHighlighter.
     20* Fixed: Do not show error if specific target doesn't have assigned compiler. Not all targets use compiler. Some of them are just interpreted.
     21* Fixed: Resolved compiler warnings and notes.
     22
    123Version 1.0.0 (2018-12-22)
    224==========================
  • tags/1.1.0/UCore.lfm

    r116 r119  
    1313    VersionMinor = 1
    1414    VersionBugFix = 0
    15     VersionSuffix = 'alfa'
     15    VersionSuffix = ''
    1616    CompanyName = 'Chronosoft'
    1717    CompanyHomePage = 'https://app.zdechov.net/LazFuck'
  • trunk/Install/deb/debian/control

    r100 r119  
    33Section: devel
    44Priority: optional
    5 Standards-Version: 1.1.0
     5Standards-Version: 1.2.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/snap/snapcraft.yaml

    r116 r119  
    11name: lazfuck
    22title: LazFuck
    3 version: '1.1.0'
     3version: '1.2.0'
    44summary: A simple BrainFuck IDE written in Lazarus/FPC.
    55description: |
  • trunk/Install/win/LazFuck.iss

    r100 r119  
    44#define MyAppName "LazFuck"
    55#define MyAppNameShort "LazFuck"
    6 #define MyAppVersion "1.1.0"
     6#define MyAppVersion "1.2.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
     
    3636AppSupportURL={#MyAppURL}
    3737AppUpdatesURL={#MyAppURL}
    38 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
     38DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName}
    3939DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
    4040AllowNoIcons=yes
     
    5151; installation to run on all architectures (including Itanium,
    5252; since it's capable of running 32-bit code too).
     53WizardStyle=modern
    5354
    5455[Languages]
     
    6162
    6263[Registry]
    63 Root: HKCU; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey
     64Root: HKLM; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey
    6465
    65 #define FileTypeName "Acronym Decoder project"
     66#define FileTypeName "BrainFuck source file"
    6667Root: HKCR; Subkey: ".b"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletevalue
    6768Root: HKCR; Subkey: "{#FileTypeName}"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletekey
  • trunk/Read Me.txt

    r115 r119  
    1 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
     1LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
    22
    33==Features==
     
    1111* Home page: https://app.zdechov.net/LazFuck/
    1212* Source code: https://svn.zdechov.net/LazFuck/
    13 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.10
     13* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.12
    1414* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
  • trunk/Release Notes.txt

    r100 r119  
     1Version 1.1.0 (2021-08-18)
     2==========================
     3
     4* Added: Javascript target.
     5* Added: TargetCode form use SynEdit for syntax highlighting.
     6* Modified: Detect different data dir on Linux.
     7* Modified: CoolTranslator package replaced by Translator in Common package.
     8* Modified: About dialog moved to Common package.
     9* Modified: Improved stepping through source and target code. Each step has source, program and target index.
     10* Modified: Redraw output form content only if output instruction was used in interpretter mode.
     11* Modified: Redraw memory form content only if memory was written in interpretter mode.
     12* Modified: TemplateGenerics replaced by fgl generics.
     13* Modified: Do not use old UTF8 functions variants.
     14* Modified: .lrt files replaced by newer .lrj files.
     15* Fixed: Build with Lazarus 2.0.12.
     16* Fixed: SynEdit SelIndex is counter from 1 and not from 0.
     17* Fixed: Replace windows newlines by unix newlines in interpretter output under Linux.
     18* Fixed: Scaling imagelist images doesn't work under Linux.
     19* Fixed: Leaked memory in BFHighlighter.
     20* Fixed: Do not show error if specific target doesn't have assigned compiler. Not all targets use compiler. Some of them are just interpreted.
     21* Fixed: Resolved compiler warnings and notes.
     22
    123Version 1.0.0 (2018-12-22)
    224==========================
  • trunk/UCore.lfm

    r116 r119  
    1111    Identification = 1
    1212    VersionMajor = 1
    13     VersionMinor = 1
     13    VersionMinor = 2
    1414    VersionBugFix = 0
    1515    VersionSuffix = 'alfa'
Note: See TracChangeset for help on using the changeset viewer.