Skip to content

Commit bb2e37e

Browse files
committed
Update dates
1 parent 03f04fb commit bb2e37e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2024-05-5-introducing-tauri.md renamed to _posts/2024-05-10-introducing-tauri.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Tauri the future of ActivityWatch
4-
date: 2024-5-5 16:35 +0300
4+
date: 2024-5-10 16:35 +0300
55
author: "Brian Vuku"
66
author_twitter: "subrupt"
77
---
@@ -24,10 +24,10 @@ With Tauri, they have handled most of the heavy lifting, and make it easy to pro
2424

2525
`aw-tauri` aims to consolidate much of the functionality that is currently implemented in [`aw-qt`](https://github.com/ActivityWatch/aw-qt), [`aw-server-rust`](https://github.com/ActivityWatch/aw-server-rust), and [`aw-notify`](https://github.com/ActivityWatch/aw-notify).
2626

27-
- It houses its own webview, no need to visit `http://localhost:5600` in your browser anymore.
28-
- Watchers can be started and stopped right from the trayicon, just like in `aw-qt`.
29-
- Updates can be pushed seemlessly across platforms provided by tauri's update system!
30-
- [aw-sync](https://github.com/ActivityWatch/aw-server-rust/tree/master/aw-sync), which is still in active development, will be integrated into the app. Syncing data across devices will be just as seamless.
27+
- It houses its own webview, no need to visit `http://localhost:5600` in your browser anymore.
28+
- Watchers can be started and stopped right from the trayicon, just like in `aw-qt`.
29+
- Updates can be pushed seemlessly across platforms provided by tauri's update system!
30+
- [aw-sync](https://github.com/ActivityWatch/aw-server-rust/tree/master/aw-sync), which is still in active development, will be integrated into the app. Syncing data across devices will be just as seamless.
3131

3232
These are only the first steps to getting aw-tauri usable, but most of all it serves as a stable foundation enabling many improvements down the line.
3333

0 commit comments

Comments
 (0)