-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
68 lines (49 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## Unreleased
### Added
- Option to show last build label by @Deuchnord
## [2.1.0] - 2021-01-03
### Tech
- Type declarations, mypy for static type checker
- Use github actions for running builds
- Bump dependencies
### Added
- Show context menu on left click for non-darwin platforms
- Bearer token authentication by @Deuchnord
- Enhance config windows UX by @Deuchnord
- Snaps are automatically pushed to https://snapcraft.io/buildnotify-test
## [2.0.0] - 2019-08-16
### Added
- Bump to Python3
## [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