Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 12, 2024
1 parent 80254ee commit 5a8751f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.

== Unreleased
== 2.0.0 (2024-01-12) - @slonopotamus

* fix handling of chapters with Unicode titles for Mobi (#417)
* add XML declarations to XHTML files (#424 by @abbrev)
* bump the oldest supported Ruby to 2.6
* bump the oldest supported Asciidoctor to 2.0
* escape double quotes in alt text
* escape double quotes in alt text (#443)
* refactor `btn` styling to be more customizable (#450)
* fix duplicate HTML IDs in case the same footnote is used multiple times (#447)
* add initial support for `:pygments-linenums-mode: inline` (#451)
* line numbers are no longer selected when copying text from code snippets (#422)
* compress CSS to reduce its size
* preserve roles of admonition blocks (#420)
* use prose font for verse blocks (#394)
* add support for absolute cover image path (#419)
* add support for floating blocks (#405)
* fix `<hN>` tags for chapters (#388)

== 1.5.1 (2021-04-29) - @slonopotamus

Expand Down
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
v2.0.0, 2024-01-12
:project-name: Asciidoctor EPUB3
:project-handle: asciidoctor-epub3
:uri-project: https://github.com/asciidoctor/{project-handle}
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor-epub3/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Asciidoctor
module Epub3
VERSION = '1.5.2.dev'
VERSION = '2.0.0'
end
end

0 comments on commit 5a8751f

Please sign in to comment.