- Update to version 4.3.0
* Compatibility notes:
- Month names and abbreviated day names now honor the locale
setting
- The phase of moon feature was removed
* New features:
- The selected day in the calendar now stands out
- Both the position and the date format used for the heading in
the appointments panel are configurable
- Support for CTRL-U and CTRL-G in prompts
- Support for using all keys recognized by ncurses,
particularly UTF-8 keys, in key bindings
- Support for CALCURSE_EDITOR, CALCURSE_PAGER and
CALCURSE_MERGETOOL environment variables to override the
default editor, pager and merge tool
- Several improvements to the reload and save routines. The
save routine now detects external changes to the data files
and no longer blindly overwrites data which was edited
externally. In case of external changes, different options
are offered, one of them being the execution of the merge
tool to merge external changes and changes done from the
running calcurse instance. The reload routine also no longer
performs a reload if both the external data files and the
local data are unchanged.
- Several improvements to the CalDAV synchronization script,
including OAuth2 support and instructions on how to
synchronize calcurse with Google Calendar
- Support for passing the password as a command-line argument
to the CalDAV synchronization script
- A new utility, called calcurse-dateutil, which can be used
to create "extended recurrent events" such as events
occurring on the third Thursday of each month
* Bug Fixes:
- Gracefully parse iCal parameters with colons
- Fixes to the notification feature affecting recurrent
appointments
- Do not crash when changing colors
- Avoid fatal error when using the help command
- Avoid empty warning box when key is already in use
- Several fixes to the calcurse-caldav synchronization script
to allow for synchronizing with NextCloud servers
- Proper support for punctual appointments starting at 00:00
- Proper ISO 8601 week numbering
- The delete key no longer acts as backspace
- Proper parsing of date-time strings
- cleanup with spec-cleaner
- remove chmod line, no longer needed
OBS-URL: https://build.opensuse.org/request/show/569767
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=39
- 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
- Do not prompt for a todo after adding an appointment.
- Close key binding window when reassigning the same key (thanks
to Michael Smith for submitting a patch).
- Update copyright ranges.
- Do not ignore "--datarootdir" in the i18n Makefile.
- Complete the test-suite even if libfaketime is not present.
- Add a workaround for broken libfaketime-based tests on 32-bit
systems (fixes Debian bug #697013).
- Do not update start time/duration with bogus values if the
prompt is canceled in edit mode.
- Fix another corner case of the screen corruption bug (BUG#6).
- Fix core dump when trying to edit a non-existent item.
- Display correct welcome messages on startup.
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=27
- New features:
- Full UTF-8 support.
- Much more powerful formatting options for printing items in
non-interactive mode. Format strings can be specified using
"--format-apt", "--format-event", "--format-recur-apt" and
"--format-recur-event".
- Support for vim-style count prefixes for displacement keys.
- Powerful duration strings: Allows using extended duration
strings, such as "+3:10" or "+1d20h5m".
- A feature that allows piping items to external commands.
- New key bindings to jump to the previous/next month/year.
- A new configuration file format. `calcurse-upgrade` can be used
to convert existing configuration files.
- Several performance improvements.
- Notes are now stored using hash-based file names which results
in lower disk space usage.
- A test suite that can be used to test the core functionality of
calcurse.
- "-D" and "-c" can now be used simultaneously, whereby "-c" has
precedence over "-D".
- A "--read-only" command line option to discard all changes to
data files.
- Bug fixes:
- Do not hardcode paths to the default editor/pager. Rely on the
"$PATH" variable instead.
- Update the number of todo items when importing an iCal file to
prevent some items from being inaccessible.
- Fix a segmentation fault when importing iCal data (reported by
Andraz Levstik).
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=21