Skip to content

Commit

Permalink
Preparing for 1.36 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Aug 27, 2022
1 parent a61b87a commit 7875511
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 834 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.35

* Convert WebMarkdown to use Swift-based HTML2Text, avoiding need for Python executable

### 1.34

* Fix for WebMarkdown, change to python3 and update html2text
Expand Down
2 changes: 1 addition & 1 deletion IncrementTemplated.popclipext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a numeric increment 1.

Specify a value to increment by with `##START..INCREMENT..END##`, e.g. `##0..2..10##` would insert 0, 2, 4, 6, 8, and 10.

![Increment Templated](../increment.gif)
![Increment Templated](https://raw.githubusercontent.com/ttscoff/popclipextensions/master/increment.gif)

### Placeholders

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Brett's PopClip Extensions

My growing collection of [PopClip][popclip] extensions.

_Current release version: **1.35** ([source code](https://github.com/ttscoff/popclipextensions/releases/tag/1.35))_
_Current release version: **1.36** ([source code](https://github.com/ttscoff/popclipextensions/releases/tag/1.36))_

## Installation

Expand Down Expand Up @@ -84,7 +84,7 @@ Hold Option to also open a new email compose window for each matched address. Th

PopClip extension to increment and repeat templated text. See the extension README for details.

![Increment Templated](increment.gif)
![Increment Templated](https://raw.githubusercontent.com/ttscoff/popclipextensions/master/increment.gif)

### Markdown to Mindmap

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35
1.36
4 changes: 2 additions & 2 deletions WebMarkdown.popclipext/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<array>
<dict>
<key>Script Interpreter</key>
<string>/usr/bin/python3</string>
<string>/bin/bash</string>
<key>Shell Script File</key>
<string>html2text</string>
<string>process.sh</string>
<key>Title</key>
<string>WebMD</string>
<key>Pass HTML</key>
Expand Down
Loading

0 comments on commit 7875511

Please sign in to comment.