Skip to content

Commit

Permalink
Bump package version to v0.5.0 and update changelog [#34]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstraka2 committed May 4, 2021
1 parent c7802c4 commit b58e952
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] (2021-05-04)

### Added

- Navigation pane with table of contents, table of labels, and fuzzy seach [[#33]]
- Cached rendering of TikZ images to SVG (in `!tikz` outer environments) [[#32]]
- Caching of MathJax results [[#31]]

### Changed

- The default keyboard shortcut for `togglePreview` is now `Alt + J` [[#33]]
- Improved styling of `.caption` and `.Figure` [[#32]]

### Fixed

- Infinite loop in rendering causing Atom crash [[#28]]
- MathJax failing to typeset when there is only one element to be typeset [[#30]]

### Chores

- CI testing matrix now additionally contains the minimum supported Atom version [[#29]]
- Tweaked TS compiler settings (esModuleInterop) [[#33]]

## [0.4.0] (2021-04-20)

### Added
Expand Down Expand Up @@ -67,10 +90,17 @@ and this project adheres to
- Set up linting with ESLint (and typescript-eslint/eslint-plugin) [[#10]]
- Set up CI using GitHub Actions [[#6], [#7], [#9], [#11]]

[0.5.0]: https://github.com/davidstraka2/wootom/compare/v0.4.0-src...v0.5.0-src
[0.4.0]: https://github.com/davidstraka2/wootom/compare/v0.3.0-src...v0.4.0-src
[0.3.0]: https://github.com/davidstraka2/wootom/compare/v0.2.0-src...v0.3.0-src
[0.2.0]: https://github.com/davidstraka2/wootom/compare/v0.1.0-src...v0.2.0-src
[0.1.0]: https://github.com/davidstraka2/wootom/releases/tag/v0.1.0-src
[#33]: https://github.com/davidstraka2/wootom/issues/33
[#32]: https://github.com/davidstraka2/wootom/issues/32
[#31]: https://github.com/davidstraka2/wootom/issues/31
[#30]: https://github.com/davidstraka2/wootom/issues/30
[#29]: https://github.com/davidstraka2/wootom/issues/29
[#28]: https://github.com/davidstraka2/wootom/issues/28
[#26]: https://github.com/davidstraka2/wootom/issues/26
[#25]: https://github.com/davidstraka2/wootom/issues/25
[#24]: https://github.com/davidstraka2/wootom/issues/24
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wootom",
"version": "0.4.0",
"version": "0.5.0",
"author": {
"name": "David Straka",
"email": "davidstraka.public@gmail.com"
Expand Down

0 comments on commit b58e952

Please sign in to comment.