summaryrefslogtreecommitdiffstats
path: root/src/bug_report.rs
AgeCommit message (Expand)Author
2024-03-29fix: replace unmaintained crates `yaml-rust`, `dirs-next` (#5887)David Knaack
2022-12-17chore: fix clippy warnings for rust 1.66 (#4715)David Knaack
2022-11-25feat(bug-report): ask for confirmation before opening issue (#4543)David Knaack
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-03-24fix(init): Change Nushell init for nu 0.60 (#3773)David Knaack
2022-03-19build: bump shadow to 0.10.0 & git2 to 0.14.2 (#3767)David Knaack
2022-02-03fix: Correctly detect older versions of powershell in bug-report (#3543)Kevin Song
2022-01-28feat: starship bug-report sets syntax highlighting for config file (#3529)Joseph Chung
2022-01-14fix(bug-report): remove git.io link shortening (#3425)David Knaack
2022-01-09feat: add support for cmd (#3277)Rashil Gandhi
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-07-26build: bump open from 1.7.1 to 2.0.0 (#2916)dependabot[bot]
2021-07-16feat: add support for xonsh (#2807)Jeremy Schlatter
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-02-02feat: add support for elvish shell (#1725)David Knaack
2021-01-22build: Add additional build information to version and bug report (#2124)Rust大闸蟹
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2020-10-30fix(bug-report): verify exit code of open, always print url (#1839)David Knaack
2020-10-02fix(bug-report): use correct path for ion config (#1726)David Knaack
2020-09-29build(deps): bump os_info from 2.0.8 to 3.0.0 (#1688)dependabot-preview[bot]
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-06-20Replace `dirs` with `dirs-next` dependency (#1361)Julian Gehring
2020-04-24fix: Fix latest clippy suggestions (#1136)Thomas O'Donnell
2020-03-14improvement: replace reqwest with attohttpc (#999)David Knaack
2020-03-05feat: make reqwest an optional dependency (#979)Matan Kushner
2020-02-05revert: "refactor: replace reqwest with ureq (#844)" (#895)Matan Kushner
2020-01-19refactor: replace reqwest with ureq (#844)David Knaack
2020-01-15fix(bug-report): Fix status code 414 when generated bug report is too long (#...Jon Grythe Stødle
2020-01-06build(deps): bump reqwest from 0.9.24 to 0.10.0 (#797)dependabot-preview[bot]
2019-12-17feat: Extend bug-report to include terminal emulator (#740)Matan Kushner
2019-12-15docs: Update bug report templateMatan Kushner
2019-12-14feat: Add `bug-report` sub-command (#725)Jon Grythe Stødle