Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Jul 12, 2021
1 parent baaca04 commit da29fa1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [0.17.0](https://github.com/georgejecook/maestro-roku/compare/0.15.1...0.17.0)
## [0.18.0](https://github.com/georgejecook/maestro-roku/compare/0.17.0...0.18.0)

### Merged

- Chore/migrate key press and timers to pool [`#42`](https://github.com/georgejecook/maestro-roku/pull/42)

### Commits

- chore: migrate wait a frame to use an object pool for efficiency, and use repeated timers on long keypresses [`1db9dfe`](https://github.com/georgejecook/maestro-roku/commit/1db9dfe3246f1c16ed093253726e608e4be6054f)
- version bump [`2783be4`](https://github.com/georgejecook/maestro-roku/commit/2783be42e9791291ad7e513ef701e9986048f348)
- feat(view): adds focusedControl to BaseView, so that node class based screens can easily track what view is focused by them [`558195b`](https://github.com/georgejecook/maestro-roku/commit/558195bb52deca043543eda940486426c6c9eb69)
- fix(ml): hardens list [`e02c625`](https://github.com/georgejecook/maestro-roku/commit/e02c6253834adac6972bb98e7979ba715e537aac)
- version bump [`67c36d1`](https://github.com/georgejecook/maestro-roku/commit/67c36d155389893bdafa04660c18a441332f50e3)
- fix component pool creation [`2104107`](https://github.com/georgejecook/maestro-roku/commit/210410710f2ce371c9050a528e9885f67e970347)
- chore: remove erroneous debug message when dumping m [`3375fee`](https://github.com/georgejecook/maestro-roku/commit/3375fee9823487903fcd5dd50e849f98604167a9)

## [0.17.0](https://github.com/georgejecook/maestro-roku/compare/0.16.0...0.17.0) - 2021-06-30

## [0.16.0](https://github.com/georgejecook/maestro-roku/compare/0.15.1...0.16.0) - 2021-06-30

### Merged

Expand All @@ -18,9 +36,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(ml): improves the mechansim for finishing scrolling when going back [`915fc20`](https://github.com/georgejecook/maestro-roku/commit/915fc208d046c610a60fd28aa0abf32124ad9964)
- fix(ml): Fixes issues that prevented jump to row working [`e775f42`](https://github.com/georgejecook/maestro-roku/commit/e775f42581ce3425538000b76b4941b97609c189)
- adds debug flags to allow easy printing of list telemetry and fixes focus issues where screen offsets were not being used correctly to identify distance to next index positions, causing wrong fractions [`8eed23f`](https://github.com/georgejecook/maestro-roku/commit/8eed23fe3ab33a935ebf1260b768073f528ef39c)
- version bump [`2783be4`](https://github.com/georgejecook/maestro-roku/commit/2783be42e9791291ad7e513ef701e9986048f348)
- feat(view): adds focusedControl to BaseView, so that node class based screens can easily track what view is focused by them [`558195b`](https://github.com/georgejecook/maestro-roku/commit/558195bb52deca043543eda940486426c6c9eb69)
- fix(ml): hardens list [`e02c625`](https://github.com/georgejecook/maestro-roku/commit/e02c6253834adac6972bb98e7979ba715e537aac)
- version bump [`43ba427`](https://github.com/georgejecook/maestro-roku/commit/43ba427a4a7687b091ecad6adc03a60d06e5e841)
- fix(ml): allows for setting focus while scrolling, to allow quick down + left/right combos) [`9d6ec62`](https://github.com/georgejecook/maestro-roku/commit/9d6ec62b0b601c1475a90661f3697fadaf0a97c5)
- update changelog [`e062a08`](https://github.com/georgejecook/maestro-roku/commit/e062a08467fb2cd6f3af5e5e2bca17f8f5731ea2)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maestro-roku",
"version": "0.17.0",
"version": "0.18.0",
"description": "A development platform for building roku channels in brighterscript",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit da29fa1

Please sign in to comment.