File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ Then run `make.bat release`.
369369<tr ><td >2.8.3</td > <td >Fix annoying auto-indent behaviour</td > <td >2025 Sep 1</td ></tr >
370370<tr ><td >2.8.4</td > <td >Keep cursor pos on reload, other small improvements</td > <td >2025 Sep 28</td ></tr >
371371<tr ><td >2.9.0</td > <td >LSP code actions, bug fixes</td > <td >2025 Sep 30</td ></tr >
372+ <tr ><td >2.9.1</td > <td >Small syntax highlighting fixes</td > <td >2025 Oct 24</td ></tr >
372373</table >
373374
374375## License
Original file line number Diff line number Diff line change 11/*
22FUTURE FEATURES:
3+ - remove TED_PATH_MAX
34- wrap-text command
45- path-specific extensions
56- more tests
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extern "C" {
2222#include "command.h"
2323
2424/// Version number
25- #define TED_VERSION "2.9.0 "
25+ #define TED_VERSION "2.9.1 "
2626/// Maximum path size ted handles.
2727#define TED_PATH_MAX 1024
2828/// Config filename
Original file line number Diff line number Diff line change 620620 {
621621 "Name" = "8:Microsoft Visual Studio"
622622 "ProductName" = "8:ted"
623- "ProductCode" = "8:{943A950E-7D69-4097-B889-3015A528059E }"
624- "PackageCode" = "8:{F551F5C0-E284-4DC1-B334-88F6AAFE255B }"
623+ "ProductCode" = "8:{7504BFF3-AAA0-4637-A5A8-FEF49AD7695B }"
624+ "PackageCode" = "8:{738817D3-2335-4A51-A0DD-6AB17AC826EF }"
625625 "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}"
626626 "AspNetVersion" = "8:2.0.50727.0"
627627 "RestartWWWService" = "11:FALSE"
628628 "RemovePreviousVersions" = "11:TRUE"
629629 "DetectNewerInstalledVersion" = "11:FALSE"
630630 "InstallAllUsers" = "11:FALSE"
631- "ProductVersion" = "8:25.09.3000 "
631+ "ProductVersion" = "8:25.10.2400 "
632632 "Manufacturer" = "8:ted"
633633 "ARPHELPTELEPHONE" = "8:"
634634 "ARPHELPLINK" = "8:"
You can’t perform that action at this time.
0 commit comments