Skip to content

Releases: davep/tinboard

The "Bunker Era" release

23 Jun 20:30
4219b3d
Compare
Choose a tag to compare

The "Post-Deterrence Era" release

16 Jun 10:13
f4d6439
Compare
Choose a tag to compare

Now that the recent Textual breaking changes period seems to have calmed down a wee bit, I'm daring to unpin the library. This release also includes a couple of fixes for breaking changes that were introduced, and also tries to make some sense of (and work around) some curious cosmetic choices made for the Footer widget.

In terms of how Tinboard itself works, everything should be the same, albeit with the odd cosmetic change here and there.

The "Three Body Problem" release

23 May 08:03
99012c2
Compare
Choose a tag to compare

Textual seems to have moved from a stable era to a chaotic era... pinning until things calm down.

The "apparently some folk do things differently" release

15 May 06:52
f271a8c
Compare
Choose a tag to compare
  • Added the ability to set the default value for new bookmark privacy. (#50)
  • Added the ability to set the default value for new bookmark read-later status. (#50)
  • Added an applications settings dialog. (#50)
  • Added a command palette command for the applications settings dialog. (#50)

The "clipboard belt and braces" release

02 May 07:27
2404a48
Compare
Choose a tag to compare
  • When copying a bookmark to the clipboard, a best effort is now made to ensure it'll also make it over a remote connection.
  • Small cosmetic change to the bookmark input dialog to properly line up the description content with the rest of the inputs.

The "let's go way back" release

18 Apr 13:21
621be0d
Compare
Choose a tag to compare

Added a dialog for checking if a bookmark is in the Wayback Machine. (#44)

The "to read, or not to read" release

09 Apr 17:27
052b521
Compare
Choose a tag to compare

Fixed an issue introduced in v0.11.0 where the "to read" flag wasn't being correctly read back in from the local copy of the bookmarks.

The "inline bookmarking" release

09 Apr 14:20
030362a
Compare
Choose a tag to compare
  • Updated to Textual v0.56.3
  • Added a --help command line argument.
  • Added a --version command line argument.
  • Added a --filter command line argument.
  • Added a add command line command, which shows the bookmark addition screen "inline" in the terminal, allows adding a new bookmark, then exits.
  • Internal: changed the way that bookmarks are held and managed.

The "insert booze metaphor here" release

10 Mar 11:32
bcc3950
Compare
Choose a tag to compare

Small change to how the package is built and published to PyPI, and also to the README, in support of providing a Homebrew-friendly tap.

The discovery release

07 Mar 08:22
e099ab1
Compare
Choose a tag to compare
  • Added tag command discovery hits to the command palette (that is, the command palette now pre-populates with all tag-based commands when first opened).
  • Added filter command discovery hits to the command palette (that is, the command palette now pre-populates with all filter-based commands when first opened).
  • Added bookmark command discovery hits to the command palette (that is, the command palette now pre-populates with all bookmark-based commands when first opened).
  • Added core command discovery hits to the command palette (that is, the command palette now pre-populates with all core commands when first opened).