File tree Expand file tree Collapse file tree 11 files changed +20
-14
lines changed Expand file tree Collapse file tree 11 files changed +20
-14
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.7.8 - 01/12/2018
2
+
3
+ - FIX: Existing list view groups did work only partially after a call to ListItems.RemoveAll.
4
+
5
+
6
+
1
7
Version 1.7.7 - 11/02/2018
2
8
3
9
- FIX: Setting IListViewColumn::Width to a constant from the AutoSizeConstants enumeration always did apply to the first column (index 0).
Original file line number Diff line number Diff line change 1
1
<p align =center >
2
- <a href =" https://github.com/TimoKunze/ExplorerListView/releases/tag/1.7.7 " >
3
- <img alt="Release 1.7.7 Release" src="https://img.shields.io/badge/release-1.7.7 -0688CB.svg">
2
+ <a href =" https://github.com/TimoKunze/ExplorerListView/releases/tag/1.7.8 " >
3
+ <img alt="Release 1.7.8 Release" src="https://img.shields.io/badge/release-1.7.8 -0688CB.svg">
4
4
</a >
5
5
<a href =" https://github.com/TimoKunze/ExplorerListView/releases " >
6
6
<img alt="Download ExplorerListView" src="https://img.shields.io/badge/download-latest-0688CB.svg">
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.7.7.481
26
+ PROJECT_NUMBER = 1.7.8.485
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change 8
8
9
9
#define VERSION_MAJOR 1
10
10
#define VERSION_MINOR 7
11
- #define VERSION_REVISION1 7
11
+ #define VERSION_REVISION1 8
12
12
#define VERSION_REVISION2 0
13
- #define VERSION_BUILD 481
14
- #define STRFILEVERSION "1.7.7.481 "
13
+ #define VERSION_BUILD 485
14
+ #define STRFILEVERSION "1.7.8.485 "
15
15
#define STRPRODUCTVERSION "1.7"
16
- #define STRTIMESTAMP "2018/02/11 21:56:26 "
16
+ #define STRTIMESTAMP "2018/12/01 15: 21:30 "
17
17
18
18
#define IDB_EXPLORERLISTVIEW 1
19
19
#define IDB_ABOUT 2
You can’t perform that action at this time.
0 commit comments