forked from anaynayak/buildnotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
45 lines (33 loc) · 1.14 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## [1.0.4] - 2017-12-14
### 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] - 2017-12-14
### Fixed
- Fixed bug with url scheme detection.
## [1.0.2] - 2017-12-13
### Fixed
- Fixed blocker bug with .desktop file leading to installation failure
## [1.0.1] - 2017-12-09
### Fixed
- Fixed bug with missing icon
- App crash on network connectivity issue
## [1.0.0] - 2017-08-17
### 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