-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
;; Copyright (C) 2013-2022 Skye Shaw and others | ||
;; Author: Skye Shaw <[email protected]> | ||
;; Version: 0.9.0 | ||
;; Version: 0.9.2 | ||
;; Keywords: git, vc, github, bitbucket, gitlab, sourcehut, aws, azure, convenience | ||
;; URL: http://github.com/sshaw/git-link | ||
;; Package-Requires: ((emacs "24.3")) | ||
|
@@ -35,6 +35,10 @@ | |
|
||
;;; Change Log: | ||
|
||
;; 2024-06-29 - v0.9.2 | ||
;; * Add git-link-add-to-kill-ring to not add to kill ring (thanks Michael Hauser-Raspe) | ||
;; * Add prefix arg to open in browser when calling git-link-homepage (thanks Sibi Prabakaran) | ||
;; | ||
;; 2024-03-03 - v0.9.1 | ||
;; * Add support for remote host resolution via ssh config (thanks Sibi Prabakaran) | ||
;; * Regexp escape parts when extracting host from scp-like URLs (thanks Sibi Prabakaran) | ||
|