Skip to content

Commit

Permalink
V2023.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 24, 2023
1 parent 06b4054 commit 0aeaf7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public MainWindowController(string[] args)
DownloadManager = new DownloadManager(5);
IsWindowActive = false;
//AppInfo
AppInfo.Version = "2023.11.1-next";
AppInfo.Version = "2023.11.1";
AppInfo.ShortName = _("Parabolic");
AppInfo.Description = _("Download web video and audio");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Parabolic");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path>
<path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path>
</g>
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">This option's state will be remembered and restored for future downloads.</p></div></div></div>
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">このオプションの状態は、今後のダウンロードのために記憶・復元されます。</p></div></div></div>
</div>
</dd>
<dt class="terms">チャプター(章)で分ける</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<p>Available in the <code>Advanced Options</code> section.</p>
</note>
<note>
<p>This option's state will be remembered and restored for future downloads.</p>
<p>このオプションの状態は、今後のダウンロードのために記憶・復元されます。</p>
</note>
</item>
<item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<binary>org.nickvision.tubeconverter</binary>
</provides>
<releases>
<release version="2023.11.1-next" date="2023-11-17">
<release version="2023.11.1" date="2023-11-24">
<description translatable="no">
<p>- Fixed an issue where SponsorBlock was not working</p>
<p>- Fixed an issue where some downloads' metadata was no longer downloaded correctly</p>
Expand Down

0 comments on commit 0aeaf7a

Please sign in to comment.