Skip to content

Commit 196e4cf

Browse files
2.0 Blog Post (tauri-apps#2763)
Co-authored-by: Daniel <[email protected]>
1 parent 11fb26d commit 196e4cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+603
-132
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[[redirects]]
2+
from = "/:locale/v1/*"
3+
to = "https://v1.tauri.app/:locale/v1/:splat"
4+
5+
[[redirects]]
6+
from = "/v1/*"
7+
to = "https://v1.tauri.app/v1/:splat"

public/assets/hmr-preview.mp4

806 KB
Binary file not shown.

public/assets/platforms.svg

Lines changed: 2 additions & 0 deletions
Loading

src/assets/blog/crabnebula.svg

Lines changed: 31 additions & 0 deletions
Loading
44.8 KB
Loading
44.7 KB
Loading

src/content/docs/_fragments/cta.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
33
<Tabs syncKey="cmd">
44
<TabItem label="Bash">
55
```sh frame=none
6-
sh <(curl https://create.tauri.app/sh) --rc
6+
sh <(curl https://create.tauri.app/sh)
77
```
88
</TabItem>
99
<TabItem label="PowerShell">
10-
```ps frame=none
11-
$env:CTA_ARGS="--rc"; irm https://create.tauri.app/ps | iex
10+
```sh frame=none
11+
irm https://create.tauri.app/ps | iex
1212
```
1313
</TabItem>
1414
<TabItem label="npm">
1515
```sh frame=none
16-
npm create tauri-app@latest -- --rc
16+
npm create tauri-app@latest
1717
```
1818
</TabItem>
1919
<TabItem label="Yarn">
2020
```sh frame=none
21-
yarn create tauri-app --rc
21+
yarn create tauri-app
2222
```
2323
</TabItem>
2424
<TabItem label="pnpm">
2525
```sh frame=none
26-
pnpm create tauri-app --rc
26+
pnpm create tauri-app
2727
```
2828
</TabItem>
2929
<TabItem label="bun">
3030
```sh frame=none
31-
bun create tauri-app --rc
31+
bun create tauri-app
3232
```
3333
</TabItem>
3434
<TabItem label="Cargo">
3535
```sh frame=none
3636
cargo install create-tauri-app --locked
37-
cargo create-tauri-app --rc
37+
cargo create-tauri-app
3838
```
3939
</TabItem>
4040
</Tabs>

src/content/docs/blog/tauri-1-1.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Announcing Tauri 1.1.0
33
date: 2022-09-15
44
authors: [lucasfernog]
55
excerpt: After 113 pull requests and nearly two months of work, the Tauri team is pleased to announce the 1.1.0 release.
6-
banner:
7-
content: |
8-
You're reading the blog on the prerelease site for Tauri 2.0 -
9-
<a href="https://tauri.app">Go to the Tauri 1.0 site</a>
106
---
117

128
import CommandTabs from '@components/CommandTabs.astro';

src/content/docs/blog/tauri-1-2.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Announcing Tauri 1.2.0
33
date: 2022-11-08
44
authors: [lucasfernog]
55
excerpt: The Tauri team is happy to announce the 1.2.0 release.
6-
banner:
7-
content: |
8-
You're reading the blog on the prerelease site for Tauri 2.0 -
9-
<a href="https://tauri.app">Go to the Tauri 1.0 site</a>
106
---
117

128
import CommandTabs from '@components/CommandTabs.astro';

src/content/docs/blog/tauri-1-3.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Announcing Tauri 1.3.0
33
date: 2023-05-03
44
authors: [lucasfernog, tweidinger]
55
excerpt: The Tauri team is happy to announce the 1.3.0 release.
6-
banner:
7-
content: |
8-
You're reading the blog on the prerelease site for Tauri 2.0 -
9-
<a href="https://tauri.app">Go to the Tauri 1.0 site</a>
106
---
117

128
import CommandTabs from '@components/CommandTabs.astro';

0 commit comments

Comments
 (0)