Skip to content

Commit 67b02cf

Browse files
committed
v0.10.0 [closes #149]
1 parent e4cfed0 commit 67b02cf

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

git-link.el

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; git-link.el --- Get the GitHub/Bitbucket/GitLab URL for a buffer location -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2013-2022 Skye Shaw and others
3+
;; Copyright (C) 2013-2025 Skye Shaw and others
44
;; Author: Skye Shaw <skye.shaw@gmail.com>
5-
;; Version: 0.9.2
5+
;; Version: 0.10.0
66
;; Keywords: git, vc, github, bitbucket, gitlab, sourcehut, aws, azure, convenience
77
;; URL: http://github.com/sshaw/git-link
88
;; Package-Requires: ((emacs "24.3"))
@@ -35,6 +35,13 @@
3535

3636
;;; Change Log:
3737

38+
;; 2025-10-23 - v0.10.0
39+
;; * Add: support for linking to custom web hosts (Issue #136, thanks Sebastian Poeplau)
40+
;; * Add: Transient menu interface (Issues #128 and #132, thanks Yikai Zhao and David Morgan)
41+
;; * Fix: linking under vc mode when default-directory is nil
42+
;; * Fix: hexification of nil branch name (Issue #127, thanks Michael Hauser-Raspe)
43+
;; * Fix: Codeberg permalinks (Issue #147, thanks Marty Hiatt)
44+
;;
3845
;; 2024-06-29 - v0.9.2
3946
;; * Add git-link-add-to-kill-ring to not add to kill ring (thanks Michael Hauser-Raspe)
4047
;; * Add prefix arg to open in browser when calling git-link-homepage (thanks Sibi Prabakaran)

0 commit comments

Comments
 (0)