-
Notifications
You must be signed in to change notification settings - Fork 55
/
CHANGELOG.md
113 lines (72 loc) · 2.05 KB
/
CHANGELOG.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
## 0.8.2
- fix `playOrPause` method error
- Add support for loading covers from the app's data dir on Android
## 0.8.1
- update to flutter 2.0
- fix to null safety
## 0.7.3
- fix ios replay
- support web
- update android notification text to english
## 0.5.7+1
- Fix Crush while playing androin audio in offline [#28](https://github.com/jeromexiong/audio_manager/issues/28)
- Fix play local files [#37](https://github.com/jeromexiong/audio_manager/issues/37)
- Fix Repeat one [#40](https://github.com/jeromexiong/audio_manager/issues/40)
- Fix #36, #43, #45, #47
- Fix stop and play
## 0.5.5+3
- Play audio immediately
- `setRate` method to fix num conversion double
- Fix iOS remote Control previous/next error
- Fix iOS remove lock screen control from notification center
## 0.5.4+1
- Fix loading local file crash
## 0.5.4
- fix ios autoplay
- fix ios remote control of pre/next play event
## 0.5.3+3
- fix out of bounds
- fix repeated problem of notification service
- replace android notification chinese text to icon
## 0.5.3
- fix iOS stuck
- add `toPlay` and `toPause` method
- add interrupt pause
## 0.5.2+1
- remove `AndroidManifast.xml` redundant configuration
- Optimize playback status updates
## 0.5.1+5
- Supports playing local directory media files
- add seek completed callback
- Add volume control & volume changed callback
## 0.5.1
- Add internal playlist management
## 0.3.1+1
- Fix iOS remote command error
## 0.3.1
- Add `auto` attribute whether to play automatically, default is true
- Optimize the time type
- Fix repeat callbacks
## 0.2.1+hotfix.2
- Fix iOS loop playback
## 0.2.1
- Add cache hint
- Fix start and stop error
- List loop playback
## 0.1.5
- Optimization error prompt.
## 0.1.4
- Fix pub.dev support.
- Add method to get playback info.
## 0.1.3
- Fix Initialize before playing.
## 0.1.2
- Fix ios timeupdate.
- Customize the style of the slider of the demo
## 0.1.1
- update change log
## 0.0.2
- update `seekTo`, `rate`, `onEvents` callback handle.
- update demo
## 0.0.1
- Initial version, created by Jerome Xiong