Skip to content

Commit 07bcab4

Browse files
committed
version: 0.3.0-beta.5.7.2
1 parent e4ef845 commit 07bcab4

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "desktop"
3-
version = "0.3.0-beta.5.7.1"
3+
version = "0.3.0-beta.5.7.2"
44
description = "Beautiful, shareable screen recordings."
55
authors = ["you"]
66
edition = "2021"

apps/desktop/src/routes/(window-chrome)/changelog.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ export default function Page() {
3333
<For each={changelog()}>
3434
{(entry, i) => (
3535
<li class="border-b-2 border-gray-200 pb-8">
36-
<div class="flex items-center gap-2 mb-2">
36+
<div class="flex mb-2">
3737
<Show when={i() === 0}>
3838
<div class="bg-blue-400 text-white px-2 py-1 rounded-md uppercase font-bold">
3939
<span style="color: #fff" class="text-xs">
4040
New
4141
</span>
4242
</div>
4343
</Show>
44-
<h3 class="text-xl font-semibold text-gray-800">
45-
{entry.title}
46-
</h3>
4744
</div>
45+
<h3 class="text-xl font-semibold text-gray-800 mb-2">
46+
{entry.title}
47+
</h3>
4848
<div class="text-gray-500 text-sm mb-4">
4949
Version {entry.version} -{" "}
5050
{new Date(entry.publishedAt).toLocaleDateString()}

apps/web/content/changelog/10.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Auto shareable links + Remember previous camera/audio devices
3+
app: Cap Desktop
4+
publishedAt: "2024-10-19"
5+
version: 0.3.0-beta.5.7.2
6+
image:
7+
---
8+
9+
- New "Auto create shareable link" option in settings
10+
- New retry mechanism for shareable link uploads, if upload error is encountered
11+
- Previously selected camera/audio devices will now be selected on startup

0 commit comments

Comments
 (0)