Skip to content

Commit db9ce3b

Browse files
authored
Merge pull request #69 from jsattler/docs-update-install-requirements
docs: update install requirements
2 parents c7646f7 + 653f049 commit db9ce3b

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You are a **Senior iOS Engineer**, specializing in SwiftUI, SwiftData, and relat
88

99
## Core instructions
1010

11-
- Target macOS 15.0 or later.
11+
- Target macOS 15.2 or later.
1212
- Swift 6.2 or later, using modern Swift concurrency.
1313
- SwiftUI backed up by `@Observable` classes for shared data.
1414
- Do not introduce third-party frameworks without asking first.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ brew install jsattler/tap/bettercapture
3434

3535
Download the latest release from [GitHub Releases](https://github.com/jsattler/BetterCapture/releases/latest) and open `BetterCapture.dmg`.
3636

37-
**Requirements**: macOS 15 (Sequoia) or later
37+
**Requirements**: macOS 15.2 (Sequoia) or later
3838

3939
## Contributing
4040

website/src/components/CTASection.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
</svg>
6363
Download from GitHub
6464
</a>
65+
66+
<!-- System requirement note -->
67+
<p class="text-xs text-gray-500 mt-2">
68+
(Requires macOS 15.2 Sequoia or later)
69+
</p>
6570
</div>
6671
</div>
6772

website/src/components/Hero.svelte

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
<!-- Content -->
3232
<div class="relative w-full py-6 md:py-8">
33-
<div class="grid md:grid-cols-3 lg:grid-cols-5 gap-6 md:gap-8 lg:gap-12 w-full items-center">
33+
<div class="grid md:grid-cols-3 lg:grid-cols-7 gap-6 md:gap-8 lg:gap-12 w-full items-center">
3434
<!-- Left column (3/5 width) - Frosted glass card -->
35-
<div class="md:col-span-2 lg:col-span-3">
35+
<div class="md:col-span-2 lg:col-span-5">
3636
<div class="bg-white/20 backdrop-blur-xl rounded-2xl p-4 md:p-8 lg:p-12 2xl:p-24 text-center border border-white/30 shadow-2xl">
3737
<h1 class="text-2xl md:text-3xl lg:text-4xl xl:text-5xl 2xl:text-7xl text-white mb-4 md:mb-6">The macOS screen recorder for the rest of us</h1>
3838
<p class="text-sm md:text-base lg:text-lg 2xl:text-xl text-white/90 mb-4 md:mb-6 lg:mb-8 2xl:mb-10 max-w-xl mx-auto">
@@ -75,13 +75,18 @@
7575
</svg>
7676
Download from GitHub
7777
</a>
78+
79+
<!-- System requirement note -->
80+
<p class="text-xs text-white/60 mt-2">
81+
(Requires macOS 15.2 Sequoia or later)
82+
</p>
7883
</div>
7984
</div>
8085
</div>
8186

8287
<!-- Right column (2/5 width) - Screenshot placeholder -->
8388
<div class="md:col-span-1 lg:col-span-2 flex items-center justify-center">
84-
<div class="w-full max-w-[200px] md:max-w-[300px] lg:max-w-[320px] 2xl:max-w-md">
89+
<div class="w-full scale-125">
8590
<img
8691
src="{base}screenshot-basic.png"
8792
alt="Better Capture Screenshot"

0 commit comments

Comments
 (0)