Skip to content

Commit

Permalink
docs: add changelog entry for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agrmohit committed Apr 3, 2024
1 parent 404c59f commit 8cf55ac
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# Changelog

## [v0.6.0] - 2024-03-30
## [0.6.1] - 2024-04-03

### Added

- Add control flows to stay under Omnivore's rate limits

## [0.6.0] - 2024-03-30

### Features

- Switch to Omnivore API Client Library for Node.js
- Add CHANGELOG.md

## [v0.5.0] - 2024-03-14
## [0.5.0] - 2024-03-14

### Features

- Escape quotes in search query (by @tmr232 in #6)
- Escape quotes in search query (by [**@tmr232**](https://github.com/tmr232) in
[#6](https://github.com/agrmohit/omnivore-epub/issues/6))
- New config option to check for updates when run
- New config option to show release notes when new update is available

Expand All @@ -24,17 +31,18 @@
- How to use a custom search query along with the required escaping quotes in some cases
- The ability to filter by label using search query

## [v0.4.1] - 2024-03-02
## [0.4.1] - 2024-03-02

### Fixes

- Add a body to every email because some eReader mailing services may reject emails with an empty body

## [v0.4.0] - 2024-03-02
## [0.4.0] - 2024-03-02

### Features

- Send ebook via email to eReaders like Kindle or Pocketbook (by @sascharucks in #4)
- Send ebook via email to eReaders like Kindle or Pocketbook (by [**@sascharucks**](https://github.com/sascharucks) in
[#4](https://github.com/agrmohit/omnivore-epub/issues/4))
- Show Release notes in terminal when a new release is available

### Fixes
Expand All @@ -45,16 +53,18 @@

- Improve usage instructions

## [v0.3.0] - 2024-01-10
## [0.3.0] - 2024-01-10

### Features

- Reduce default article count from 100 to 15 in order to reduce processing time and output file size (by @zsoltika)
- Reduce default article count from 100 to 15 in order to reduce processing time and output file size (by
[**@zsoltika**](https://github.com/zsoltika))
- Add new option for search-string specifier which can also be used to change the article fetch order to oldest article
first from the current default of newest article first (by @zsoltika)

[v0.6.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.6.0
[v0.5.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.5.0
[v0.4.1]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.4.1
[v0.4.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.4.0
[v0.3.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.3.0
first from the current default of newest article first (by [**@zsoltika**](https://github.com/zsoltika))

[0.6.1]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.6.1
[0.6.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.6.0
[0.5.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.5.0
[0.4.1]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.4.1
[0.4.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.4.0
[0.3.0]: https://github.com/agrmohit/omnivore-epub/releases/tag/v0.3.0

0 comments on commit 8cf55ac

Please sign in to comment.