Skip to content

Commit

Permalink
[FL-3618] Support for button indices (#47)
Browse files Browse the repository at this point in the history
* Add index field to AppButtonPressRequest message
* Update changelog
  • Loading branch information
gsurkov authored Nov 10, 2023
1 parent 327163d commit 23ad19a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.21]
### Added
- Application AppButtonPressRequest now supports button indices in addition to names.

## [0.20]
### Added
- Storage ListRequest message now has a file size filter.
Expand Down
1 change: 1 addition & 0 deletions application.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ message AppLoadFileRequest {

message AppButtonPressRequest {
string args = 1;
int32 index = 2;
}

message AppButtonReleaseRequest {
Expand Down

0 comments on commit 23ad19a

Please sign in to comment.