Skip to content

Commit

Permalink
Added info about the android fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Jun 25, 2024
1 parent 761db85 commit 0219778
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# GDIntercept Changelog

## v0.2.2-alpha2 (2024-06-23) - Binary Update
## v0.2.3-alpha.2 (2024-06-UNKNOWN) - More Android Fixes

- Fixed Android having a lot of touch priority issues

## v0.2.2-alpha.2 (2024-06-23) - Binary Update

- Added binary support
- Optimized text processing
- Fixed binary being attempted to be rendered as forms
- Added cache support
- Made the setting descriptions clearer

## v0.2.1-alpha2 (2024-06-22) - Android Fix
## v0.2.1-alpha.2 (2024-06-22) - Android Fix

- Added a failsafe for Android devices

## v0.2.0-alpha2 (2024-06-22) - Optimizations, QOL and Redesign
## v0.2.0-alpha.2 (2024-06-22) - Optimizations, QOL and Redesign

- Added a direct link to the Geode settings menu
- Fixed a ton of issues
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")

project(GDIntercept VERSION 0.2.2)
project(GDIntercept VERSION 0.2.3)

file(GLOB_RECURSE SOURCES "src/*.cpp")
add_library(${PROJECT_NAME} SHARED ${SOURCES})
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.1.0",
"version": "v0.2.2-alpha.2",
"version": "v0.2.3-alpha.2",
"id": "smjs.gdintercept",
"name": "GDIntercept",
"developers": [
Expand Down

0 comments on commit 0219778

Please sign in to comment.