- Timestamp:
- Aug 19, 2024, 11:49:08 AM (3 months ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.lfm
r154 r160 11 11 Identification = 1 12 12 VersionMajor = 1 13 VersionMinor = 313 VersionMinor = 4 14 14 VersionBugFix = 0 15 15 VersionSuffix = 'alfa' … … 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 -
trunk/Install/deb/debian/changelog
r139 r160 1 lazfuck (1. 3.0-0) precise; urgency=low1 lazfuck (1.4.0-0) precise; urgency=low 2 2 3 * Original version 1. 3.0 packaged with lazdebian3 * Original version 1.4.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
trunk/Install/deb/debian/control
r139 r160 3 3 Section: devel 4 4 Priority: optional 5 Standards-Version: 1. 3.05 Standards-Version: 1.4.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/rpm/LazFuck.spec
r140 r160 1 1 Name: LazFuck 2 Version: 1. 3.02 Version: 1.4.0 3 3 Release: 1%{?dist} 4 4 Summary: A simple BrainFuck IDE written in Lazarus/FPC. -
trunk/Install/snap/snapcraft.yaml
r141 r160 1 1 name: lazfuck 2 2 title: LazFuck 3 version: 1. 3.03 version: 1.4.0 4 4 summary: A simple BrainFuck IDE written in Lazarus/FPC. 5 5 description: | -
trunk/Install/win/LazFuck.iss
r139 r160 4 4 #define MyAppName "LazFuck" 5 5 #define MyAppNameShort "LazFuck" 6 #define MyAppVersion "1. 3.0"6 #define MyAppVersion "1.4.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" -
trunk/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.