Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Feb 16, 2022
1 parent c3d373b commit 2cecef3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# -*- mode: org -*-
* v0.3.1 2022-02-16

- Added several existing commands to ~forge-dispatch~.

- Added new option ~forge-add-default-sections~, which can be set to ~nil~
to prevent Forge from adding bindings to Magit keymaps and transient
prefix commands.

- Added new command ~forge-browse-repository~. #443

- Added new variable ~forge-format-avatar-function~. #447

- Added support for the ~sqlite-builtin~ and ~sqlite-module~ backends.
See https://github.com/skeeto/emacsql/pull/86.

- Added new option ~forge-checkout-worktree-read-directory-function~.
#463

- Also included are many other improvements, updated documentation and
bugfixes.

* v0.3.0 2021-10-14

- Many actions that were surprisingly slow are much faster now,
Expand Down
4 changes: 2 additions & 2 deletions docs/forge.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Forge: (forge).
#+texinfo_dir_desc: Access Git Forges from Magit
#+subtitle: for version 0.3.0-git
#+subtitle: for version 0.3.1

#+setupfile: .orgconfig

Forge allows you to work with Git forges, such as Github and Gitlab,
from the comfort of Magit and the rest of Emacs.

#+texinfo: @noindent
This manual is for Forge version 0.3.0-git.
This manual is for Forge version 0.3.1.

#+begin_quote
Copyright (C) 2018-{{{year}}} Jonas Bernoulli <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions docs/forge.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Forge User and Developer Manual
@subtitle for version 0.3.0-git
@subtitle for version 0.3.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ Forge allows you to work with Git forges, such as Github and Gitlab,
from the comfort of Magit and the rest of Emacs.

@noindent
This manual is for Forge version 0.3.0-git.
This manual is for Forge version 0.3.1.

@quotation
Copyright (C) 2018-2022 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down

0 comments on commit 2cecef3

Please sign in to comment.