Skip to content

Releases: pyQode/pyqode.designer

1.2

20 May 16:52
Compare
Choose a tag to compare

This release fix a bug where the wrong designer was launched on systems that have Qt5 installed.

1.1

08 Dec 14:20
Compare
Choose a tag to compare
1.1

New debian packages and many bug fixed

New:

  • Debian packages build scripts (cmake scripts):

     $ cd /path/to/source && mkdir build && cd build
     $ cmake -DCPACK_GENRATOR=DEB .. 
     $ make package
    
  • Packages are available in the following PPA:

     $ sudo apt-add-repository ppa:pyqode/stable
     $ sudo apt-get update
     $ sudo apt-get install python-pyqode.core python3-pyqode.core
    

Bug fixed:

  • Better detection of plugins installed through ppa
  • Fix for DistributionNotFound, in case of messed up site-packages

1.0

19 Oct 21:46
Compare
Choose a tag to compare
1.0

Final version for pyqode.designer 1.0

Changes:

  • Switch to MIT license
  • Added a desktop entry for GNU/Linux