Skip to content

Commit 596e9c6

Browse files
author
black-sliver
committed
prepare release v0.14.2
1 parent 2d51ebd commit 596e9c6

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PopTracker Changelog
22

3+
## v0.14.2
4+
5+
* Pack Features
6+
* work around bug in IoGR's logic with random starting location
7+
* added `composite_toggle` item type
8+
39
## v0.14.1
410

511
* Fixes

src/poptracker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PopTracker final : public App {
4747
virtual ~PopTracker();
4848

4949
static constexpr const char APPNAME[] = "PopTracker";
50-
static constexpr const char VERSION_STRING[] = "0.14.1";
50+
static constexpr const char VERSION_STRING[] = "0.14.2";
5151

5252
protected:
5353
virtual bool start();

src/uilib/colorhelper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define _UILIB_COLORHELPER_H
33

44
#include <stdint.h>
5+
#include <stdio.h>
56
#include <SDL2/SDL.h>
67
#include <SDL2/SDL_image.h>
78

src/uilib/imagefilter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "imagefilter.h"
22
#include "colorhelper.h"
3+
#include <stdio.h>
34

45
namespace Ui {
56

0 commit comments

Comments
 (0)