Skip to content

Commit

Permalink
version: 0.3.0-beta.5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Oct 19, 2024
1 parent e4ef845 commit 07bcab4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 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.

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "desktop"
version = "0.3.0-beta.5.7.1"
version = "0.3.0-beta.5.7.2"
description = "Beautiful, shareable screen recordings."
authors = ["you"]
edition = "2021"
Expand Down
8 changes: 4 additions & 4 deletions apps/desktop/src/routes/(window-chrome)/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ export default function Page() {
<For each={changelog()}>
{(entry, i) => (
<li class="border-b-2 border-gray-200 pb-8">
<div class="flex items-center gap-2 mb-2">
<div class="flex mb-2">
<Show when={i() === 0}>
<div class="bg-blue-400 text-white px-2 py-1 rounded-md uppercase font-bold">
<span style="color: #fff" class="text-xs">
New
</span>
</div>
</Show>
<h3 class="text-xl font-semibold text-gray-800">
{entry.title}
</h3>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2">
{entry.title}
</h3>
<div class="text-gray-500 text-sm mb-4">
Version {entry.version} -{" "}
{new Date(entry.publishedAt).toLocaleDateString()}
Expand Down
11 changes: 11 additions & 0 deletions apps/web/content/changelog/10.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Auto shareable links + Remember previous camera/audio devices
app: Cap Desktop
publishedAt: "2024-10-19"
version: 0.3.0-beta.5.7.2
image:
---

- New "Auto create shareable link" option in settings
- New retry mechanism for shareable link uploads, if upload error is encountered
- Previously selected camera/audio devices will now be selected on startup

1 comment on commit 07bcab4

@vercel
Copy link

@vercel vercel bot commented on 07bcab4 Oct 19, 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.