Skip to content

Releases: anaynayak/buildnotify

2.1.0

03 Jan 06:29
Compare
Choose a tag to compare

Tech

  • Type declarations, mypy for static type checker
  • Use github actions for running builds
  • Bump dependencies

Added

2.0.0

03 Jan 06:29
Compare
Choose a tag to compare

Added

  • Bump to Python3

1.0.4

03 Jan 06:29
Compare
Choose a tag to compare

Added

  • Codeclimate for test coverage
  • Deployment to testpypi

Fixed

  • Add http scheme in cctray.xml feed if missing
  • Preferences dialog uses available space on resize
  • Server configuration without exclusion no longer causes failure

1.0.3

03 Jan 06:30
Compare
Choose a tag to compare

Fixed

  • Fixed bug with url scheme detection.

1.0.2

03 Jan 06:30
Compare
Choose a tag to compare

Fixed

  • Fixed blocker bug with .desktop file leading to installation failure

1.0.1

03 Jan 06:30
Compare
Choose a tag to compare

Fixed

  • Fixed bug with missing icon
  • App crash on network connectivity issue

1.0.0

03 Jan 06:30
Compare
Choose a tag to compare

Added

  • Sort projects by last build time or name
  • Allow selection/deselection of all projects in configuration screen
  • Using keychain to manage passwords
  • Support for self-signed certificates
  • Per CI server build label prefix
  • Support for projects without URL scheme specified in the cctray.xml feed
  • Upgrade to PyQt5

Changed

  • Allow polling unit to seconds from minutes.
  • List of projects can now be dragged to extend the visible list

Fixed

  • Encoding of username/password for basic authentication
  • Projects with same name across CI servers are handled correctly

0.2.5

03 Jan 06:32
Compare
Choose a tag to compare
v0.2.5

Removed support for docs, icons and app shortcut as it causes issues …