diff --git a/.flatpak-builder/cache/objects/40/22c60030a2e9274563877a947f65f728dabaef41f30207767008bda5b33bfb.file b/.flatpak-builder/cache/objects/40/22c60030a2e9274563877a947f65f728dabaef41f30207767008bda5b33bfb.file deleted file mode 100644 index 7e138d0..0000000 --- a/.flatpak-builder/cache/objects/40/22c60030a2e9274563877a947f65f728dabaef41f30207767008bda5b33bfb.file +++ /dev/null @@ -1,5 +0,0 @@ -[Application] -name=com.lakoliu.Furtherance.Devel -runtime=org.gnome.Platform/x86_64/44 -sdk=org.gnome.Sdk/x86_64/44 -tags=nightly; diff --git a/.flatpak-builder/cache/objects/54/2b14975bb28ba3a0b02b1145c19f9a4ee911e95e586e3b6897687530139e5f.file b/.flatpak-builder/cache/objects/54/2b14975bb28ba3a0b02b1145c19f9a4ee911e95e586e3b6897687530139e5f.file deleted file mode 120000 index f35003d..0000000 --- a/.flatpak-builder/cache/objects/54/2b14975bb28ba3a0b02b1145c19f9a4ee911e95e586e3b6897687530139e5f.file +++ /dev/null @@ -1 +0,0 @@ -/run \ No newline at end of file diff --git a/.flatpak-builder/cache/objects/f2/616204246e2daf3ba1968c11ef6f10986534232887de0d47f2a4a023dcfc35.file b/.flatpak-builder/cache/objects/f2/616204246e2daf3ba1968c11ef6f10986534232887de0d47f2a4a023dcfc35.file deleted file mode 100644 index 3caf7d0..0000000 Binary files a/.flatpak-builder/cache/objects/f2/616204246e2daf3ba1968c11ef6f10986534232887de0d47f2a4a023dcfc35.file and /dev/null differ diff --git a/.flatpak-builder/ccache/bin/c++ b/.flatpak-builder/ccache/bin/c++ deleted file mode 120000 index 2329eb0..0000000 --- a/.flatpak-builder/ccache/bin/c++ +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/ccache \ No newline at end of file diff --git a/.flatpak-builder/ccache/bin/cc b/.flatpak-builder/ccache/bin/cc deleted file mode 120000 index 2329eb0..0000000 --- a/.flatpak-builder/ccache/bin/cc +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/ccache \ No newline at end of file diff --git a/.flatpak-builder/ccache/bin/g++ b/.flatpak-builder/ccache/bin/g++ deleted file mode 120000 index 2329eb0..0000000 --- a/.flatpak-builder/ccache/bin/g++ +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/ccache \ No newline at end of file diff --git a/.flatpak-builder/ccache/bin/gcc b/.flatpak-builder/ccache/bin/gcc deleted file mode 120000 index 2329eb0..0000000 --- a/.flatpak-builder/ccache/bin/gcc +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/ccache \ No newline at end of file diff --git a/README.md b/README.md index e411dea..4772dd3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Furtherance -Furtherance is a time tracking app written in Rust with GTK 4. +Furtherance is a time tracking app, with a native interface on Gnome, Windows, and Mac. It allows you to track time spent on different activities without worrying about your data being captured and sold. -

- Furtherance demo +

+ Furtherance screenshot

## Features @@ -65,22 +65,22 @@ You can get started easily using [Weblate](https://hosted.weblate.org/projects/f ### Tips Besides helping to pay the bills, tips make me feel all warm and fuzzy inside. If you've gotten value from Furtherance, you can tip me via: -* [Ko-fi](https://ko-fi.com/lakoliu) +* [Ko-fi](https://ko-fi.com/unobserved) * [PayPal](https://www.paypal.com/donate/?hosted_button_id=TLYY8YZ424VRL) * **Bitcoin**: bc1q70czd5evhsxnjcd45cj2n4s3dr6qmhvrlljjlk -* **Ethereum**: 0x1fe9C92693eFd9D2429eE3d265e8aB453AFc4FDb -* **Monero**: 4BBuKqc2RWnJp9fDxCuHNUVsjM9XNrFBsGHNoBGpvwUveT6EgR9DAD6QPXRGhEfoxnbEnMsC79bsHU5G6Mc6pxyfBv1pbyS -* **Dogecoin**: DCEHKYq6EnSjYnouAUB6kVTqcAfGrXCTkU Thank you so much! ## Project Details ### Built With -Furtherance is written in Rust using the Gtk-rs bindings for GTK 4. +* Linux: Written in Rust using the Gtk-rs bindings for GTK 4. +* Windows: Written in C# using WinUI 3 +* Mac: Written in Swift using SwifUI +* Android: Written in Dart using Flutter ### License -This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details. +This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details. (This only applies to the Linux version, the source code you see in this repository) ### Author -This project is created and maintained by [Ricky Kresslein](https://kressle.in) under [lakoliu](https://lakoliu.com). More information at [Furtherance.app](https://furtherance.app). +This project is created and maintained by [Ricky Kresslein](https://kressle.in) under [Unobserved](https://unobserved.io). More information at [Furtherance.app](https://furtherance.app). diff --git a/data/screenshots/furtherance-2023-06-06.png b/data/screenshots/furtherance-2023-06-06.png new file mode 100644 index 0000000..ff94a7b Binary files /dev/null and b/data/screenshots/furtherance-2023-06-06.png differ