Skip to content

Releases: Rudo2204/rtend

v0.2.1

12 Aug 07:59
1fa5a54
Compare
Choose a tag to compare

v0.2.1

  • When returned result from sqlite database is empty the program now prints "Found nothing." instead of an empty table. I like this better. It's also easier to test, if I ever write them.
  • Finalize CI workflow. Github Action had a lot of weird issues with env variables and stuff I had to work out. This should be the final CI workflow until I decide mess with cross-compiling workflow in the future.

v0.2.0

11 Aug 17:18
24b463c
Compare
Choose a tag to compare

Update dependencies:

  • [BREAKING] time update from version v0.1 to v0.2 broke local time zone converting. May switch to chrono later or just leave it, whatever. UTC time zone is alright.
  • skim update from version 0.7.0 to 0.8.2, update syntax and it looks like it allows us to scroll in preview windows now too.

New "features":

  • Now use the crate comfy-table to draw outputs instead of manually align stuff.
  • Tables are drawn with maximum terminal width it gets (when the program starts) by using the new crate term_size.
  • This also works with skim feature as I updated the displaying method.
  • Switch CI to Github Action. Two fewer CI services to worry about. CI also only automatically compiles the three "main" x84_64 targets now.
  • Add a nice entity-relationship diagrams! Thanks @ngirard.

Remove dependencies:

  • textwrap: Do not need this anymore as comfy-table handles this by default, it may mess up for Chinese/Japanese/ect. character though? Not sure, need more testing.

v0.1.4

21 Jan 15:52
125b3c8
Compare
Choose a tag to compare

Add preview window while skimming and add list --stats feature

v0.1.3

20 Jan 17:47
e0b4ff3
Compare
Choose a tag to compare

Actually just a version bump with some minor changes in README and worked out CI deployment.

v0.1.2

20 Jan 17:09
5b808a7
Compare
Choose a tag to compare

Fix a bug in skim feature.

v0.1.1

20 Jan 15:52
4636951
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Just a version bump for new CI deployment

v0.1.0

20 Jan 14:42
cb23655
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Testing a bunch of targets to see what works and what doesn't.
CI takes a crap ton of time so next release will have fewer targets.