Pascal Bleser
2012-12-05 23:47:46 +00:00
committed by Git OBS Bridge
parent dd4a58e6be
commit 71bea1d621
4 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Dec 5 23:46:40 UTC 2012 - pascal.bleser@opensuse.org
- update to 3.1.0:
* Vim-like copy/paste (FR#15). Use the delete key to cut items.
* Support for entering times in 24 hour format ("2130" instead of "21:30")
* Compact panel mode (FR#7). This can be enabled using the currently
undocumented "appearance.compactpanels" configuration setting.
* Configurable default view (FR#19). The default view can be changed using
the currently undocumented "appearance.defaultpanel" configuration setting.
* "-D" and "-c" can now be used simultaneously, whereby "-c" has precedence
over "-D".
* Cache monthly view to speed up browsing.
* Sort `calcurse -d` output by time
* Fix a critical data corruption bug
* Fix screen corruption
* No longer show the calcurse screen in the editor/pager when the window is
resized
* Calculate busy slices correctly if (recurrent) appointments with a duration
of more than 24 hours are used.
* Fix a core dump that occurred if the main window was too small.
* Several translation updates.
-------------------------------------------------------------------
Sun Jul 1 14:34:47 UTC 2012 - pascal.bleser@opensuse.org