diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f72c967..1bd2d183a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,11 @@ ## New features ### All platforms -- New `$Debug` metacommand, with added breakpoint/step abilities and real-time variable watching to the IDE. -- Quick reference for commands is now shown in the status bar when syntax errors are detected. -- `_Source` is now also set to `_Console` when `$Console:Only` is used. -- Allows `Ctrl+\` to be used as a shortcut to repeat search (legacy QBasic shortcut). -- Functions `_MK$` and `_CV` can now deal with `_OFFSET` values. -- New "View on Wiki" button on help panel (launches equivalent wiki page using the default browser). -- New `_EnvironCount` function to show how many environment variables are found. -- Color schemes can now be set/saved individually for each running instance of the IDE. - -### Windows -- Automatically embeds a manifest file when compiling an exe with `$VersionInfo`, so that Common Controls v6.0 gets linked at runtime. -- Adds the %TEMP%, Program Files and Program Files (x86) directories to `_Dir$()` folder specifications. +- \ No newline at end of file diff --git a/source/global/version.bas b/source/global/version.bas index c69d20e94..a70feb517 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -2,7 +2,7 @@ DIM SHARED Version AS STRING DIM SHARED DevChannel AS STRING DIM SHARED AutoBuildMsg AS STRING -Version$ = "2.0" +Version$ = "2.1" DevChannel$ = "Development Build" IF _FILEEXISTS("internal/version.txt") THEN versionfile = FREEFILE