Skip to content

Commit 138435a

Browse files
committed
Preparing for 2.1.2 release
1 parent eee7d17 commit 138435a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.2
2+
3+
#### IMPROVED
4+
5+
- Implement cleaned-up code from #16
6+
17
## 2.1.1
28

39
## 2.0.48

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Howzit banner image](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp)
44

55

6-
Current version: 2.1.1
6+
Current version: 2.1.2
77

88
This project is the successor to read2text, which was a Python based tool that used Arc90 Readability and html2text to convert web URLs to Markdown documents, ready to store in your notes. It takes its name from another of my similar projects that I've since retired. It was this, but with a GUI, and this is infinitely more scriptable and is designed to nestle into your favorite tools and projects.
99

Sources/gather/gather.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Foundation
55
import HTML2Text
66
import Readability
77
import Yams
8-
var VERSION = "2.1.1"
8+
var VERSION = "2.1.2"
99

1010
var acceptedAnswerOnly = false
1111
var disableReadability = false

buildnotes.md.secret

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)