Skip to content

Commit 99afb45

Browse files
committed
Add HISTORY.md
1 parent 8808530 commit 99afb45

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## v1.4.6
2+
* Added remaining top-level aggregation terms.
3+
4+
## v1.4.5
5+
* Release contains BugTrap server apps.
6+
7+
## v1.4.4
8+
PR #8: -sesom42
9+
* Try to get icon from executable. If the message loop of the app is faulty, the icon can not be determined with WM_GETICON.
10+
* typo in solution file for VS8
11+
* show BugTrap window above the active window
12+
* more translation adjustments (German)
13+
14+
## v1.4.3
15+
* PR #7 - Updated the German translation. -sesom42
16+
17+
## v1.4.2
18+
* Initial Release

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deploy:
109109
- provider: GitHub
110110
release: 'Release $(APPVEYOR_BUILD_VERSION)'
111111
tag: $(APPVEYOR_REPO_TAG_NAME)
112-
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
112+
description: '[**CHANGE LOG**](https://github.com/bchavez/BugTrap/blob/master/HISTORY.md)'
113113
prerelease: $(IsPreRelease)
114114
artifact: Zip
115115
auth_token:

0 commit comments

Comments
 (0)