Tags: vermiculus/magithub
Tags
Compilation bugfix release Declare `gfm-view-mode' to be in file "markdown-mode.el". Note that `gfm-view-mode' is still not in a stable release yet, so the release of `markdown-mode' available from MELPA-Stable cannot be used with the stable version of Magithub at this time.
Release 0.1.4 This release includes some great enhancements: - Improved issue display - Issue previews - Dashboard for notifications and issues assigned to you - Improved label management - Assignee management - More supported GitHub URL styles - Request mocking (should make PRs much easier!) - Emailing users - Smarter headers - Greatly improved/stabilized cache handling We're now offline-by-default, sorta. Normally, we will retrieve GitHub data if it has not been retrieved before. Successive requests will always use the cache. Refresh a buffer's GitHub data by giving a prefix argument to `M-x magit-refresh' (usually bound to `g', so use `C-u g'). Some sections rebind `g' (like repo status) for convenience. Hop in and explore!
Incremental release Magithub has grown in the past several months. While I'm not ready to release v0.2, it's high time to raise MELPA-Stable users from the dark ages! This release includes many, many new features since v0.1; I hope you find them useful! General UX ========== * Smoother experience for new users -- prompting them to initialize hub before using Magithub * Smarter choices about when to enable Magithub features * Smarter support for pull requests to avoid hub errors before they happen Issues and Pull Requests ======================== * Issue and pull request creation and listing in the status buffer with caching and on-demand refresh * Support for checking out and merging pull request branches locally * Support for proxy repositories -- use another repository's issue tracker instead of origin's Integration and Availability ============================ * Support for non-GitHub.com repositories * Support for magit-repolist-mode Miscellaneous ============= * CI status in the status buffer * Enhanced support for internal bug reports with templating * Smart repository cloning