Skip to content

Commit 6889a56

Browse files
committed
update version and prepare publish
1 parent 349d64b commit 6889a56

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

Pages/NewDownloadPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<viewModels:DownloadViewModel />
1313
</ContentPage.BindingContext>
1414

15-
<Grid RowDefinitions="Auto,*,Auto" Padding="20,5,20,5" MaximumWidthRequest="700">
15+
<Grid RowDefinitions="Auto,*,Auto" Padding="20,5,20,15" MaximumWidthRequest="700">
1616
<views:PageHeaderView Grid.Row="0" HeaderText="Download youtube video as audio."/>
1717

1818
<Frame Grid.Row="1" BorderColor="#fe0039" Padding="10" CornerRadius="10" IsClippedToBounds="True" BackgroundColor="#222">
@@ -150,7 +150,7 @@
150150
<FontImageSource FontFamily="MaterialIcons-Regular" Glyph="&#xe2c8;" Color="WhiteSmoke" Size="20" />
151151
</Button.ImageSource>
152152
</Button>
153-
<Button Text="Dummy" IsVisible="True" IsEnabled="True" Command="{Binding AddDummyCommand}" Padding="10,5" TextColor="WhiteSmoke" Margin="0" FontSize="14" Style="{StaticResource OutlinedRedButton}" HeightRequest="35"/>
153+
<Button Text="Dummy" IsVisible="Collapse" IsEnabled="False" Command="{Binding AddDummyCommand}" Padding="10,5" TextColor="WhiteSmoke" Margin="0" FontSize="14" Style="{StaticResource OutlinedRedButton}" HeightRequest="35"/>
154154
</HorizontalStackLayout>
155155

156156
<HorizontalStackLayout Grid.Column="1" Spacing="5" HorizontalOptions="End">

Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.creativedudesstudios.ytdownloader" android:versionCode="3" android:versionName="3.2.4">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.creativedudesstudios.ytdownloader" android:versionCode="3" android:versionName="3.2.6">
33
<application android:requestLegacyExternalStorage="false" android:allowBackup="true" android:icon="@mipmap/appiconnew" android:supportsRtl="true" android:label="YT Downloader"></application>
44
<queries>
55
<intent>

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,25 @@ This application is for personal use only. Please respect YouTube's terms of ser
7373

7474
## 📝 Release Notes
7575

76-
### Version 3.2.4 (Release Version)
77-
- setup a other layout for downloadpage
78-
- convert listview to collectionview
79-
- some visual hotfixes and adjusts
76+
### Version 3.2.6 (Release Version)
77+
- update downloadpage layout issue for smaller displays
78+
- enable force portrait mode
79+
- remove not used code
80+
- setup displaying video thumbnails on queue entries
81+
- add more appinformation on aboutpage
82+
- add version number on homepage (implement dynamic generation)
83+
- adjust layouts about- and helppage
84+
- refactoring and simplify code
8085

8186
For older releases click the tab below.
8287

8388
<details>
8489
<summary>Older releases</summary>
8590

91+
### Version 3.2.4 (Release Version)
92+
- setup a other layout for downloadpage
93+
- convert listview to collectionview
94+
- some visual hotfixes and adjusts
8695

8796
### Version 3.2.2 (Release Version)
8897
- implement dynamic app logo sizing

0 commit comments

Comments
 (0)