Skip to content

Releases: SolomonRosemite/WPF-ActivityLogger

WPF-ActivityLogger v2.3.2

17 Jan 09:38
Compare
Choose a tag to compare

What's New!🎈

Mobile App📝

  • View your Activities everywhere you go!

Other smaller changes💠

  • ⚒️ Little Bug fixes and General Improvements.

Requirements ⛏️

Installation ⚙️

Desktop Installation

  • Run the install.vbs by double clicking the file or right clicking the file and selecting Open.

Thats it! In the next 10 minutes you should see a few Activities showing up.

Mobile Installation

  1. Install the App on your mobile device.
  2. Open My Activities on your Desktop.
  3. Navigate to the Settings page.

My Activities Settings Demo

  1. Scan the QR-Code with the My Activities mobile app. If there is no QR-Code fix it here.

WPF-ActivityLogger v2.3.1

16 Jan 21:51
c152615
Compare
Choose a tag to compare

WPF-ActivityLogger

What's New!🎈

Mobile App📝

  • View your Activities everywhere you go!

Other smaller changes💠

  • ⚒️ Little Bug fixes and General Improvements.

Requirements ⛏️

  • .Net Core 3.1 Desktop Runtime
  • Python 3.9 or higher
  • Node v12 or higher

Installation ⚙️

Desktop Installation

  • First make sure the modules are installed by running
pip install -r requirements.txt
  • Run the main.py
python main.py

Thats it! In the next 10 minutes you should see a few Activities showing up.

Mobile Installation

  1. Install the App on your mobile device.
  2. Open My Activities on your Desktop.
  3. Navigate to the Settings page.

My Activities Settings Demo

  1. Scan the QR-Code with the My Activities mobile app. If there is no QR-Code fix it here.

Thats it!

WPF-ActivityLogger v1.3.1

23 Dec 16:09
Compare
Choose a tag to compare

WPF-ActivityLogger

📖Keep track of the programs you use

What's New!🎈

This New Version of ActivityLogger includes:

Config📝

  • It allows mapping different Applications to other names and being more flexible.
  • In this example the process name "devenv" should be mapped to "Visual Studio".

The Config.json looks something like this:

{
  "IncludesProcessName": {
    "fox": "Firefox",
  },
  "IsProcessName": {
    "devenv": "Visual Studio",
  },
  "IncludesWindowName": {
    "IntelliJ": "IntelliJ IDEA",
  },
  "IsWindowName": {
    "FL Studio 20": "FL Studio"
  },
  "IgnoreProcessName": [
    "ApplicationFrameHost",
    "task manager"
  ]
}

Other smaller changes💠

  • Time can be switched between minutes & hours in the app Settings.

Requirements

  • .Net Core 3.1 Desktop Runtime

Installation

  • First make sure the modules are installed by running
pip install -r requirements.txt
  • Run the main.py
python main.py
  • Locate the installation folder:
C:\Users\[Username]\TMRosemite\ActivityLogger
  • Create a Shortcut of "ActivityLogger.exe" and add it to the startup folder.
C:\Users\[Username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
  • (Optional) Add a Shortcut to the desktop or any location of the "MyActivityLogs.exe" which can be found here:
C:\Users\[Username]\TMRosemite\ActivityLogger\MyActivityLogs

Preview

WPF-ActivityLogger v1.2

23 Jul 07:19
Compare
Choose a tag to compare

WPF-ActivityLogger

Keep track of the programs you use

Requirements

  • .Net Core 3.1 Desktop Runtime

Installation

Run the main.py

  • Locate the installation folder: C:\Users\%username%\TMRosemite\ActivityLogger

  • Create a Shortcut of "ActivityLogger.exe" and add it to the startup folder.

  • (Optional) Create another Shortcut of "MyActivityLogs.exe" which can be found in the "MyActivityLogs" folder to the desktop or any location.

Preview