|
1 | | -### 2018-06-19 |
2 | | -**Core 1.1.3.3** |
3 | | -**Shell 1.1.3.3** |
4 | | -**ShellExtensions 1.1.3.3** |
5 | | -**Sensors 1.1.3.3** |
6 | | -**ExtendedLinguisticServices 1.1.3.3** |
7 | | -- Retarget to .NET 4.5.2 instead of .NET 4.6.2. This is the oldest version of the .NET framework that is still under support. |
8 | | - |
9 | | - |
10 | | -### 2018-02-28 |
11 | | -**Core 1.1.3.2** |
12 | | -**Shell 1.1.3.2** |
13 | | -**ShellExtensions 1.1.3.2** |
14 | | -**Sensors 1.1.3.2** |
15 | | -**ExtendedLinguisticServices 1.1.3.2** |
16 | | -- Fix dependencies between the packages |
17 | | - |
18 | | -### 2018-02-27 |
19 | | -**Core 1.1.3.1** |
20 | | -**Shell 1.1.3** |
21 | | -**ShellExtensions 1.1.3** |
22 | | -**Sensors 1.1.3** |
23 | | -**ExtendedLinguisticServices 1.1.3** |
24 | | -- Fix Enabled property not working properly #1 |
25 | | -- Fixed marshaling errors and memory leaks with TaskDialogButton's #2 |
26 | | -- Fix a bug where a ShellLink was not properly created #3 |
27 | | -- Remove the border on the ExplorerBrowser control #4 |
28 | | -- Fix the implementation of the property CheckSelect #5 |
29 | | -- Fixed comctl32.dll version 6 problem. Added default button selector to TaskDialog, Signed the assemblies #6 |
30 | | -- Fix Command link description display bug. #7 |
31 | | -- Fixed bug in normalizing value of itemType variable. #8 |
32 | | -- Fix NullReferenceException when setting label.Text while the dialog is open #9 |
33 | | -- Fixed the pointer size to ensure proper memory access #10 |
34 | | -- Fixes for NativeTaskDialog aybe#29 |
35 | | -- Revert "Return correct value when closing". See aybe#41 for details #12 |
36 | | - |
37 | | -### 02/01/2016 |
38 | | -**Core 1.1.2** |
39 | | -- TaskDialog icons were visible only when defined in Opened event |
40 | | -- TaskDialog custom/hyperlink button not closing dialog from within Click event |
| 1 | +### 2022-11-04 |
| 2 | + |
| 3 | +**Core 1.1.5** |
| 4 | +**Shell 1.1.5** |
| 5 | +**ShellExtensions 1.1.5** |
| 6 | +**Sensors 1.1.5** |
| 7 | +**ExtendedLinguisticServices 1.1.5** |
| 8 | + |
| 9 | +- Switch from MD-5 to FNV-1a for hashcode implementation |
| 10 | +- Fix pointer offset and struct size |
| 11 | +- Basic Editor Config Support |
| 12 | +- Target .NET 452, 462, 472, 480, 481 and .NET Core 3.1, 5.0, 6.0 |
| 13 | + |
| 14 | +### 2020-03-04 |
| 15 | + |
| 16 | +**Core 1.1.4** |
| 17 | +**Shell 1.1.4** |
| 18 | +**ShellExtensions 1.1.4** |
| 19 | +**Sensors 1.1.4** |
| 20 | +**ExtendedLinguisticServices 1.1.4** |
| 21 | + |
| 22 | +- Address GetTimestamp failure |
| 23 | +- Fixing issue which was preventing application to shut down |
| 24 | +- Enable SourceLink to allow easier debugging |
| 25 | +- Upgraded SLN to VS15 Format |
| 26 | +- Fix Enabled property when using the CustomFileDialog |
| 27 | +- Fix multi-dot extensions and save dialog file names |
| 28 | +- Fix exception with DefaultFileName |
| 29 | +- Target .NET 452, 462, 472, 480 and .NET Core 3, 3.1 |
| 30 | + |
| 31 | +### 2018-06-19 |
| 32 | + |
| 33 | +**Core 1.1.3.3** |
| 34 | +**Shell 1.1.3.3** |
| 35 | +**ShellExtensions 1.1.3.3** |
| 36 | +**Sensors 1.1.3.3** |
| 37 | +**ExtendedLinguisticServices 1.1.3.3** |
| 38 | + |
| 39 | +- Retarget to .NET 4.5.2 instead of .NET 4.6.2. This is the oldest version of the .NET framework that is still under |
| 40 | + support. |
| 41 | + |
| 42 | +### 2018-02-28 |
| 43 | + |
| 44 | +**Core 1.1.3.2** |
| 45 | +**Shell 1.1.3.2** |
| 46 | +**ShellExtensions 1.1.3.2** |
| 47 | +**Sensors 1.1.3.2** |
| 48 | +**ExtendedLinguisticServices 1.1.3.2** |
| 49 | + |
| 50 | +- Fix dependencies between the packages |
| 51 | + |
| 52 | +### 2018-02-27 |
| 53 | + |
| 54 | +**Core 1.1.3.1** |
| 55 | +**Shell 1.1.3** |
| 56 | +**ShellExtensions 1.1.3** |
| 57 | +**Sensors 1.1.3** |
| 58 | +**ExtendedLinguisticServices 1.1.3** |
| 59 | + |
| 60 | +- Fix Enabled property not working properly #1 |
| 61 | +- Fixed marshaling errors and memory leaks with TaskDialogButton's #2 |
| 62 | +- Fix a bug where a ShellLink was not properly created #3 |
| 63 | +- Remove the border on the ExplorerBrowser control #4 |
| 64 | +- Fix the implementation of the property CheckSelect #5 |
| 65 | +- Fixed comctl32.dll version 6 problem. Added default button selector to TaskDialog, Signed the assemblies #6 |
| 66 | +- Fix Command link description display bug. #7 |
| 67 | +- Fixed bug in normalizing value of itemType variable. #8 |
| 68 | +- Fix NullReferenceException when setting label.Text while the dialog is open #9 |
| 69 | +- Fixed the pointer size to ensure proper memory access #10 |
| 70 | +- Fixes for NativeTaskDialog aybe#29 |
| 71 | +- Revert "Return correct value when closing". See aybe#41 for details #12 |
| 72 | + |
| 73 | +### 2016-02-01 |
| 74 | + |
| 75 | +**Core 1.1.2** |
| 76 | + |
| 77 | +- TaskDialog icons were visible only when defined in Opened event |
| 78 | +- TaskDialog custom/hyperlink button not closing dialog from within Click event |
0 commit comments