-
Notifications
You must be signed in to change notification settings - Fork 167
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
Dawa Ometto
committed
Aug 1, 2023
1 parent
65ec958
commit 15aae49
Showing
4 changed files
with
22 additions
and
15 deletions.
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
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 |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<<<<<<< HEAD | ||
# 5.2.4 / 2023-03-22 | ||
|
||
* Bugfix release: address XSS vulnerability ( @6661620a, @dometto) | ||
======= | ||
# 6.0 | ||
|
||
* Default to local PlantUML server for security. #412. (@manofstick) | ||
* Allow use of default branch name `main` or `master. Resolves https://github.com/gollum/gollum/issues/1813. (@dometto) | ||
<<<<<<< HEAD | ||
>>>>>>> 462ce53 (Implement default branch detection, move away from master as default. (#424)) | ||
======= | ||
* Support use of commit notes in Gollum::Committer. (@dometto, @bartkamphorst) | ||
<<<<<<< HEAD | ||
>>>>>>> 8384b51 (Support for git notes (#435)) | ||
======= | ||
* Feature: [support for custom rendering of languages in codeblocks](https://github.com/gollum/gollum/wiki/Custom-language-handlers). #433. (@dometto) | ||
* Support use of commit notes in Gollum::Committer. #435. (@dometto, @bartkamphorst) | ||
* Remove octicons from gollum-lib. Icon macros must now be styled independently. #441. (@bartkamphorst) | ||
* Huge performance increase for large wikis! :rocket: #437. (@dometto) | ||
|
||
### Bugfixes | ||
|
||
* Fix the use of boolean arguments in Macros. #441. (@dometto) | ||
>>>>>>> 0db2ff5 (Ensure boolean Macro arguments are parsed as boolean. Resolves #441 (#447)) | ||
* Fix broken relative links: these were previously not rendered as relative. #443. (@dometto) |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Gollum | ||
module Lib | ||
VERSION = '5.2.4' | ||
VERSION = '6.0' | ||
end | ||
end |