diff --git a/Changelog b/Changelog index a128698..be5fa9c 100644 --- a/Changelog +++ b/Changelog @@ -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. diff --git a/application.proto b/application.proto index b5cec9a..eae150d 100644 --- a/application.proto +++ b/application.proto @@ -24,6 +24,7 @@ message AppLoadFileRequest { message AppButtonPressRequest { string args = 1; + int32 index = 2; } message AppButtonReleaseRequest {