Skip to content

Commit 1a98cc9

Browse files
committed
Bump version to 0.35.0, update CHANGELOG
1 parent 2dc328c commit 1a98cc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -18,7 +18,7 @@
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

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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)

0 commit comments

Comments
 (0)