* Tue Dec 15 2020 Emily Roberts <nopeinomicon@posteo.net>
- Update to version 1.4.0
* Add ability to view issue and pull request comment threads
* Add management of GitHub Actions secrets
* Set up git credentials when logging in to GitHub CLI
* Add make install and make uninstall for POSIX systems when building from source
* pr merge: attempt the merge even if mergeability status could not be determined
* repo clone: enable cloning repository wikis
* Recognize Include directives when parsing ssh config files
* Display the new release notice only once per 24 hours
* Thu Dec 10 2020 Emily Roberts <nopeinomicon@posteo.net>
- Fix app not showing the correct version
- Install readme and license files
* Thu Dec 10 2020 Martin Pluskal <mpluskal@suse.com>
- Build and install manpages as well
* Wed Dec 09 2020 Emily Roberts <nopeinomicon@posteo.net>
- Use source specified at Source0 URL
- Switch from tar_scm to download_files for obtaining source archive
* Tue Dec 08 2020 Emily Roberts <nopeinomicon@posteo.net>
- Simplify BuildRequires
* Mon Dec 07 2020 Emily Roberts <nopeinomicon@posteo.net>
- Revert back to tar_scm service for submission to openSUSE:Factory
* Mon Dec 07 2020 nopeinomicon@posteo.net
- Update to version 1.3.1:
* Allow interactive `pr create` even if we failed to look up commits
* AskStubber now throws a more descriptive error when stubs do not match
* Make MetadataSurvey testable by accepting an interface
* Ensure efficient resolving of `issue/pr create` metadata to GraphQL IDs
* don't reset previously added metadata
* Prompt: avoid resetting PR/issue metadata if no option is selected
* Fix "Continue in browser" for `pr create` coming from forks
* Fix browser URL test on Windows
* Fix respecting chosen action in interactive `issue create`
* Properly check env auth tokens in CheckAuth
* Delete an error message that is not useful (and had a typo)
* Document that reviewers can be teams (#2465)
* Bump AlecAivazis/survey
* Sort latest PRs first when looking up PRs for a branch
* Wed Dec 02 2020 Emily Roberts <nopeinomicon@posteo.net>
- Reinstated and fixed obs_scm service for source control
- Fixed build for openSUSE Leap
* Mon Nov 30 2020 Emily Roberts <nopeinomicon@posteo.net>
- Return to tar_scm due to breakages with obs_scm service
* Wed Nov 25 2020 nopeinomicon@posteo.net
- Switch from tar_scm to obs_scm service
- Update to version 1.3.0:
* Warn termux users with older Android versions (#2467)
* no shorthand for --recover
* switch to recover instead of resubmit
* linter appeasement
* use TempFile though the testing is gross
* fix dumb test
* preserve and restore issue/pr input on failure
* add IOStreams.ReadUserFile
* spelling: unmatched
* spelling: template
* spelling: settings
* spelling: response
* spelling: nonexistent
* spelling: error
* spelling: dunno
* spelling: dismissed
* spelling: deprecated
* spelling: chestnuts
* spelling: beginning
* match parent repo protocol when forking (#2434)
* respect GH_HOST when resolving remotes (#2301)
* Add "reference" help topic (#2223)
* Implement --web for gh pr checks (#2146)
* Downgrade survey to v2.1.1
* fix missing import
* Support for --web when using gist create (#2263)
* Add a command to delete a gist (#2265)
* fix survey invocation
* Fix USAGE help for some commands
* add empty line between functions
* Generate correct URL when branch option is passed in
* add Draft to issue state
* use NewIssueState
* get everything working
* stop using Defaults struct
* stop using string pointer
* WIP works, probably some title/body input edge cases
* use named output param
* Fix typos
* Empty auth token env variables are equal to being unset
* cleanup
* Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN
* Consistently print commands in DEBUG mode
* Sun Nov 15 2020 Emily Roberts <nopeinomicon@posteo.net>
- Clean up .spec file
* Thu Nov 12 2020 nopeinomicon@posteo.net
- Update to version 1.2.1:
* Fix git executable name for Windows in tests
* Improve error message when git isn't found
* Omit the full path of a command in DEBUG mode
* Ensure that only PATH is searched when shelling out to external commands
* Bump golang.org/x/text
* Bump golang.org/x/crypto
* Bump shurcooL/githubv4
* Bump muesli/termenv
* Bump mattn/go-colorable
* Bump AlecAivazis/survey
* Fix `truncateLabels` for empty values
* Ensure parentheses are preserved after truncating labels in table view
* Render links as absolute URLs in `repo view` (#2363)
* Add Gentoo instructions to install the package (#2389)
* Show MousetrapHelpText when double-clicking gh.exe
* Small cleanup
* Make markdown:generate annotation a markdown generation override for hidden commands
* Generate markdown for help topics
* Refactor help topics to include short message
* Extract repeated code to util function
* improve error message
* Refactor regexp writer
* Add multiple writes test
* Use custom scanLines function for RegexWriter
* Fix up regex to escape dot in URL
* Address PR comments
* Filter out unwanted stderr output during git push commands
* new packages for get and set subcommands
* Export type ConfigOption and group InvalidValueError code
* Refactor config command
* Cleanup duplicate config options
* move cobra mutation and document it
* Update install_linux.md
* more iostreams passing
* try passing iostreams around instead of writer+colorscheme
* use shared color function
* favor SuccessIcon
* Use slice and make both status lines the size of the terminal width.
* Use terminal width for the status line
* port entirely to ColorScheme
* added extra notes
* Better tests for clone argument parsing
* added Snap installation docs
* Simplify checks test
* add message on `pr checks` returns no CI with non-empty PR
* Fetch all issue labels
* Update triage.md
* link to aliases
* :nail_care: code style
* :nail_care: simplify `sortPullRequestsByState`
* PullRequestForBranch: fix outdated error message
* Allow PullRequestForBranch to search in closed pull requests
* Mention winget as an install option in README (#2272)
* Small releasing docs cleanup
* Update triage.md
* Clean up and refactor unused doc generation code
* Remove SEE ALSO from markdown docs generation
* Remove Cobra autogenerated string from docs generation
* Internalize doc generation from Cobra
* Print friendly error when "gh repo clone" is missing required argument
* removed runtime compare for windows The MousttrapHelpText will only be validated in cobra when running on windows.
* run gh commands from explorer.exe
* Tue Nov 10 2020 Emily Roberts <nopeinomicon@posteo.net>
- Initial package version