#app-initial-loader{display:none !important;}

June 11, 2026

Version 0.7.3 - Release Notes

CubeForge 0.7.3 improves draft pack readability, makes draft setup faster to move through, and orders current pack cards by rarity.

CubeForge 0.7.3 release notes covering draft session and draft setup improvements

Version 0.7.3 is a focused draft usability release.

The changes here are small on paper, but they target moments that happen constantly during a draft: reading the current pack, moving through setup, and comparing cards at a glance.

🔍 Draft pack zoom is smarter

The current pack now chooses a better default zoom level based on the available screen width.

Previously, the draft session used a fixed default number of columns. On smaller screens or narrower layouts, that could make cards appear too small and difficult to read.

Now CubeForge estimates the available pack area and starts with a more readable card size. Manual zoom still works, and once you change it, CubeForge preserves your preference.

I also tightened card rendering in the pack view so cards are not softened by unnecessary transforms while they are resting on the screen.


🖱️ Faster zoom control while drafting

You can now use Ctrl + mouse wheel over the current pack to change pack zoom.

This prevents the browser from zooming the whole page in that area and instead maps the wheel gesture to the existing pack zoom controls.

That should make it easier to quickly adjust card size mid-draft without moving up to the zoom buttons.


📦 Current pack cards are ordered by rarity

Cards in the current pack are now displayed by rarity:

  • Mythic
  • Rare
  • Uncommon
  • Common

The draft still uses the original pack indices internally, so selecting and submitting picks remains stable. This is only a display improvement.

The goal is to make the first scan of a pack feel more natural. Higher-rarity cards are easier to spot immediately, while commons and uncommons are still grouped predictably.


⚡ Draft setup is quicker to move through

Draft setup now supports double-clicking selectable cards to select and continue.

This applies to cube selection and draft format selection. A normal click still only selects, while a double-click moves to the next step when that step is valid.

I also consolidated the old cube-specific draft setup route into the main setup page. Existing /draft/setup/:cubeId links now redirect to the canonical setup route with the cube ID in the query string, so there is only one draft setup implementation to maintain.


As always, if you notice anything off, please create a bug report here: Report a bug. You can also ask me directly in the CubeForge Discord.

Loading CubeForge...