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

Subscribers

People subscribed via source and target branches

to all changes: