forked from pool/calcurse
Accepting request 416697 from home:dmacvicar:branches:utilities
- Update to version 4.1.0 * Hook support: Run scripts before/after loading or saving items. This feature can be used to automatically make Git commits or synchronize with a server when the data files are written. Example hooks can be found in the calcurse source tree. * Experimental CalDAV support: The calcurse distribution tarball now includes an experimental script called calcurse-caldav that can be used to synchronize calcurse with your mobile devices or any other computer. For details, please refer to contrib/caldav/README in the calcurse source tree. * Support for a filter mode -F that is identical to -G but writes the filtered items back to the calcurse data files instead of stdout. Can be used to remove certain items from a script. Use with care! * New long format specifiers "raw" and "hash". * A --daemon command line option to start calcurse in daemon mode. * A --quiet command line option to disable system dialogs. * Support for todo items with an undefined priority. * Support for durations when specifying recurrence end dates. * Support for decimal values when specifying durations. * Support for UTC times when importing iCal events. * Support for sending notifications for all appointments (both flagged and unflagged items). * The "Add Item" key binding now works from the calendar panel. * Week numbers in the monthly view (requested by Hakan Jerning). * Fixes to the slice computation (reported by Hakan Jerning). * Various fixes to the iCal import and export functionality. OBS-URL: https://build.opensuse.org/request/show/416697 OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=33
This commit is contained in:
parent
f36385a95f
commit
c5a94ef99f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334
|
||||
size 611593
|
3
calcurse-4.1.0.tar.gz
Normal file
3
calcurse-4.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4
|
||||
size 611105
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 10:47:34 UTC 2016 - dmacvicar@suse.de
|
||||
|
||||
- Update to version 4.1.0
|
||||
* Hook support: Run scripts before/after loading or saving items. This
|
||||
feature can be used to automatically make Git commits or synchronize with a
|
||||
server when the data files are written. Example hooks can be found in the
|
||||
calcurse source tree.
|
||||
* Experimental CalDAV support: The calcurse distribution tarball now includes
|
||||
an experimental script called calcurse-caldav that can be used to
|
||||
synchronize calcurse with your mobile devices or any other computer. For
|
||||
details, please refer to contrib/caldav/README in the calcurse source tree.
|
||||
* Support for a filter mode -F that is identical to -G but writes the
|
||||
filtered items back to the calcurse data files instead of stdout. Can be
|
||||
used to remove certain items from a script. Use with care!
|
||||
* New long format specifiers "raw" and "hash".
|
||||
* A --daemon command line option to start calcurse in daemon mode.
|
||||
* A --quiet command line option to disable system dialogs.
|
||||
* Support for todo items with an undefined priority.
|
||||
* Support for durations when specifying recurrence end dates.
|
||||
* Support for decimal values when specifying durations.
|
||||
* Support for UTC times when importing iCal events.
|
||||
* Support for sending notifications for all appointments (both flagged and
|
||||
unflagged items).
|
||||
* The "Add Item" key binding now works from the calendar panel.
|
||||
* Week numbers in the monthly view (requested by Hakan Jerning).
|
||||
* Fixes to the slice computation (reported by Hakan Jerning).
|
||||
* Various fixes to the iCal import and export functionality.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 09:19:08 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package calcurse
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: calcurse
|
||||
Version: 4.0.0
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: Text-based Organizer
|
||||
License: BSD-2-Clause
|
||||
@ -76,6 +76,7 @@ documented within an online help system.
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%doc doc/manual.html
|
||||
%{_bindir}/calcurse
|
||||
%{_bindir}/calcurse-caldav
|
||||
%{_bindir}/calcurse-upgrade
|
||||
%doc %{_mandir}/man1/calcurse.1*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user