Skip to content

Releases: jepler/textual-totp

Properly fix key bindings

21 Apr 15:38
364cd0c
Compare
Choose a tag to compare

What's Changed

  • Properly fix the bindings that call actions on the app by @jepler in #16

Full Changelog: 0.9.3...0.9.4

Fix key actions

21 Apr 06:55
aa3efe3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

19 Apr 15:34
c7c09ec
Compare
Choose a tag to compare

What's Changed

  • Adapt to upstream textual changes by @jepler in #13
  • overflow in css requires a newer textual (which one? idk) by @jepler in #14

Full Changelog: 0.9.1...0.9.2

0.9.1

23 May 11:41
cd0a791
Compare
Choose a tag to compare

What's Changed

  • Switch to textual's own fuzzzy matcher by @jepler in #9
  • Add auto-exit after inactivity by @jepler in #10
  • Cancel search on F9 or Esc press by @jepler in #12

New Contributors

  • @jepler made their first contribution in #9

Full Changelog: 0.9.0...0.9.1

use ellipsis for long account names

12 Dec 03:03
f7054fd
Compare
Choose a tag to compare
Pre-release
0.9.0

ensure python for pre-commit is new enough

Fix crash on invalid search string

10 Dec 19:35
69da2a4
Compare
Choose a tag to compare
Pre-release
Improve searching

 * previously, would crash if an invalid RE was entered
 * make a literal space search for anything-whitespace-anything as a
   cheap fuzzy search facility

Second pre-release

08 Dec 02:15
54c8395
Compare
Choose a tag to compare
Second pre-release Pre-release
Pre-release

This is a pre-release of textual-totp. For me, the basic functionality is complete and I think it might even be useful to others.

It's called the "wait for CI to be green before releasing" release.

Initial pre-release

08 Dec 02:06
d86ceac
Compare
Choose a tag to compare
Initial pre-release Pre-release
Pre-release

This is the initial pre-release of textual-totp. For me, the basic functionality is complete and I think it might even be useful to others.