Skip to content

Releases: davep/oshit

The seeking stability release

01 Jul 08:12
33ac74d

Choose a tag to compare

  • Updated for more recent versions of Textual. (#36) (#37)

The "what's the score?" release

30 Jun 12:22
41c1030

Choose a tag to compare

  • Fixed a crash due to an article missing a score and title. (#34)

The "I forgot the jump to search key" release

02 Aug 16:21
b4722df

Choose a tag to compare

Small fix to actually support jumping to the search results tab when the shortcut key assigned to it is pressed.

The "no job too small" release

24 Jul 15:59
1fef972

Choose a tag to compare

Fixed a crash when the HackerNews API returns null for an otherwise valid and available story.

The "Bunker Era" release

23 Jun 20:41
547641c

Choose a tag to compare

Pin Textual again.

The "versions are hard" release

16 Jun 11:31
2be0a30

Choose a tag to compare

This was supposed to be v0.13.0 I guess, because:

  • Added a configuration dialog for tweaking the story fetching concurrency values.

But then I went down a small rabbit hole of fixing a Textual-induced cosmetic SNAFU and ended up thinking I was doing a minor fix.

Oh well...

The "Post-Deterrence Era" release

09 Jun 10:27
367e4b1

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 OS Hit itself works, everything should be the same, albeit with the odd cosmetic change here and there.

The "Three Body Problem" release

24 May 06:59
8f31476

Choose a tag to compare

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

The "now you can brew some oshit" release

10 Mar 10:49
bae3a97

Choose a tag to compare

Simply a distribution tweak (ensured the sdist goes up to PyPI too) in support of optionally installing via Homebrew.

The "stealth load" release

09 Mar 09:58
3746e84

Choose a tag to compare

  • Once the first viewed tab has loaded, other tabs will start to load in the background (one after the other) as the user reads the first.
  • Added a config option to turn off the above.
  • Fixed a non-awaited-coroutine warning that could happen when quittingwhile loading items. (#26)

The background load thing is a bit of an experiment at the moment; I want to live with it for a wee while and see if I like it. So far it seems to be working out.

If it's a problem set background_load_tabs to False in ~/.config/oshit/configuration.json1.

  1. Yes, yes, I know, I need to get the config dialog done.