Releases: smurfier/LuaCalendar
Releases · smurfier/LuaCalendar
LuaCalendar 6.0
- Added Finish event option. Specified in "M/D/Y" format.
- Variables in Event files can now be nested, allowing for {$Variable{$AnotherVariable}}.
- Actions to change the month with the mouse scroll wheel can now be disabled via the DisableScroll setting.
- Built-in variable for Orthodox Easter.
- The Locale setting is no longer available. The functionality used was removed in Rainmeter due to issues with affecting other skins.
- Weekend Style is only applied if an Event is not present on that day.
- Skip event option is now specified in "M/D/Y" format.
- Changed parsing of event files to allow closing event tags (I.E. <Event>Description</Event>).
- Changed parsing of event files to allow numeric escape characters.
- The LastWkHidden variable now represents the number of weeks that need to be hidden.
- The NextEvent variable is now only set when in the current month or a future month.
- The Event List now follows the Leading Zeroes option.
- Script would crash if an invalid Event file was specified.
- Meters included in Styles would appear behind the Background meter.
- Unmatched /Set tags would cause the script to crash.
- Event File Variables defined using variables would not be parsed.
LuaCalendar 5.0
- Added the Options skin.
- Added the ability to define Event File Variables.
- Added the ability to change the string case of Event names.
- Added the Skip option to repeating events.
- Added the Timestamp option to Event files.
- Formulas are now allowed in all Event File number options.
- Variables can now be used in all Event File options.
- Added Custom repeating events.
- Fixed an issue with Week range where current day style was not being applied.
- Fixed an issue where custom month names would break the calendar.
LuaCalendar 4.1
- Fixed a fatal error when no Repeat was set for an event.
- Made the script more modular.
- Changed variables to use XML standard syntax.
- Updated the Enigma style.
- Added support for the new MouseScroll actions introduced in the Rainmeter 2.5 beta.
- Added option for SingleFolder option.
- Reinstated Range option for displaying Month or Week range.
- Removed DayPrefix and MeterPrefix skin settings. Now set in script file.
LuaCalendar 4.0
- Changed Event files to use a more robust system for repeating events.
- Fixed HideLastWeek.
- Moved Calendar files to Calendars folder.
- Moved Event list to bottom of the calendar on DefaultEvents style.
- Added Inactive option for events.
- Move function now accepts any whole integer.
- Added Custom Context Menu actions.
- Fixed Custom Event Colors with nested tags.
- Added WeekNumber variables.
- Added DefaultWeeks style.
LuaCalendar 3.5
- Updated Event file formatting.
- Added Custom Colors to Event files.
- Added support for nested Set tags in Event files.
- Added support for custom built in Events.
- Added support for formulas in the Month parameter.
- Fixed inline tags.
- Added Version Checking
LuaCalendar 3.4
- Added Ghost meter to Default styles to enforce skin size.
- Added NextEvent skin variable.
- Updated to use Resources folder.