Releases: anufrievroman/calcure
Releases · anufrievroman/calcure
3.2.1
3.2 - Keep an eye on Moon
Thanks to the contribution of @york9675 @tramsauer @kianmeng @cyberme0w @MadDesign Thomas Ramsauer and other contributors, we are happy to present the new version of Calcure!
New in this release
- Moon phases, set
show_moon_phases = Yesin your config! - Nice input fields with the ability to delete symbols and Esc the input field
- Ability to specify location of log file in config:
log_file = mylogs.txt - Adding Traditional Chinese translation
- Fixing errors caused by issues with Persian calendar
- Various minor fixes
p.s. To package maintainers: jdatetime library now has the new dependence jalali-core, please add it as a dependence here as I am not sure if jdatetime package maintainers will add it any time soon.
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
.icsfile reading is increased several times! #66 - Implemented support for multiday events from
.icsfiles #68 - Implemented support for time of events from
.icsfiles #65 - Improved support for timezones in
.icsfiles - 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
mor inside the current month withM#54 - Likewise, now user jump to any date with
gor day inside current month withG#54 - Some keys were reassigned to unite controls over journal and calendar. Now
xdeletes things,dmarks as done,vchanges view, andRreturns 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