diff --git a/CHANGELOG.md b/CHANGELOG.md index e257c9b..926e5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.48 + +#### NEW + +- Use --save TITLE to save a set of command line flags for future use +- Use --config TITLE to restore a set of saved flags + ## 2.0.47 #### IMPROVED diff --git a/README.md b/README.md index 2b1f7a2..5afe3e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Howzit banner image](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp) -Current version: 2.0.47 +Current version: 2.1.0 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. diff --git a/Sources/gather/gather.swift b/Sources/gather/gather.swift index 0bc424a..e9aad5c 100644 --- a/Sources/gather/gather.swift +++ b/Sources/gather/gather.swift @@ -5,7 +5,7 @@ import Foundation import HTML2Text import Readability import Yams -var VERSION = "2.0.47" +var VERSION = "2.1.0" var acceptedAnswerOnly = false var disableReadability = false diff --git a/buildnotes.md.secret b/buildnotes.md.secret index a7c88b6..5332501 100644 Binary files a/buildnotes.md.secret and b/buildnotes.md.secret differ