Merge ~pieq/bugit/+git/qabro:changelog into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 0f71573ee71f194408e267b3f8439f5cb01dea6a
Merged at revision: 48f4aa730a4e5917c44d2f6639d271962c8e0623
Proposed branch: ~pieq/bugit/+git/qabro:changelog
Merge into: bugit:master
Diff against target: 123 lines (+116/-0)
1 file modified
CHANGELOG.md (+116/-0)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+390812@code.launchpad.net

Commit message

Added a changelog file

To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

Self-approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/CHANGELOG.md b/CHANGELOG.md
0new file mode 1006440new file mode 100644
index 0000000..eefb675
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,116 @@
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7## [Unreleased]
8### Added
9- Unit tests (see Contributing Guidelines for more info)
10
11### Fixed
12([LP #1891609](https://bugs.launchpad.net/qabro/+bug/1887903))
13- `JSONDecodeError` when launching qabro on some installations ([LP #1891609](https://bugs.launchpad.net/qabro/+bug/1887903))
14- Cannot upload attachments: 'title' error is shown ([LP #1891609](https://bugs.launchpad.net/qabro/+bug/1891609))
15
16
17## [0.13] - 2020-07-10
18### Added
19- OEM launchpad tags integration: it's now easier to select tags used by different teams (HWE, SWE) based on features or vendors ([LP #1880538](https://bugs.launchpad.net/qabro/+bug/1880538)), including fingerprint ([LP #1880071](https://bugs.launchpad.net/qabro/+bug/1880071))
20- Using `--series` or `-s`, user can now pre-fill the series, the same way they can pre-fill project and assignee ([LP #1883860](https://bugs.launchpad.net/qabro/+bug/1883860))
21
22### Changed
23- When an error happens, it is now shown in red in the middle of the screen instead of at the very top of the window ([LP #1841712](https://bugs.launchpad.net/qabro/+bug/1841712))
24
25## [0.12] - 2020-02-26
26### Added
27- New assignee parameter ([LP #1856924](https://bugs.launchpad.net/qabro/+bug/1856924))
28- Additional log gathering from Mainstream Engineering team ([LP #1854916](https://bugs.launchpad.net/qabro/+bug/1854916))
29- The sosreport in the qabro snap includes patches from YC to include more logs
30
31### Changed
32- Latest Checkbox session automatically added to any reported bugs
33
34## [0.11.1] - 2019-11-13
35### Fixed
36- `qabro --fwts -p <project> -t <tags>` can now be used as expected to automatically log FWTS-related issues in an OEM project
37
38## [0.10.1] - 2019-05-31
39### Added
40- More information in bug description ([LP #1822938](https://bugs.launchpad.net/qabro/+bug/1822938), [LP #1782528](https://bugs.launchpad.net/qabro/+bug/1782528))
41
42## [0.9] - 2018-12-05
43### Added
44- `sosreport` can be run separately ([LP #1817816](https://bugs.launchpad.net/qabro/+bug/1817816))
45
46### Fixed
47- Hardware Enablement Engineer assigned to the right series when using `--fwts` option ([LP #1806832](https://bugs.launchpad.net/qabro/+bug/1806832))
48- qabro crash when pasting long text in the description ([LP #1806841](https://bugs.launchpad.net/qabro/+bug/1806841))
49- qabro crash because of an incompatibility between newer versions of snapd and the way qabro was snapped
50
51## [0.8] - 2018-12-05
52### Added
53- Option to automatically file FWTS-related issues to Launchpad
54- acpidump and FWTS logs are now collected
55
56### Fixed
57- sosreport now includes much more logs (lspci, lsusb, etc.)
58
59## 0.7
60
61This version was never released and was later superseded by v0.8.
62
63## [0.6] - 2018-07-09
64### Added
65- Standard info (CPU, GPU, BIOS, Image...) in the bug description when uploading to Launchpad ([LP #1778444](https://bugs.launchpad.net/qabro/+bug/1778444))
66- Check to make sure qabro is run as normal user (not as super user)
67
68### Fixed
69- Re-use created bug instead of creating a new bug if there are issues with the report (e.g. no permission to set the importance for this project) ([LP #1780070](https://bugs.launchpad.net/qabro/+bug/1780070))
70
71## [0.5] - 2018-06-25
72### Fixed
73- No more dbus-launch related error messages ([LP #1774590](https://bugs.launchpad.net/qabro/+bug/1774590))
74- `sudo` not required anymore when running QABro (thanks to Sylvain for his expertise!)
75
76## [0.4] - 2018-06-04
77### Added
78- Bug type support ([LP #1772879](https://bugs.launchpad.net/qabro/+bug/1772879))
79- Mouse scrolling support
80- Support for `Page Up/Down` keys
81- Hint for Launchpad assignee: it's now mentioned user should enter Launchpad ID for the assignee
82- Check to make sure snap is installed as `--devmode`
83- Logging (log file stored at `/var/snap/qabro/current/qabro.log`)
84
85### Changed
86- Improved error reporting: sometimes, an error was raised to the user without an error message, so it was hard to know what was going on. This should be better now.
87
88### Removed
89- Unnecessary statuses
90
91## [0.3] - 2018-05-24
92### Added
93- Default `Description` section changed to include `Expected results` and `Actual results`
94- Now available for ARM architecture!
95
96## [0.2] - 2018-04-30
97### Added
98- Option to include most recent Checkbox session if any
99
100## [0.1] - 2018-04-20
101
102Initial version.
103
104[Unreleased]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.13...HEAD
105[0.13]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.12...v0.13
106[0.12]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.11.1...v0.12
107[0.11.1]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.10.1...v0.11.1
108[0.10.1]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.9...v0.10.1
109[0.9]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.8...v0.9
110[0.8]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.6...v0.8
111[0.6]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.5...v0.6
112[0.5]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.4...v0.5
113[0.4]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.3...v0.4
114[0.3]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.2...v0.3
115[0.2]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.1...v0.2
116[0.1]: https://git.launchpad.net/qabro/tag/?h=v0.1
0\ No newline at end of file117\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: