Skip to content

Commit

Permalink
Release 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa Ometto committed Aug 1, 2023
1 parent 65ec958 commit 15aae49
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 6.0 / 2023-08-01

* 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)
* 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)
* Fix broken relative links: these were previously not rendered as relative. #443. (@dometto)

# 5.2.4 / 2023-03-22

* Bugfix release: address XSS vulnerability ( @6661620a, @dometto)
Expand Down
18 changes: 5 additions & 13 deletions LATEST_CHANGES.md
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)
3 changes: 2 additions & 1 deletion gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ def specification(version, default_adapter, platform = nil)
lib/gollum-lib/macro.rb
lib/gollum-lib/macro/all_pages.rb
lib/gollum-lib/macro/audio.rb
lib/gollum-lib/macro/flash.rb
lib/gollum-lib/macro/global_toc.rb
lib/gollum-lib/macro/icon.rb
lib/gollum-lib/macro/navigation.rb
lib/gollum-lib/macro/note.rb
lib/gollum-lib/macro/icon.rb
lib/gollum-lib/macro/series.rb
lib/gollum-lib/macro/video.rb
lib/gollum-lib/macro/warn.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum-lib/version.rb
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

0 comments on commit 15aae49

Please sign in to comment.