Skip to content

Commit fa25b75

Browse files
committed
1.0.8 ready for release
1 parent 9008a0b commit fa25b75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Important Android stuff:
4242
## 1.0.8 (Not released yet)
4343

4444
- API connection handling works way better,
45-
- 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)
45+
- 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)
4646
- Minor optimizations,
4747
- Created a basic clipart icon with Android studio
48-
- Toast rendering improved,
48+
- Toast rendering improved

TODO.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ ionic capacitor run android -l --host=host
2525
- Need some help with [cordova-plugin-music-controls2](https://github.com/Arzio/cordova-plugin-music-controls2) plugin:
2626
- When the app is not active, playback status not refreshing for notification,
2727
- I'd like remove album cover from notification.
28+
- When the app not active notification still rendered but the app not sending API requests after a while

src/Container.vue

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export default defineComponent({
116116
const store = useStore();
117117
const platforms = getPlatforms();
118118
const selectedPageIndex = ref(0);
119-
120119
/*
121120
Side menu handler
122121
*/

0 commit comments

Comments
 (0)