Skip to content

Tags: vermiculus/magithub

Tags

0.1.7

Toggle 0.1.7's commit message

Verified

This tag was signed with the committer’s verified signature.
vermiculus Sean Allred
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.

0.1.6

Toggle 0.1.6's commit message
Intermediate Stable Release

See release notes.

0.1.5

Toggle 0.1.5's commit message
Only insert draft when it exists

0.1.4

Toggle 0.1.4's commit message
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!

0.1.3

Toggle 0.1.3's commit message
Bump version

0.1.2

Toggle 0.1.2's commit message
Bugfix release

0.1.1

Toggle 0.1.1's commit message
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

0.1

Toggle 0.1's commit message
Add Melpa badges