about summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.8.3 and update translation fileRicky Kresslein2024-02-051-1/+1
|
* Fix bug causing app to crash when restarting a completed Pomodoro taskRicky Kresslein2024-02-051-1/+1
|
* Update GTK and libadwaita versionsRicky Kresslein2023-10-141-73/+81
|
* Update to v1.8.1Ricky Kresslein2023-06-161-1/+1
|
* Revert libadwaita features to v1.2 due to flatpak issuesRicky Kresslein2023-06-051-6/+4
|
* Update to v1.8.0Ricky Kresslein2023-06-051-1/+1
|
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-56/+70
|
* Update dependenciesRicky Kresslein2023-03-221-40/+81
|
* Update to v1.7.0Ricky Kresslein2023-03-221-5/+5
|
* Update to v1.6.0Ricky Kresslein2022-10-021-1/+1
|
* Backup databaseRicky Kresslein2022-09-221-9/+8
|
* Add Cargo.lockRicky Kresslein2022-09-221-0/+1405
|
* Delete Cargo.locklakoliu2022-07-241-1292/+0
|
* Ignore Cargo.lockRicky Kresslein2022-07-241-1/+1
|
* Update to v1.5.3Ricky Kresslein2022-07-201-1/+1
|
* Remove period from app summary - #72Ricky Kresslein2022-06-171-1/+1
|
* Localize date headings (Issue #54)Ricky Kresslein2022-06-161-1/+63
|
* Removed libc_strftimeRicky Kresslein2022-06-161-10/+0
|
* Fix date bugRicky Kresslein2022-06-161-0/+10
|
* Use unstable-localesRicky Kresslein2022-06-141-0/+7
|
* Menu organizationRicky Kresslein2022-06-111-1/+1
|
* add csv exportFelix Zwettler2022-06-071-0/+82
|
* Update crates (including GTK-rs)Ricky Kresslein2022-06-071-20/+30
|
* Update version and localizationRicky Kresslein2022-06-051-1/+1
|
* Update internationalizationRicky Kresslein2022-05-291-1/+1
|
* Update localization supportRicky Kresslein2022-04-291-1/+1
|
* Update to v1.2.0Ricky Kresslein2022-04-291-1/+1
|
* Fix double quotation in SK translationRicky Kresslein2022-04-241-1/+1
|
* Re-align icon to original position (Issue #27)Ricky Kresslein2022-04-221-1/+1
|
* Bump to v1.1.2 and update translation templateRicky Kresslein2022-04-221-1/+1
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-0/+16
|
* Update version to 1.1.1Ricky Kresslein2022-04-141-1/+1
|
* Update libadwaita to v1.1Ricky Kresslein2022-04-131-30/+31
|
* Add Source iconRicky Kresslein2022-04-121-4/+4
|
* Update icon and versionRicky Kresslein2022-04-111-1/+1
|
* Add system notifications for idle (Issue #15)Ricky Kresslein2022-04-091-0/+10
|
* Add donation linksRicky Kresslein2022-04-011-1/+1
|
* - Flatpak no longer shares network (not needed)Ricky Kresslein2022-03-261-1/+1
| | | | - Flatpak only uses the piece of the dbus that is necessary
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Distinctive development modeRicky Kresslein2022-02-201-1/+1
|
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-181-0/+1104
- Removed development flag for release - Created nicer about dialog - Added description to data file - Improved desktop file - Changed database directory - Delete All no longer enabled if no tasks - Added GPL to top of every file