Skip to content

Commit ecbc105

Browse files
docs: update patchlevel in string resources
Also, minor documentation updates
1 parent 9aa553b commit ecbc105

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

lib/i18n/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
CLI_APP = "when"
1616
UI_APP_LABEL = "When Automation Tool"
1717
UI_APP_COPYRIGHT = "© 2023-2026 Francesco Garosi"
18-
UI_APP_VERSION = "2.0.0"
18+
UI_APP_VERSION = "2.0.1"
1919

2020
# other strings that should not be translated
2121
UI_WHENEVER = "Whenever"

support/docs/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
The When Automation Tool
22
========================
33

4-
This document describes the new version of **When**, a Python-based automation tool for the desktop. This version, instead of incorporating the scheduler, relies on the `whenever <https://github.com/almostearthling/whenever>`_ core, which focuses on reliability and lightweightness, while trying to achieve a good performance even when running at low priority. In this sense, **When** acts as a *wrapper* for **whenever**, both providing a simple interface for configuration and an easy way to control the scheduler via an icon sitting in the tray area of your desktop. This version of **When** aims at being cross-platform, dynamically providing access to the features of **whenever** that are supported on the host environment.
4+
This document describes the new version of **When**, a Python-based automation tool for desktop
5+
environments. This version, instead of incorporating the scheduler, relies on the
6+
`whenever <https://github.com/almostearthling/whenever>`_ core, which focuses on reliability and
7+
lightweightness, while trying to achieve a good performance even when running at low priority.
8+
In this sense, **When** acts as a *wrapper* for **whenever**, both providing a simple interface
9+
for configuration and an easy way to control the scheduler via an icon sitting in the tray area
10+
of your desktop. This version of **When** aims at being cross-platform, dynamically providing
11+
access to the features of **whenever** that are supported on the host environment.
512

613
`When <https://github.com/almostearthling/when-command>`_ development is hosted on GitHub.
714

0 commit comments

Comments
 (0)