Skip to content

Commit

Permalink
Release 2.0! 🥳️
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego-Ivan committed Apr 23, 2022
1 parent 13e55a4 commit c639494
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
## Gallery:

<div align="center">
<img src="data/screenshots/01.png" width="256" height="256" style="padding-top=24;"></img>
<img src="data/screenshots/02.png" width="256" height="256"></img>
<img src="data/screenshots/01.png" width="256" height="311" style="padding-top=24;"></img>
<img src="data/screenshots/03.png" width="256" height="311"></img>
<img src="data/screenshots/05.png" width="243.5" height="283"></img>
</div>

## Features:
Expand All @@ -24,6 +25,8 @@
* Assisted time calculations for breaks
* Customizable tones for the end of the break
* Notification that alerts you when your break is done
* Work and break time statistics
* Export your statistics to CSV

## Why?

Expand All @@ -35,7 +38,13 @@ The time you worked is divided by 5, and that's the break time you'll take. E.g,

## Installing and Running

The recommended way to install Flowtime is by using the official Flatpak release on Flathub. There's third-party, unofficial AUR packages:
### Flathub

The only official distribution format for Flowtime is the Flatpak package available on Flathub. Click on the banner on the top of this README.md to go to Flowtime's Flathub page. Any other unofficial distribution format that might be available is highly disencouraged.

### AUR

There's third-party, unofficial AUR packages:

| Package | Mantainer |
| -------------- | ------------ |
Expand All @@ -52,11 +61,12 @@ GNOME Builder provides a high quality Flatpak integration. All dependencies, run

| Dependency | Version |
| ---------- | ------- |
| Meson | 0.5.6 |
| GTK | 4.2.5 |
| Meson | 0.5.9 |
| gtk-4 | 4.4.6 |
| gstreamer-1.0 | 1.0 |
| gstreamer-player-1.0 | 1.0 |
| Libadwaita | 1.0 |
| libadwaita-1 | 1.1 |
| libxml-2.0 | 1.0 |

To compile and install, run:

Expand All @@ -65,4 +75,4 @@ meson builddir --prefix=/usr
cd builddir
sudo ninja install
flowtime
```
```
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('flowtime', ['c', 'vala'],
version: '1.5.0',
version: '2.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flowtime_sources = [

flowtime_deps = [
dependency('gio-2.0', version: '>= 2.50'),
dependency('gtk4', version: '>= 4.2.5'),
dependency('gtk4', version: '>= 4.4.6'),
dependency ('gstreamer-1.0'),
dependency('gstreamer-player-1.0'),
dependency('libadwaita-1'),
Expand Down

0 comments on commit c639494

Please sign in to comment.