<?xml version="1.0"?>
<info>
	<id>timemanager</id>
	<name>TimeManager</name>
	<summary>An app to track how you spend your time.</summary>
	<description><![CDATA[### Time tracking in Nextcloud!
* 📁 **organize time entries** based on tasks, projects and clients
* ⏱ **quickly record** a time entry for your latest tasks
* ✅ **check or uncheck** a time entry (e.g. to save whether you've billed it)
* 📈 make use of simple, but useful **statistics** and **reports**.

#### Latest changes 🎉
**0.3.1 Beta, 6. May 2022**
- Tools/Import:
  - Add comma as a delimiter
  - Improve test coverage
  - Improve error handling, especially if file does not contain entities
  - Show messages in a dialog
- Run tests for Nextcloud 24 and bump compatibility to Nextcloud 24
- Update JS dependencies

_Please refer to the [full changelog](https://github.com/te-online/timemanager/#changelog) to see older releases_

📱 **Looking for a mobile companion app?** Try the [Android app (currently in beta)](https://play.google.com/store/apps/details?id=de.jbservices.nc_timemanager_app) made by [@joleaf](https://gitlab.com/joleaf/nc-timemanager-mobile-app)]]></description>
	<licence>AGPL</licence>
	<author>Thomas Ebert</author>
	<version>0.3.1</version>
	<category>tools</category>
	<screenshot>https://raw.githubusercontent.com/te-online/timemanager/main/img/timemanager_statistics.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/te-online/timemanager/main/img/timemanager_overview.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/te-online/timemanager/main/img/timemanager_clients.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/te-online/timemanager/main/img/timemanager_projects.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/te-online/timemanager/main/img/timemanager_tasks.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/te-online/timemanager/main/img/timemanager_entries.png</screenshot>
	<documentation>
		<user>https://github.com/te-online/timemanager/blob/main/README.md</user>
		<admin>https://github.com/te-online/timemanager/blob/main/README.md</admin>
	</documentation>
	<website>https://github.com/te-online/timemanager</website>
	<repository type="git">https://github.com/te-online/timemanager.git</repository>
	<bugs>https://github.com/te-online/timemanager/issues</bugs>
	<dependencies>
		<nextcloud min-version="13" max-version="24" />
	</dependencies>
	<navigations>
		<navigation>
			<name>TimeManager</name>
			<route>timemanager.page.index</route>
			<icon>timemanager.svg</icon>
			<order>4</order>
		</navigation>
	</navigations>
</info>
