File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed
Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 config :
1515 - name : Windows
16- os : windows-latest
16+ os : ubuntu-latest
17+ target : Win64
1718 build-config : RelWithDebInfo
1819
1920 - name : macOS
3839 - uses : actions/checkout@v4
3940
4041 - name : Build the mod
41- uses : hiimjasmine00/build-geode-mod@main
42+ uses : hiimjasmine00/build-geode-mod@xwin
4243 with :
43- sdk : nightly
4444 build-config : ${{ matrix.config.build-config || 'Release' }}
4545 export-pdb : true
4646 export-symbols : true
5353 needs : ['build']
5454
5555 steps :
56- - uses : hiimjasmine00 /build-geode-mod/combine@main
56+ - uses : geode-sdk /build-geode-mod/combine@main
5757 id : build
5858
5959 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 99set (CMAKE_CXX_VISIBILITY_PRESET hidden)
1010set (GEODE_DISABLE_PRECOMPILED_HEADERS ON )
1111
12- project (SearchHistory VERSION 1.1.3 )
12+ project (SearchHistory VERSION 1.1.4 )
1313
1414add_library (${PROJECT_NAME} SHARED
1515 src/classes/SearchHistoryNode.cpp
Original file line number Diff line number Diff line change 11# Search History
2- A mod that allows you to view your search history .
2+ Save and view your recent searches .
33
44## Features
55- A button in the level search menu that allows you to view your search history
Original file line number Diff line number Diff line change 11# Search History
2- A mod that allows you to view your search history .
2+ Save and view your recent searches .
33
44## Features
55- A button in the level search menu that allows you to view your search history
Original file line number Diff line number Diff line change 11# Search History Changelog
2+ ## v1.1.4 (2025-06-23)
3+ - Ported to Geode v4.6.1
4+
25## v1.1.3 (2025-04-08)
36- Added support for iOS
47- Fixed a bug where incognito mode would act in reverse
Original file line number Diff line number Diff line change 11{
2- "geode" : " 4.3 .1" ,
2+ "geode" : " 4.6 .1" ,
33 "gd" : {
44 "android" : " 2.2074" ,
55 "win" : " 2.2074" ,
66 "mac" : " 2.2074" ,
77 "ios" : " 2.2074"
88 },
9- "version" : " v1.1.3 " ,
9+ "version" : " v1.1.4 " ,
1010 "id" : " hiimjustin000.search_history" ,
1111 "name" : " Search History" ,
1212 "developer" : " hiimjasmine00" ,
13- "description" : " A mod that allows you to view your search history ." ,
13+ "description" : " Save and view your recent searches ." ,
1414 "dependencies" : {
1515 "geode.node-ids" : " >=v1.9.0"
1616 },
You can’t perform that action at this time.
0 commit comments