Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan-H committed May 13, 2024
2 parents 1d9ab1d + 3305c38 commit 3cc321d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.14.2 (2024/05/13)
- 优化当多个任务同时开启日志时界面卡顿的问题

# 3.14.1 (2024/05/13)
- 增加完整的log功能
- 去除插件管理程序,因为代理加速问题导致程序没法正常运行,插件请自行下载
Expand Down
4 changes: 2 additions & 2 deletions M3u8Downloader_H.Core/M3u8Downloader_H.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>3.14.1.0</Version>
<Version>3.14.2.0</Version>
<Authors>Harlan</Authors>
<AssemblyVersion>3.14.1.0</AssemblyVersion>
<AssemblyVersion>3.14.2.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
4 changes: 2 additions & 2 deletions M3u8Downloader_H.M3U8/M3u8Downloader_H.M3U8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>3.14.1.0</AssemblyVersion>
<Version>3.14.1.0</Version>
<AssemblyVersion>3.14.2.0</AssemblyVersion>
<Version>3.14.2.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
4 changes: 2 additions & 2 deletions M3u8Downloader_H/M3u8Downloader_H.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>M3u8Downloader_H</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyVersion>3.14.1.0</AssemblyVersion>
<Version>3.14.1.0</Version>
<AssemblyVersion>3.14.2.0</AssemblyVersion>
<Version>3.14.2.0</Version>
<PackageId>m3u8视频下载器</PackageId>
<Product>m3u8视频下载器</Product>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down
5 changes: 5 additions & 0 deletions M3u8Downloader_H/Views/MainWindowView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
</Style>
</ListBox.ItemContainerStyle>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<VirtualizingStackPanel/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>
<materialDesign:Snackbar MessageQueue="{Binding Notifications}" />
</Grid>
Expand Down

0 comments on commit 3cc321d

Please sign in to comment.