This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
Releases: KDAB/Charm
Releases · KDAB/Charm
1.12.0
- Builds with Qt 5.11
- Add config option for number of task selector entries
- Adapt Raise/Show behavior when Charm is running in background
- Highlight search results when searching tasks (#294)
- Disable HiDPI support on Linux (which was buggy and resulted in worse results on HiDPI screens)
- Remove Qt 4 support
- Remove bundled qtkeychain copy
- Allow to directly resume after idle detection (#291)
- Add comment attribute to tasks and display it as tooltip (#280)
- Change event task: Allow to select tasks to replace in any order (#285)
- Update task selector text on task change (#296)
- Do database backend before database upgrade (#286)
- Use correct idle detection period (#290)
- Avoid duplicated idle detection dialog (#311)
- Make Activity Report dialog more compact (#302)
- Simplify systray menu (#246)
- Add option to start application minimized (#293)
- Open report configuration windows as modal dialogs
- Optimize usage of QDateTime and prevent UTC timezone where possible
- Windows installer: Use craft for installer generation, sign installer
- lotsofcake: Implement daily upload of staged timesheets
- lotsofcake: Use basicauth by default and REST API for timesheet upload
- lotsofcake: Fix basicauth handling of wrong passwords
OBS files for the 1.11.4 release
- build fix for Qt 4 (used for OBS packages on Linux)
1.11.3: Fix OS X build
Changes since 1.11.1 (1.11.2 wasn't released):
The most important changes are included to make Charm work better with lotsofcake when using basic authentication.
Charm 1.11.1
Changes since 1.11.0:
- Windows: Fixed performance regression on task switch (caused by the code filling jump lists)
- Fixed build with gcc 4.7 (used by Debian 7)
1.11.0
Changes since 1.10.0:
- Window changes: make the time tracker the single main window and the
task and event views non-modal dialogs - Ensure the time tracker main window is always visible at startup (#229)
- Add support for quick task starting via "Jumplist menu" on windows (#249)
- Allow start/stop via the taskbar preview (Windows)
- Allow selecting of multiple root tasks in activity reports (#250)
- Allow excluding multiple tasks in reports
- Fixed idle detection on OS X (was unreliable) (#220)
- Improved support for HiDPI screens, especially windows (#269)
- Made the task synchronization less chatty (fewer popups) (#245)
- Make Delete Event confirmation dialog more readable (#235)
- Display subscribed subtasks even if parent is not subscribed (#230)
- Make report windows standalone and update them every minute (#224)
- Allow bulk-replacing of of expired tasks (#255)
- Avoid "&" be shown as "&&" in the task selector (#265)
- Allow editing comments of running events in the event editor (#263)
- Expand task tree when searching (#239)
- Show subtasks for tasks matching the filter (Task View) (#233)
- Events view: show events that end in filter timespan (but start
before it) (#232) - Port Linux idle detection/Qt5 to XCB (#174)
- Fixes for 64bit Mingw64
- Fixed "export to XML" command
Charm 1.10.0
Changes since 1.9.0:
- The UI now respects when tasks are non-trackable (tasks only meant as parents for more specific subtasks to track to) and doesn’t allow you to select them.
- Charm updates project codes automatically when started, and additionally once a day
- Windows/OS X: Charm checks now for updates and will tell you of new releases
- Windows: The installer is now using Qt 5
- lotsofcake: If lotsofcake refuses your timesheet (e.g. because of expired project codes used), it should now give you a useful error message
- lotsofcake: password can now be reset in the settings dialog
- Event editor has a new Find/Replace dialog that allows you to change the project code used in a certain timeframe from code X to code Y (e.g. for when you’re asked after a while to use Y instead of X)
- Weekly/monthly/activity reports now allow to select the previous/next week/month from within the report
- http interface to remote control charm from the outside. If you want to play with that, ask Guillermo for details :)
1.9.0
Update qtkeychain Sync with 38cec09f314c93ffd4beab27c3dac70bfcebcd50 from master (post 0.4.0) Change-Id: Ibe66b3330cb4e077be4eb613c36c188cb8b0042d Reviewed-on: https://codereview.kdab.com/19039 Reviewed-by: Continuous Integration <[email protected]> Reviewed-by: Guillermo Amaral <[email protected]>