File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments