Releases: anufrievroman/calcure
Releases · anufrievroman/calcure
3.1
3.0.2
3.0.1
3.0
Big release with lots of improvements! 🍾
Huge thanks to @jose1711 and other contributors for their work!
Improvements
- Speed of
.ics
file reading is increased several times! #66 - Implemented support for multiday events from
.ics
files #68 - Implemented support for time of events from
.ics
files #65 - Improved support for timezones in
.ics
files - Improved paths support in config #70
- Improved confirmation dialogues #75
- Improved import from TaskWarrior #76
- Added Slovak translation
- Can display holidays of several countries now
Fixes
2.9.4
Corrections in this release
- Improved performance of weather loading
- Support for imperial weather units
- Improving "done" decorations
- Fixing strike-through decorations
- Fixing selection number bug
- Fixing broken user feedback
2.9
Correction release that fixes several workflow and UI issues.
New in this release:
- Events can now be marked as "done" #55
- Events can now be moved to any date with
m
or inside the current month withM
#54 - Likewise, now user jump to any date with
g
or day inside current month withG
#54 - Some keys were reassigned to unite controls over journal and calendar. Now
x
deletes things,d
marks as done,v
changes view, andR
returns to current day. - Rewritten panes display system, which fixed some UI bugs #38
2.8.2
Correction version that fixes a few bugs of .ics parsing, namely:
- Now parsing continues even if one file is problematic
- User gets errors in info.log about the problematic files
- TZUNTIL lines are skipped
- Some other minor issues