Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Nov 27, 2024
1 parent f0af736 commit 45ac865
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "desktop"
version = "0.3.0-beta.10"
description = "Beautiful, shareable screen recordings."
version = "0.3.1"
description = "Beautiful screen recordings, owned by you."
authors = ["you"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/routes/(window-chrome)/setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function Startup(props: { onClose: () => void }) {
Welcome to Cap
</h1>
<p class="text-2xl text-gray-50 opacity-80 max-w-md mx-auto drop-shadow-[0_0_20px_rgba(0,0,0,0.2)]">
Beautiful, shareable screen recordings.
Beautiful screen recordings, owned by you.
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/src/routes/(window-chrome)/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const signInAction = action(async () => {

getCurrentWindow()
.setFocus()
.catch(() => { });
.catch(() => {});

return redirect("/");
} catch (error) {
Expand Down Expand Up @@ -102,7 +102,7 @@ export default function Page() {
<div class="space-y-[0.375rem] flex-1">
<IconCapLogo class="size-[3rem]" />
<h1 class="text-[1rem] font-[700]">Sign in to Cap</h1>
<p class="text-gray-400">Beautiful, shareable screen recordings.</p>
<p class="text-gray-400">Beautiful screen recordings, owned by you.</p>
</div>
{submission.pending ? (
<Button variant="secondary" onClick={() => submission.clear()}>
Expand Down
4 changes: 2 additions & 2 deletions apps/embed/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { Toaster } from "react-hot-toast";
import type { Metadata } from "next";

export const metadata: Metadata = {
title: "Cap — Beautiful, shareable screen recordings.",
title: "Cap — Beautiful screen recordings, owned by you.",
description:
"Cap is the open source alternative to Loom. Lightweight, powerful, and stunning. Record and share in seconds.",
openGraph: {
title: "Cap — Beautiful, shareable screen recordings.",
title: "Cap — Beautiful screen recordings, owned by you.",
description:
"Cap is the open source alternative to Loom. Lightweight, powerful, and stunning. Record and share in seconds.",
type: "website",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {

if (!metadata) {
return {
title: "Cap — Beautiful, shareable screen recordings.",
title: "Cap — Beautiful screen recordings, owned by you.",
description:
"Cap is the open source alternative to Loom. Lightweight, powerful, and stunning. Record and share in seconds.",
};
Expand Down
4 changes: 2 additions & 2 deletions apps/web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { CSPostHogProvider } from "./providers";
import Intercom from "@intercom/messenger-js-sdk";

export const metadata: Metadata = {
title: "Cap — Beautiful, shareable screen recordings.",
title: "Cap — Beautiful screen recordings, owned by you.",
description:
"Cap is the open source alternative to Loom. Lightweight, powerful, and stunning. Record and share in seconds.",
openGraph: {
title: "Cap — Beautiful, shareable screen recordings.",
title: "Cap — Beautiful screen recordings, owned by you.",
description:
"Cap is the open source alternative to Loom. Lightweight, powerful, and stunning. Record and share in seconds.",
type: "website",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function LoginPage() {
Sign in to Cap.
</h1>
<p className="text-2xl text-gray-500 fade-in-down animate-delay-1">
Beautiful, shareable screen recordings.
Beautiful screen recordings, owned by you.
</p>
</div>
<div className="flex flex-col space-y-3">
Expand Down
9 changes: 9 additions & 0 deletions apps/web/content/changelog/19.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Cap Apps: S3 Config. 100% ownership over your data.
app: Cap Desktop
publishedAt: "2024-11-27"
version: 0.3.1
image:
---

- New Cap Apps functionality. First app to release: S3 Config. Connect your own S3 bucket and maintain 100% ownership over your data.
Binary file added apps/web/public/logos/product-hunt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 45ac865

@vercel
Copy link

@vercel vercel bot commented on 45ac865 Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.