Skip to content

Commit

Permalink
v1.6.2 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
0mgRod committed Jun 28, 2024
1 parent 111674a commit 26158f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
All versions v1.4.0 and beyond are for 2.206. Geode, at the time of writing this, isn't publicly available for 2.206. If you want to use later versions, download Geode for 2.206 at https://github.com/geode-sdk/geode/releases/nightly
# v1.6.2

Also, download missing versions on [GitHub](https://github.com/OmgRod/Garage-Plus/releases)
- Re-added CP refresh + success notifications (only when icon clicked)
- Bugfixes:
- Now able to press "Esc" key to leave GPFeedbackLayer

# v1.6.1

- Updated to use Capeling's Garage Stats API
- Deprecated Demons in Garage (praise Capeling)
- Removed advanced stats and CP refresh (may come in another update idk)
- Separate Dual Icons fix (you can stop complaining now Weebifying)

# v1.6.0

Expand Down
6 changes: 6 additions & 0 deletions src/GPFeedbackLayer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ using namespace geode::prelude;

class GPFeedbackLayer : public CCLayer {
public:
virtual void KeyBackClicked() {
CCDirector::get()->popScene();
}

static CCScene* scene() {
auto scene = CCScene::create();
scene->addChild(GPFeedbackLayer::create());
Expand Down Expand Up @@ -101,6 +105,8 @@ m_listener.setFilter(request.post(url));
if (!CCLayer::init())
return false;

setKeypadEnabled(true);

auto winSize = CCDirector::sharedDirector()->getWinSize();
auto menu = CCMenu::create();

Expand Down

0 comments on commit 26158f5

Please sign in to comment.