Skip to content

Commit

Permalink
Update picta-dl resource to version 2021.5.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Jun 29, 2021
1 parent 8a7fa42 commit 8965eab
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.12.28
+ Integrate QDarkStyleSheet Dark/Light Theme
* Update picta-dl resource to version 2021.5.21.1


v0.12.27
* Fix save ffmpeg_conf when the configuration file is created

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Imagen de muestra con las opciones:
![picta-dl-gui config window](Resources/Ayuda/picta-dl-config.png)

## Downloads
* [SHA2-256SUMS](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.27/SHA2-256SUMS)
* [picta-dl-gui_21.03.12-1_amd64.deb](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.27/picta-dl-gui_21.03.12-1_amd64.deb)
* [SHA2-256SUMS](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.28/SHA2-256SUMS)
* [picta-dl-gui_21.06.29-1_amd64.deb](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.28/picta-dl-gui_21.06.29-1_amd64.deb)
* [picta-dl-gui-21.03.12-1.x86_64.rpm](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.27/picta-dl-gui-21.03.12-1.x86_64.rpm)
* [Instalador Offline/Online](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.27/PictaDownloaderGUI-Installer.exe)
* [Picta-dl_GUI.exe](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.27/Picta-dl_GUI.exe)
* [Source (.zip)](https://github.com/oleksis/picta-dl-gui/archive/v0.12.27.zip)
* [Source (.tar.gz)](https://github.com/oleksis/picta-dl-gui/archive/v0.12.27.tar.gz)
* [Instalador Offline/Online](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.28/PictaDownloaderGUI-Installer.exe)
* [Picta-dl_GUI.exe](https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.28/Picta-dl_GUI.exe)
* [Source (.zip)](https://github.com/oleksis/picta-dl-gui/archive/v0.12.28.zip)
* [Source (.tar.gz)](https://github.com/oleksis/picta-dl-gui/archive/v0.12.28.tar.gz)

## Instalación

Expand All @@ -44,8 +44,8 @@ En GNU/Linux puedes seguir los pasos de [instalación](https://github.com/oleksi

En GNU/Linux __Debian/Ubuntu__ puedes descargar el paquete .deb e instalarlo manualmente:
```bash
sudo wget https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.27/picta-dl-gui_21.03.12-1_amd64.deb
sudo dpkg -i picta-dl-gui_21.03.12-1_amd64.deb
sudo wget https://github.com/oleksis/picta-dl-gui/releases/download/v0.12.28/picta-dl-gui_21.06.29-1_amd64.deb
sudo dpkg -i picta-dl-gui_21.06.29-1_amd64.deb
```

### Windows
Expand Down
Binary file modified Resources/picta-dl.exe.orig
Binary file not shown.
2 changes: 1 addition & 1 deletion deployment/windows/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Picta Downloader GUI</Name>
<Version>0.12.27</Version>
<Version>0.12.28</Version>
<Title>Picta Downloader GUI Installer</Title>
<Publisher>Picta Downloader GUI Team</Publisher>
<RunProgram>@TargetDir@/Picta-dl_GUI.exe</RunProgram>
Expand Down
4 changes: 2 additions & 2 deletions deployment/windows/packages/cu.pictadl.cli/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>Picta DL CLI</DisplayName>
<Description>Picta Downloader Command-Line Interface {external-link}='https://github.com/oleksis/picta-dl'</Description>
<Version>2021.2.10</Version>
<ReleaseDate>2021-02-10</ReleaseDate>
<Version>2021.5.21.1</Version>
<ReleaseDate>2021-05-21</ReleaseDate>
<Name>cu.pictadl.cli</Name>
<Default>true</Default>
<Dependencies>cu.pictadl.gui</Dependencies>
Expand Down
4 changes: 2 additions & 2 deletions deployment/windows/packages/cu.pictadl.gui/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>Picta DL GUI</DisplayName>
<Description>Picta Downloader GUI</Description>
<Version>0.12.27</Version>
<ReleaseDate>2021-03-12</ReleaseDate>
<Version>0.12.28</Version>
<ReleaseDate>2021-06-29</ReleaseDate>
<Name>cu.pictadl.gui</Name>
<Licenses>
<License name="License Agreement" file="LICENSE" />
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#define VERSION_H

// human-readable version string (VersionName)
#define VERSION_STRING "21.05.30"
#define VERSION_STRING "21.06.29"

// machine-readable version id (VersionId)
// the update-checker compares versions using this integer
#define VERSION_INTEGER 210530
#define VERSION_INTEGER 210629

#endif // VERSION_H

0 comments on commit 8965eab

Please sign in to comment.