Skip to content

Commit 0a6acb6

Browse files
committed
Prepared release of version 1.7.8.
1 parent a03b44c commit 0a6acb6

File tree

11 files changed

+20
-14
lines changed

11 files changed

+20
-14
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
Version 1.7.7 - 11/02/2018
28

39
- FIX: Setting IListViewColumn::Width to a constant from the AutoSizeConstants enumeration always did apply to the first column (index 0).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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">
44
</a>
55
<a href="https://github.com/TimoKunze/ExplorerListView/releases">
66
<img alt="Download ExplorerListView" src="https://img.shields.io/badge/download-latest-0688CB.svg">

help/ANSI/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ExplorerListView"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7.7.481
26+
PROJECT_NUMBER = 1.7.8.485
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/res/resource.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
#define VERSION_MAJOR 1
1010
#define VERSION_MINOR 7
11-
#define VERSION_REVISION1 7
11+
#define VERSION_REVISION1 8
1212
#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"
1515
#define STRPRODUCTVERSION "1.7"
16-
#define STRTIMESTAMP "2018/02/11 21:56:26"
16+
#define STRTIMESTAMP "2018/12/01 15:21:30"
1717

1818
#define IDB_EXPLORERLISTVIEW 1
1919
#define IDB_ABOUT 2

0 commit comments

Comments
 (0)