Skip to content

Releases: davep/pinboard.el

v1.4 of pinboard.el

01 Jan 08:53
112e903
Compare
Choose a tag to compare
  • Auth improvements and a command to toggle public/private status from the pin list from @algal.
  • Removed the BOM checking code (#13).

v1.3 of pinboard.el

02 Apr 09:23
7c57f20
Compare
Choose a tag to compare

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

03 Dec 10:18
e14dd43
Compare
Choose a tag to compare
  • 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

23 Jun 14:23
910d0fa
Compare
Choose a tag to compare

This release simply fixes a stupid typo in the agent ID string that's sent to Pinboard.

v1.0 of pinboard.el

09 Jun 12:25
5017452
Compare
Choose a tag to compare

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

04 Jun 18:06
affcdf3
Compare
Choose a tag to compare
v0.7 of pinboard.el Pre-release
Pre-release
  • 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

04 Jun 08:08
5c802d3
Compare
Choose a tag to compare
v0.6 of pinboard.el Pre-release
Pre-release
  • 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

03 Jun 15:36
fe113b0
Compare
Choose a tag to compare
v0.5 of pinboard.el Pre-release
Pre-release
  • 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

02 Jun 14:27
2209894
Compare
Choose a tag to compare
v0.4 of pinboard.el Pre-release
Pre-release
  • 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

01 Jun 15:20
ccbadb8
Compare
Choose a tag to compare
v0.3 of pinboard.el Pre-release
Pre-release

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).