From 311f9daf0b732c869ba32e5d998c96375194bad6 Mon Sep 17 00:00:00 2001 From: Steve Eynon <3326741+SlimerDude@users.noreply.github.com> Date: Mon, 31 Aug 2020 14:13:40 +0100 Subject: [PATCH] v1.0.75 --- fantom.nsi | 4 ++-- fantom/etc/sys/config.props | 2 +- readme.md | 12 +++++------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/fantom.nsi b/fantom.nsi index df4907d..f5e87d5 100644 --- a/fantom.nsi +++ b/fantom.nsi @@ -3,8 +3,8 @@ # # Built with large strings build for 3.0b1 -> http://nsis.sourceforge.net/Special_Builds -!define VERSION "1.0.74" -!define AF_VERSION "1.0.74" +!define VERSION "1.0.75" +!define AF_VERSION "1.0.75" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP "etc\fantomBanner.bmp" !define UNINST_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom" diff --git a/fantom/etc/sys/config.props b/fantom/etc/sys/config.props index 1deec1e..bb89009 100644 --- a/fantom/etc/sys/config.props +++ b/fantom/etc/sys/config.props @@ -13,7 +13,7 @@ runtime=java // Default depth of Err.trace used for stack tracing -errTraceMaxDepth=25 +errTraceMaxDepth=50 // Default timezone to use for VM - can be either the simple name // or the full name. If not set explicitly, then the we will diff --git a/readme.md b/readme.md index 767e070..072d9bc 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Fantom v1.0.74 for Windows +# Fantom v1.0.75 for Windows --- [![Written for: Fantom](http://img.shields.io/badge/written%20for-Fantom-lightgray.svg)](http://fantom-lang.org/) [![Licence: ISC](http://img.shields.io/badge/licence-ISC-blue.svg)](https://choosealicense.com/licenses/isc/) @@ -7,13 +7,11 @@ ## Overview -Download the latest installer on the [Releases Page](/Fantom-Factory/fantomWindowsInstaller/releases). +Download the latest installer on the [Releases Page](/releases/latest). -This is a Windows installer for the [Fantom](http://fantom-lang.org/) Programming Language. +This is a Windows installer for the [Fantom Programming Language](https://fantom.org/). -It installs Fantom 1.0.74, compete with SWT for 64 bit platforms, and sets all required environment variables. - -Issues related to this installer may be reported on the [issues page](/Fantom-Factory/fantomWindowsInstaller/issues). +It installs Fantom 1.0.75, compete with SWT for 64 bit platforms, and sets all required environment variables. ![Installer Screenshot](etc/screenshot.png) @@ -34,7 +32,7 @@ This distribution differs slightly from the *official* distribution as this down `etc/sys/config.props` has also been altered slighly: - `errTraceMaxDepth` has been increased from 25 to 50 to give longer stack traces - - `debug` has been set to `true` to enable JVM debugging in IDE's like [F4](http://www.xored.com/products/f4/) + - `debug` has been set to `true` to enable JVM debugging in IDE's like [F4](https://github.com/xored/f4) Also, this download doesn't contain those annoying `.DS_Store` junk files for MacOS!