Skip to content

Commit

Permalink
prepare release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Apr 25, 2021
1 parent 2d51ebd commit 596e9c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PopTracker Changelog

## v0.14.2

* Pack Features
* work around bug in IoGR's logic with random starting location
* added `composite_toggle` item type

## v0.14.1

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/poptracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PopTracker final : public App {
virtual ~PopTracker();

static constexpr const char APPNAME[] = "PopTracker";
static constexpr const char VERSION_STRING[] = "0.14.1";
static constexpr const char VERSION_STRING[] = "0.14.2";

protected:
virtual bool start();
Expand Down
1 change: 1 addition & 0 deletions src/uilib/colorhelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _UILIB_COLORHELPER_H

#include <stdint.h>
#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>

Expand Down
1 change: 1 addition & 0 deletions src/uilib/imagefilter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "imagefilter.h"
#include "colorhelper.h"
#include <stdio.h>

namespace Ui {

Expand Down

0 comments on commit 596e9c6

Please sign in to comment.