chore(release): v0.2.1 #5

Merged
kjuulh merged 1 commits from cuddle-please/release into main 2024-09-23 22:34:41 +02:00
Owner

Added

  • use termwiz as backend as that enables a ptty, which can be cleaned up nicely
  • add errout for interactive for script support and atty for clean output
  • add clone spinner
  • add spinner around download
  • spawn a subshell for session
  • implement git clone
  • include vhs demo
  • add interactive search
  • implement naive fuzzy matcher

Fixed

  • (deps) update tokio-prost monorepo to v0.13.3
  • (deps) update rust crate bytes to v1.7.2

Other

  • update gif to include spinner

  • clean up ui

  • build in cuddle instead of vhs

  • build first then run

  • clear screen after build

  • fix warnings

  • update theme for vhs

  • (deps) update rust crate clap to v4.5.18

  • (deps) update rust crate pretty_assertions to v1.4.1

  • refactor fuzzy match into own function

  • cleanup warnings

  • move fuzzy search out of command

  • refactor/matcher move to a separate file

  • move fuzzy search out of command

  • Actually add fuzzy matcher

  • extract matcher

  • update dependencies

  • (deps) update rust crate anyhow to v1.0.89

### Added - use termwiz as backend as that enables a ptty, which can be cleaned up nicely - add errout for interactive for script support and atty for clean output - add clone spinner - add spinner around download - spawn a subshell for session - implement git clone - include vhs demo - add interactive search - implement naive fuzzy matcher ### Fixed - *(deps)* update tokio-prost monorepo to v0.13.3 - *(deps)* update rust crate bytes to v1.7.2 ### Other - update gif to include spinner - clean up ui - build in cuddle instead of vhs - build first then run - clear screen after build - fix warnings - update theme for vhs - *(deps)* update rust crate clap to v4.5.18 - *(deps)* update rust crate pretty_assertions to v1.4.1 - refactor fuzzy match into own function - cleanup warnings - move fuzzy search out of command - refactor/matcher move to a separate file - move fuzzy search out of command - Actually add fuzzy matcher - extract matcher - update dependencies - *(deps)* update rust crate anyhow to v1.0.89
kjuulh added 1 commit 2024-09-15 06:42:49 +02:00
chore(release): 0.2.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
e2f04f38cb
kjuulh force-pushed cuddle-please/release from 5b670ed775 to e2f04f38cb 2024-09-15 06:42:49 +02:00 Compare
kjuulh force-pushed cuddle-please/release from e2f04f38cb to fb6f076f25 2024-09-15 20:33:07 +02:00 Compare
kjuulh force-pushed cuddle-please/release from fb6f076f25 to 16c654a7e6 2024-09-15 21:18:36 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 16c654a7e6 to 1e7c82e487 2024-09-15 21:29:51 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 1e7c82e487 to ce5062b359 2024-09-15 21:48:18 +02:00 Compare
kjuulh force-pushed cuddle-please/release from ce5062b359 to 6ce5ef7d79 2024-09-15 22:09:14 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 6ce5ef7d79 to 849bc8a5f2 2024-09-15 22:13:24 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 849bc8a5f2 to 3b2641dd14 2024-09-15 22:37:17 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 3b2641dd14 to 4e1b08b89e 2024-09-16 02:32:00 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 4e1b08b89e to 42d0b4dca8 2024-09-19 02:35:34 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 42d0b4dca8 to d223dbfd0d 2024-09-21 06:52:22 +02:00 Compare
kjuulh force-pushed cuddle-please/release from d223dbfd0d to 6b49e41e62 2024-09-22 02:42:34 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 6b49e41e62 to 4ebfb08d2e 2024-09-22 14:12:55 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 4ebfb08d2e to 51971d0202 2024-09-22 14:57:07 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 51971d0202 to d8911aab9c 2024-09-22 14:58:41 +02:00 Compare
kjuulh force-pushed cuddle-please/release from d8911aab9c to 7c6dbf27f2 2024-09-22 15:04:57 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 7c6dbf27f2 to 78155dff79 2024-09-22 15:09:48 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 78155dff79 to c725af45db 2024-09-22 15:12:47 +02:00 Compare
kjuulh force-pushed cuddle-please/release from c725af45db to 9d413d4d84 2024-09-22 15:59:08 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 9d413d4d84 to 253d64efa4 2024-09-22 16:27:38 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 253d64efa4 to 9796040843 2024-09-22 16:36:07 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 9796040843 to 8675f70b40 2024-09-23 00:22:35 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 8675f70b40 to a6f9b484ce 2024-09-23 19:49:10 +02:00 Compare
kjuulh force-pushed cuddle-please/release from a6f9b484ce to 7158fd4b56 2024-09-23 21:38:30 +02:00 Compare
kjuulh force-pushed cuddle-please/release from 7158fd4b56 to 3eaaf8f59b 2024-09-23 22:17:55 +02:00 Compare
kjuulh merged commit 4c91bb7242 into main 2024-09-23 22:34:41 +02:00
kjuulh referenced this issue from a commit 2024-09-23 22:34:43 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/gitnow#5
No description provided.