Skip to content

Releases: davep/tinboard

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

The "escape from tinboard" release

29 Feb 09:49
51c4471
Compare
Choose a tag to compare
  • Pressing Escape when in the "top-level" widget (so in the filters) now exits the application.

(Also, as an aside, tweaked the requirements so that Python 3.12 is now allowed)

Fix for Textual >0.48

18 Feb 10:01
0a11c3f
Compare
Choose a tag to compare
  • Updated to textual v0.51.0.
  • Fixed filter-widget building crash on startup (#26).

The better editor release

02 Feb 21:47
08e693c
Compare
Choose a tag to compare
  • Updated to textual v0.48.2.
  • Removed the custom TextArea in favour of the revamped native Textual one.
  • Made some small cosmetic tweaks.

The headline here is that the description editor in the bookmark editing dialog now soft-wraps!

Pin Textual

01 Feb 19:51
728aa92
Compare
Choose a tag to compare

Pinning Textual to v0.47.1 for the moment; as 0.48.1 causes issues with OptionList (likely actually not, as it might be a workaround I had in place that's the issue here; but I want to pin until I've looked into this).