File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.0.4-alpha " ></a >
2
+ ### 0.0.4-alpha
3
+
4
+ #### Bug Fixes
5
+
6
+ * fix sidebar scroll on desktop ([ 93c4cfa] ( /../../commit/93c4cfa ) )
7
+ * improve player close button ([ 103cd4f] ( /../../commit/103cd4f ) )
8
+ * bug when user lost session and try to open the app ([ 42677c8] ( /../../commit/42677c8 ) )
9
+ * show mesage when not found episodes ([ 16cf9ce] ( /../../commit/16cf9ce ) )
10
+ * remove mark all as listened button when you dont have episodes to listen ([ 45c9053] ( /../../commit/45c9053 ) )
11
+ * when you mark a episode as listened, the episode list will be updated ([ a38a4ce] ( /../../commit/a38a4ce ) )
12
+ * Fix episodes listing, now you can see more than 20 episodes ([ 262b3a2] ( /../../commit/262b3a2 ) )
13
+
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
- <widget id =" io.uhura.app" version =" 0.0.3 -alpha"
2
+ <widget id =" io.uhura.app" version =" 0.0.4 -alpha"
3
3
xmlns =" http://www.w3.org/ns/widgets"
4
4
xmlns : cdv =" http://cordova.apache.org/ns/1.0"
5
- android-versionCode =" 4 " >
5
+ android-versionCode =" 5 " >
6
6
<name >Uhura</name >
7
7
<description >
8
8
</description >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uhuraapp" ,
3
- "version" : " 0.0.3 -alpha" ,
3
+ "version" : " 0.0.4 -alpha" ,
4
4
"private" : true ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
You can’t perform that action at this time.
0 commit comments