diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 6 |
2 files changed, 4 insertions, 3 deletions
@@ -145,6 +145,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. <tr><td>1.0</td> <td>Bugfixes, small additional features, installers</td> <td>2021 Apr 20</td></tr> <tr><td>1.0r1</td> <td>Windows-specific bugfixes, update to new version of PCRE2</td> <td>2022 Jan 1</td></tr> <tr><td>1.0r2</td> <td>Various bugfixes involving closing tabs and windows</td> <td>2022 Mar 26</td></tr> +<tr><td>1.0r3</td> <td>Better Tex syntax highlighting, move to cursor on backspace/delete</td> <td>2022 Jul 7</td></tr> </table> ## License diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index 98c12e6..3020896 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -505,15 +505,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{6A2A055A-79B1-43BC-BD91-F85E4AF1D6D4}" - "PackageCode" = "8:{20635503-3119-4538-9F35-4BB9EC03CB77}" + "ProductCode" = "8:{12A63240-959E-43B3-8887-795B5F184303}" + "PackageCode" = "8:{4CFBF744-DB68-46DD-AC50-290DEF56D347}" "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:22.03.2623" + "ProductVersion" = "8:22.07.0711" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" |