Skip to content

puush-qt v0.2.5

Latest
Compare
Choose a tag to compare
@jplsek jplsek released this 24 Mar 20:28
· 2 commits to master since this release

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.)