File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# PopTracker Changelog
22
3- ## v0.35.0-rc1
3+ ## v0.35.0
44
55* App Features
66 * Rework zoom and pan to allow smooth panning on high zoom levels
1818* Fixes
1919 * Properly handle (ignore) broken HTTP cache index files
2020 * Fix HTTP doing an if-modified request even if the cache entry is new enough to be used directly
21-
21+ * Don't register click on mouse button release if the mouse press was in a different widget
2222
2323## v0.34.0
2424
Original file line number Diff line number Diff line change 88/// semver <patch> of the application
99#define APP_VERSION_REVISION 0
1010/// semver "-" <pre-release> and/or "+" <build> of the application
11- #define APP_VERSION_EXTRA "-rc1 "
11+ #define APP_VERSION_EXTRA ""
1212/// set to 1 for any pre-release or 0 for release and post-release
13- #define APP_VERSION_PRERELEASE 1
13+ #define APP_VERSION_PRERELEASE 0
1414
1515#ifndef XSTR
1616#define XSTR (s ) STR(s)
You can’t perform that action at this time.
0 commit comments