Skip to content

Releases: SyncTek-LLC/AccessLint-Distribution

v1.3.1

11 Feb 21:23

Choose a tag to compare

AccessLint v1.3.1 — Tier Gating & Preset Differentiation Fix

What changed

  • Free tier gating fixed: Free tier now correctly limits to 10 rules (was incorrectly exposing all 25)
  • Preset whitelist behavior: Presets now act as whitelists — only explicitly listed rules are enabled. Rules not in a preset are disabled.
  • Preset rule counts now differentiated:
    • minimal → 7 rules
    • wcag-a → 9 rules
    • wcag-aa → 19 rules (added TOUCH_TARGET_SIZE for WCAG 2.2 SC 2.5.8)
    • wcag-aaa → 25 rules
    • strict → 25 rules
  • Payment flow improvements: Team name capture modal, license key retrieval progress UI

Install / Upgrade

brew tap synctek-llc/accesslint && brew upgrade accesslint

Or download the universal binary (arm64 + x86_64) directly from the assets below.

Checksums

dd33b21efe1f72da20814022a8f91d243d83081da71c64728cc9b4348f06801d  accesslint-1.3.1.artifactbundle.zip
b4be716af97500f880b8551dfe203d3d6588f7eae564dd0d8c3b7f588bfda457  accesslint

v1.3.0

10 Feb 21:50

Choose a tag to compare

AccessLint v1.3.0 — Universal binary (arm64 + x86_64) for macOS

v1.2.0

03 Feb 16:29

Choose a tag to compare

AccessLint v1.2.0

Swift Package Manager Installation

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/mauricecarrier7/AccessLint-Distribution.git", from: "1.2.0")
]

Checksum

SHA-256: 0b6e53c5b77b97381540e4a6f6dd2b61e237441f7c97d724077adf1d27d6e6f2

See AccessLint for documentation.

v1.1.0

28 Jan 22:37

Choose a tag to compare

AccessLint v1.1.0

Swift Package Manager Installation

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/mauricecarrier7/AccessLint-Distribution.git", from: "1.1.0")
]

Checksum

SHA-256: 7267448f24fd5be6066a6a9f3d7fcda6f1bc9821ae568d3f273c5fd71255464b

See AccessLint for documentation.

1.0.0

28 Jan 19:55

Choose a tag to compare