Skip to content

Commit

Permalink
application: bump to v2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Bahnsen <[email protected]>
  • Loading branch information
kbembedded committed Nov 13, 2024
1 parent d4ebec2 commit 3ea38b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ App(
entry_point="pokemon_app",
requires=["gui"],
stack_size=2 * 1024,
fap_version=[2,1],
fap_version=[2,2],
fap_category="GPIO",
fap_icon="pokemon_10px.png",
fap_icon_assets="assets",
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - Patch Notes

## Version 2.2
**New Features**
- Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface

## Version 2.1
**New Features**
- Add ability to reset trade state without affecting current Pokemon being configured
Expand Down

0 comments on commit 3ea38b0

Please sign in to comment.