Skip to content

Commit

Permalink
1.0.8 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
husudosu committed Jun 16, 2022
1 parent 9008a0b commit fa25b75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Important Android stuff:
## 1.0.8 (Not released yet)

- API connection handling works way better,
- Added Android notification to control playback (It's an experimental feauture should be enabled manually, you can find the option on settings. Please report any issues you have)
- Added Android notification to control playback (It's an experimental feauture should be enabled manually, you can find the option on settings. It has lot of issues)
- Minor optimizations,
- Created a basic clipart icon with Android studio
- Toast rendering improved,
- Toast rendering improved
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ ionic capacitor run android -l --host=host
- Need some help with [cordova-plugin-music-controls2](https://github.com/Arzio/cordova-plugin-music-controls2) plugin:
- When the app is not active, playback status not refreshing for notification,
- I'd like remove album cover from notification.
- When the app not active notification still rendered but the app not sending API requests after a while
1 change: 0 additions & 1 deletion src/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default defineComponent({
const store = useStore();
const platforms = getPlatforms();
const selectedPageIndex = ref(0);
/*
Side menu handler
*/
Expand Down

0 comments on commit fa25b75

Please sign in to comment.