Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  - Added extra links to CHANGELOG.
  • Loading branch information
danwilliams committed Jun 18, 2023
1 parent d443c64 commit b446482
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,47 @@
# Changelog

[Font Awesome]: https://fontawesome.com/
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Nerd Font]: https://www.nerdfonts.com/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[Terracotta]: https://crates.io/crates/terracotta
[Twemoji]: https://twemoji.twitter.com/

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.3.0 (18 June 2023)

### Added

- Extended Markdown with details blocks
- Extracted extended Markdown functionality into library
- Added micro-animations to collapsible toggle indicators
- Made all callout types collapsible
- Added page icons to Rustmark content

### Fixed

- Collapsible elements now work in Firefox
- Nested callouts now render correctly

### Changed

- Changed collapsible elements to use details blocks approach
- Various styling tweaks and improvements
- Improved features page documentation and examples
- Improved README documentation
- Improved CSS structure


## 0.2.1 (15 June 2023)

### Changed

- Updated Font Awesome
- Updated [Font Awesome][]
- Updated crate dependencies
- Improved README documentation

Expand All @@ -22,7 +50,7 @@ The format is based on [Keep a Changelog][], and this project adheres to

### Added

- Implemented Twitter emojis (Twemoji)
- Implemented Twitter emojis ([Twemoji][])
- Added collapsible callouts for screenshots and images
- Made headings collapsible
- Added heading link anchors on hover
Expand All @@ -44,9 +72,9 @@ The format is based on [Keep a Changelog][], and this project adheres to

### Added

- Forked Terracotta repository
- Forked [Terracotta][] repository
- Added rendering of Markdown files
- Added Nerd Font for displaying code
- Added [Nerd Font][] for displaying code
- Extended Markdown with callouts
- Added custom JS and CSS files for customisation overrides
- Amended routing to allow protected static content files
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustmark"
version = "0.2.1"
version = "0.3.0"
description = "Extensible web application for serving Markdown-based content"
categories = ["asynchronous", "parser-implementations", "text-processing", "web-programming", "web-programming::http-server"]
keywords = ["web", "server", "markdown", "template", "authentication"]
Expand Down

0 comments on commit b446482

Please sign in to comment.