Releases: davep/pinboard.el
Releases · davep/pinboard.el
v1.4 of pinboard.el
v1.3 of pinboard.el
Fixed a problem with some empty strings coming down from Pinboard as false
values. #7
Thanks to @baron and @travisjeffery for highlighting this.
v1.2 of pinboard.el
- Added a command for quickly visiting the pinboard website.
- Removed code that was related to notes (which wasn't finished anyway).
- Allow
pinboard-unread
to optionally open the unread pins on the website. - Added mention of some org-mode integration in the README.
v1.1 of pinboard.el
This release simply fixes a stupid typo in the agent ID string that's sent to Pinboard.
v1.0 of pinboard.el
First "stable" release.
- Added a menu.
- When tag filtering, a message is now shown to say what the current tag filter is.
- Made tag filtering an additive operation.
- Added a command for quickly adding a pin for later editing/viewing.
- When adding a new pin, the URL will default to the URL under the cursor, if there is one.
v0.7 of pinboard.el
- Current list filters aren't lost when a redraw happens.
- Pin deletion is protected a little better.
- Read/unread toggling now has optional y/n protection (on by default).
v0.6 of pinboard.el
- Improved the new/edit form so it never saves a pin that has no URL or title.
- Tidied up the entry form.
- Internal changes and cleanups.
v0.5 of pinboard.el
- Added faces to markup read and unread pins.
- Fixed
pinboard-save-pin
so it correctly saves the boolean values (fixing #2 along the way).
v0.4 of pinboard.el
- Added a command to toggle the read state of a pin.
- Added auto-refreshing of the pin list after edits/deletion.
- Internal tidying of the code.
v0.3 of pinboard.el
Changes include:
- Added the ability to add a pin
- Added the ability to edit a pin
- Added the ability to delete a pin
For now, when you do any of the above, you'll need to refresh the list in the pinboard buffer (press g).