Skip to content

Commit

Permalink
Preparing for 2.0.33 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Sep 1, 2022
1 parent 751cb25 commit 97ac3fc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.0.33

#### NEW

- Use %date, %slugdate, %title, and %slug in --file paths
- %slug for url scheme templates

#### IMPROVED

- Sanitize filenames where needed

## 2.0.32

#### IMPROVED
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Howzit banner image](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp)


Current version: 2.0.32
Current version: 2.0.33

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.

Expand Down
2 changes: 1 addition & 1 deletion Sources/gather/gather.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Cocoa
import Foundation
import HTML2Text
import Readability
var VERSION = "2.0.32"
var VERSION = "2.0.33"

var acceptedAnswerOnly = false
var disableReadability = false
Expand Down
Binary file modified buildnotes.md.secret
Binary file not shown.

0 comments on commit 97ac3fc

Please sign in to comment.