Skip to content

Releases: yurijmikhalevich/rclip

v1.11.1a25

15 Dec 12:27
Compare
Choose a tag to compare
v1.11.1a25 Pre-release
Pre-release
  • release: v1.11.1a25
  • chore: update brew python dependency to 3.13
  • fix: AppImage build (#154)
  • chore: speedup snap release by building amd64 snapp locally (#153)
  • chore: update numpy to 2.1.3 (#152)
  • BREAKING CHANGE: drop Python 3.9 support because some libraries, like the latest numpy don't support it anymore (#151)
  • chore: update torch & torchvision to the latest versions (should support Python 3.13 and help with the brew build) (#150)

v1.11.1a12

30 Nov 17:26
Compare
Choose a tag to compare
v1.11.1a12 Pre-release
Pre-release
  • release: v1.11.1a12

v1.11.0

04 Nov 04:50
Compare
Choose a tag to compare
  • release: v1.11.0
  • feat: put RAW support behind a CLI arg (#148)
  • chore: update torch and torchvision (#147)
  • chore: update deps (#146)
  • docs: add abidkhan484 as a contributor for code (#144)
  • feat: add support for ARW, DNG, CR2 raw (#140)

v1.10.3

17 Aug 07:51
Compare
Choose a tag to compare
  • release: v1.10.3
  • fix(ci): windows build (#135)

v1.10.2

07 Jul 09:56
Compare
Choose a tag to compare
  • release: v1.10.2
  • chore: update deps (#132)
  • test: should handle image addition and deletion correctly (#131)
  • chore: use better webp image in e2e's (#130)
  • test: searching a directory with multiple nested directories should work (#129)
  • test: searching empty dir should yield no results and should not crash (#128)

v1.10.1

23 Jun 09:16
Compare
Choose a tag to compare
  • release: v1.10.1
  • chore: update deps (#127)

v1.10.0

16 Jun 08:00
Compare
Choose a tag to compare
  • release: v1.10.0
  • feat: speedup text-only search by up to 50% (3.8s → 1.9s) and reduce text-only search RAM consumption by up to 3.8 times (1.7Gb → 0.45Gb) (#125)
  • test: repeated searches should yield the same result (#124)
  • chore: quality benchmarks (#123)

v1.9.0

09 Jun 17:56
Compare
Choose a tag to compare
  • release: v1.9.0
  • test: should search png images (#122)
  • feat: webp support (#121)
  • chore: update deps (#120)

v1.8.10

07 May 19:09
Compare
Choose a tag to compare
  • release: v1.8.10
  • chore: update dependencies (#118)
  • ci: fix snap build (#117)

v1.8.10a3

07 May 09:02
Compare
Choose a tag to compare
v1.8.10a3 Pre-release
Pre-release
  • release: v1.8.10a3
  • cleanup