Releases: jplsek/puush-qt
puush-qt v0.2.5
Updates from v0.2.4:
- Fixed the Windows SSL error when trying to login on some systems.
- The scroll panes in the settings are slightly more consistent.
Dev Details
- Project is now minimally depending on Qt5.9 (but Qt5.10+ is recommended)
- CMake is now used instead of QMake. It also uses CPack, which gives us most of the artifacts below.
- Add Appveyor support, which is where these artifacts are made from (instead of my PC ^^).
(I partly did all of this just to learn how to automate creating these artifacts for any future projects and so I didn't have to switch between PCs to make them.)
puush-qt v0.2.4
This is only a bug fix release for Windows clients. Linux users can see the previous release for binaries. I had private reports of the installer failing, so I decided to look into it and fix that. This release only really addresses an issue where the file directory in the GUI showed up with a slash in front of the file selector.
(I also had a report about an SSL error when trying to sign in, but I assume that affects all platforms. I may look into it another time.
Edit: This has been fixed. This seems to only really affect Windows. Here is a new installer that fixes this until a new release is made.)
puush-qt v0.2.3
Updates from v0.2.2:
- Native text rendering is now used (mostly noticeable for Windows users)
Dev Details
- Project is back to minimally depending on Qt5.7 (but Qt5.10 is recommended)
(Note: The Debian package does NOT contain dependency information! You may want to use the AppImage instead.)
puush-qt v0.2.2
Updates from v0.2.1:
- Groupboxes are now the full width of the window
- The theme has been changed to "Fusion" as a fallback
- All "text" has been changed to "labels"
Dev Details
- Project now depends on Qt5.8 and Windows installer updated to Qt5.10
puush-qt v0.2.1
Updates from v0.2.0:
- Update http upload content-type request to be more proper (tell server that it's a binary file (generic) being uploaded instead of xml)
- Fix an infinite interval running every 5 seconds that tried to update the history, to a single-shot (which was the original intention).
Linux:
- Force sound from scrot to be silent
puush-qt v0.2.0
Updates from 0.1.0:
- Settings overhaul
- Context menu should look more familiar
- Removed curl dependency
- Basic functionality should work in Windows now
Read the README on how to install for Linux distros.