diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | make.bat | 2 | ||||
-rw-r--r-- | ted.h | 2 | ||||
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 8 |
5 files changed, 8 insertions, 7 deletions
@@ -319,6 +319,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. <tr><td>2.3.3</td> <td>JS highlighting improvments, fix TODO highlighting for single-line comments</td> <td>2023 Jul 6</td></tr> <tr><td>2.3.4</td> <td>Unicode bugfix, `:copy-path`</td> <td>2023 Jul 14</td></tr> <tr><td>2.4</td> <td>Font overhaul — allow multiple fonts, and variable-width fonts.</td> <td>2023 Jul 19</td></tr> +<tr><td>2.4.1</td> <td>JSX highlighting fix, Windows DPI awareness</td> <td>2023 Jul 20</td></tr> </table> ## License @@ -1,5 +1,5 @@ Package: ted -Version: 2.4 +Version: 2.4.1 Section: text Priority: optional Architecture: amd64 @@ -10,7 +10,7 @@ if not exist pcre2-32-static.lib ( popd copy pcre2\Release\pcre2-32-static.lib ) -SET C_FLAGS=/nologo /W4 /MD /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include /I pcre2 SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib pcre2-32-static.lib +SET C_FLAGS=/nologo /W4 /MD /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include /I pcre2 User32.lib SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib pcre2-32-static.lib rc /nologo ted.rc if _%1 == _ ( if not exist debug mkdir debug @@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.4" +#define TED_VERSION "2.4.1" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index 7449d2c..e99af57 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -1,4 +1,4 @@ -"DeployProject" +"DeployProject" { "VSVersion" = "3:800" "ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" @@ -620,15 +620,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{90DDD88F-9892-4567-A7A7-5C97E7EDF39F}" - "PackageCode" = "8:{C193D1C4-D861-41C5-9C1A-E5D9FCA0DEA0}" + "ProductCode" = "8:{0ECE483D-3D45-4213-A9D6-8B9DF96E17EB}" + "PackageCode" = "8:{C5ACD02A-581D-4467-84D7-46D0D9D29973}" "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:FALSE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:23.07.1918" + "ProductVersion" = "8:23.07.2020" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" |