Skip to content

Commit

Permalink
docs: v0.6.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
liuminhaw committed Dec 25, 2023
1 parent b3ce74a commit d3eb78b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Changelog

## [0.6.0] - 2023-12-25

### Changed

- **Breaking:** New BrowserContext separated from RendererContext and PdfContext ([#24](https://github.com/liuminhaw/renderer/pull/24))

### Added

- Debug mode to print out debugging message ([#24](https://github.com/liuminhaw/renderer/pull/24))
- Add context to manually set chrome / chromium executable path ([#22](https://github.com/liuminhaw/renderer/pull/22))
- Add context to disable sandbox option from chromedp ([#23](https://github.com/liuminhaw/renderer/pull/23))

## [0.5.0] - 2023-10-11

### Changed

- Modify license from GNU General Public License v3.0 to MIT License ([#18](https://github.com/liuminhaw/renderer/pull/18))
- Upgrade chromedp from 0.8.6 to 0.9.2 ([#16](https://github.com/liuminhaw/renderer/pull/16))

### Added

- Add pdf renderer for site ([#17](https://github.com/liuminhaw/renderer/pull/17))

## [0.4.0] - 2023-09-27
Expand All @@ -19,6 +33,8 @@

_:seedling: Initial release._

[0.6.0]: https://github.com/liuminhaw/renderer/releases/tag/v0.6.0

[0.5.0]: https://github.com/liuminhaw/renderer/releases/tag/v0.5.0

[0.4.0]: https://github.com/liuminhaw/renderer/releases/tag/v0.4.0

0 comments on commit d3eb78b

Please sign in to comment.