SVN_SILENT made messages (.desktop file)
[rsibreak.git] / NEWS
blob71939c7c270ae593a4122b6e1ad4e0e04a780884
1 v0.9.0 2008-11-19
2 - Port to KDE4 and Qt4
4 v0.8.0 2006-10-13
5 - Replaced DCOP dialog with a more flexible and standardized interface to attach events to breaks
6 - Show where RSIBreak is located in the tray when started a second time.
7 - RSIBreak now has a manual.
8 - Option to only reset timers when idle for the duration of a long break.
9   Patch by Stanislav Nikolov.
10 - Skip button in relax popup
11   Patch by Stanislav Nikolov
12 - Xinerama fixes
13 - Images smaller than 1/3 of the screen will not be used for the slideshow
14   Patch by Aurélien Gâteau
15 - Some tiny optimizations and bugfixes
17 v0.7.1 2006-06-19
18 - fix crash on startup reported on some systems.
19 - fix one of the icons.
21 v0.7.0 2006-06-19
22 - New icons from Lee Olson.
23 - Usability review from  Tina Trillitzsch.
24 - Two new DCOP calls: doTinyBreak and doBigBreak.
25 - New statistics: percentage of activity during the last minute, last hour and last 6 hours.
26 - Inform the user when the next break will be a big break.
27 - Ability to make DCOP calls to the start and end of breaks.
28 - Possibility to use KDCOP to set that up.
29 - When no images are in the selected directory, a grey out effect will be used.
30 - Possibility to break at fixed times.
31 - Various smaller enhancements and bug fixes.
33 v0.6.0 2006-04-10
34 - Extensive amount of statistics.
35 - Colors to indicate how far away you are from a break in the tooltip
36 - libxss for the idle detection is a no longer optional, it is required.
37 - RSIBreak remembers the timer states when you quit. It can restore the timers
38   if you restart RSIBreak afterwards in a short timeframe. This is handy for
39   rebooting (for those zealots who believe rebooting solves problems).
40 - Bug fixes:
41   - For Gnome there were two Quit entries in the context menu.
42   - Welcome message on first launch was incorrect.
43   - Compiles with KDE 3.3 and probably with gcc 2.9x.
44   - Memory leak while querying idle time.
45   - Some buddies in the setup were not set.
46   - Some i18n calls in the setup were not correct.
47   - Clear focus from buttons to prevent accidental closure of a break.
49 v0.5.0 2006-02-22
50 - Instead of a big break after x tiny breaks, the big break is now
51   scheduled at x minutes.
52 - Improved idle detection, if you dont touch your mouse/keyboard
53   for one second, the timer wil also hold for a second.
54 - dcop interface added for stopping/resuming RSIBreak
55 - improved multihead setup: grab mouse and keyboard when slideshow
56   is active, so you can not continue on another screen.
57 - new tooltip code, which provides better and live information about the
58   next big and tiny break
60 v0.4.0 2005-12-16
61 - Added slideshow feature, during break the shown images gets renewed.
62 - Image size is based on the screen size (for xinerama users).
63 - New logo and icons.
64 - Added possibility to automatically start RSIBreak when KDE starts.
65 - Progress bar is shown in the passive popup.
66 - The passive popup flashes when the user keeps working when he keeps working
67   during the relax moments.
68 - RSIBreak can be suspended. Rightclick on the dock icon and choose for
69   Suspend RSIBreak. This is handy when you're playing a game for example.
70 - You can lock your desktop. In case you walk away during a big break.
71 - Amount of activity is shown in the tray icon.
72 - Extensive rearrangements, cleanups and bugfixes.
74 v0.0.3  2005-10-29
75 - Change to KUniqueApplication to prevent multiple instances
76 - Fix icon in context menu
77 - Made minimize key configurable
78 - Added popup to show RSIBreak is waiting for a break
79 - Made a better layout for the settings of timings
80 - Rewrote the timing logic completely.
81 - Several fixes pointed out by Achim in his debian/rules:
82   - ChangeLog.Summary renamed to NEWS
83   - Desktop installs in right directory
84   - doc folder contains a DONOT_COMPILE entry
85   - distributed png files were corrupt.
87 v0.0.2  2005-10-12
88 - idle detection
89 - improved the showing of the image during the break
90 - Transparent counter during the break
91 - Added ESC-shortcut to abort a break
92 - Added link to bugs.kde.org
93 - Added a welcome-screen
95 v0.0.1  2005-10-01
96 - initial release