/baralga

Baralga open-source time tracker for the desktop.

Primary LanguageJavaOtherNOASSERTION

Github Actions Status for Baralga/baralga Quality Gate Status Known Vulnerabilities

Baralga Time Tracker

Baralga is a simple time tracking solution for the desktop.

https://baralga.github.io/

User Guide

Single User Mode

Single user mode is enabled by default so no extra settings required.

Multi User Mode

In multi user mode all data is stored on the Baralga server backend. Multi user mode is enabled using the Java system property -DuserMode=multiuser or the setting userMode=multiuser in the application.properties stored in the directory $USER_HOME\.baralga\application.properties.

Settings in Application Properties

# Mandatory for multiuser mode
userMode=multiuser

# Default value http://localhost:8080
backendURL=http://localhost:8080

# Default value is current system user
user=user

# Default value us3r
password=us3r

Changelog

Baralga Version 1.9.1

Features

  • Only admins may edit projects and import data.

Fixes

  • Fixed http connection pooling.
  • Improved error handling.

Baralga Version 1.9.0

Features

Baralga Version 1.8.5

  • #50 Added missing russian translations (thanks @mrkaban)

Baralga Version 1.8.4

Fixes

  • #52 Added russian translation (thanks @mrkaban)
  • #49 Fixed iCal export.
  • #20 state of project restored on export/import
  • Fixed data display after import and project deletion.
  • Avoid unnecessary exceptions on startup.
  • Dependency updates.
  • Updated junit from 4 to 5.
  • Build with Maven wrapper.

Baralga Version 1.8.3

Fixes

  • Fixed compatibility with older Java versions (<10).

Baralga Version 1.8.2

Features

  • Report for hours by quarter and filter by quarter.

Fixes

  • Avoid NullPointerException after data import on certain conditions.

Misc

  • Updated opencsv.
  • Updated Apache POI.
  • Updated commons-lang.
  • Updated ical4j.

Baralga Version 1.8.1

Misc

  • Updated opencsv.
  • Updated Apache POI.
  • Updated IZPack Installer.

Baralga Version 1.8.0

Fixes

  • Removed platform specific inactivity reminder.
  • Run Windows and Mac Installers as Admin to make sure installation in default path is permitted.
  • Avoid error log when getting the initial start date.

Misc

  • Updated IZPack Installer to version 5.0.0-rc4.
  • Package application as single jar with libraries included.

Baralga Version 1.7.4

Misc

  • Updated several libraries.

Baralga Version 1.7.3

Misc

  • Updated website and issues to Github links.
  • Updated used libraries.

Fixes

  • Exception occurred when old application directory was found.

Baralga Version 1.7.2

Fixes

  • Crash during typing of an description.

Baralga Version 1.7.1

Fixes

  • Report name may not contain character.
  • Support for Java 7.

Misc

  • Removed some libraries which are not really necessary.

Baralga Version 1.7

Functionality

  • Added data export to xml.
  • Added data import from xml.
  • Added data export to iCal.
  • Restored periodical data backup as xml file.

Misc

  • Improved UI with quick filters.