Releases: cotect-dev/cotect
Releases · cotect-dev/cotect
Release list
Cotect v0.3.0
Cotect v0.3.0. See https://cotect.dev for details.
Cotect v0.2.2
Changed
- New macOS app icon: the cat now sits on the dark brand background (matching the social avatar) instead of a transparent white silhouette, so it reads clearly in the Dock.
- Redesigned the macOS installer (.dmg) with a themed background and a drag-to-Applications arrow, matching the app's look.
Fixed
- Python dependency graph: local imports now resolve for projects whose import root is not the repository root. Absolute imports such as
from utils import ...orfrom package.module import ...are matched against the importing file's own package tree and against sibling source trees (for example a monorepo lib directory or asrc/layout). Files that imported their dependencies this way previously showed no connections and now appear linked in the graph.
Cotect v0.2.1
Cotect v0.2.1. See https://cotect.dev for details.
Cotect v0.2.0
Cotect v0.2.0. See https://cotect.dev for details.