Skip to content

Releases: sergi0g/cup

v3-nightly

27 Oct 18:29
Compare
Choose a tag to compare
v3-nightly Pre-release
Pre-release
Clippy

v2.4.0

11 Oct 18:51
875fcce
Compare
Choose a tag to compare

Changes

  • Refactored the code (#32)
  • Added support for checking multiple images at a time with cup check
  • Added socket option to cup.json

nightly

06 Oct 19:09
Compare
Choose a tag to compare
nightly Pre-release
Pre-release
Fix CSS bug in search, update docs

v2.3.1

24 Sep 14:47
Compare
Choose a tag to compare

Bugfixes

  • Raw output being invalid JSON (reported by @brtwrst in #30)

v2.3.0

15 Sep 17:52
Compare
Choose a tag to compare

Changes

  • Removed threading and switched everything to async gaining a >2x performance boost 🚀
  • Improved logging and added a --verbose flag to include extra debug info

v2.2.2

09 Sep 09:10
Compare
Choose a tag to compare

Changes

  • Added tooltips and search to web UI
  • Fixed broken links in docs and added new pages for community resources

v2.2.1

07 Sep 08:49
Compare
Choose a tag to compare

Changes

  • Removed colon between "Last checked" and the time

v2.2.0

06 Sep 19:58
50e2124
Compare
Choose a tag to compare

Changes

  • ✨ Cup's web UI was rewritten with React so more interactive features can be added. The old, Liquid-powered frontend was used to add homemade SSR, so you can even use Cup without JS!
  • The last checked time is now in relative format (5 minutes ago)

Bugfixes 🐛

  • Images with multiple digests were ignored. Reported by @brtwrst.

Other changes

  • Cup's Github workflows were optimized (and fixed) by @steveiliop56!

v2.1.3

31 Aug 19:14
Compare
Choose a tag to compare

Moved icons in statistics to bottom right (requested by @Laflamme).

v2.1.2

31 Aug 18:51
Compare
Choose a tag to compare

Fixed some more potential errors related to DNS lookups failing or connections timing out.