Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.17 #606

Merged
merged 11 commits into from
May 20, 2024
Merged

2.4.17 #606

merged 11 commits into from
May 20, 2024

Conversation

vigoren
Copy link
Owner

@vigoren vigoren commented May 20, 2024

Foundry V12 Support

Simple Calendar has been updated to support Foundry V12. It does not yet take advantage of the Application v2 but does remain backwards compatible with Foundry V10 and V11.

Cyberpunk Red Theme

A new theme has been added to Simple Calendar for the Cyberpunk Red system. Big thank you to RassilonMonk for creating this theme!

Bug Fixes

  • Fixed a bug where note categories wouldn't properly unselect after being selected while editing a note.
  • Fixed a bug when setting a multi day event that spanned 2 or more months, the end date would appear as NaN. (#603)
  • Fixed a bug when persistent open is set to true and the calendar is open, users could not deselect canvas items or open the main menu. (#592)

RassilonMonk and others added 11 commits April 11, 2024 17:26
v1 of Cyberpunk Red Theme for Simple Calendar.
Removed a $ from infront of var that was not needed.
Added a missing comma from the Theme list.
Updated the module.json file to indicate support for version 12 of FoundryVTT.
Updated how the authors color is retrieved for notes. In FoundryV12 the color was changed from a string to a class. Calling toString outputs the expected string from the class so doing that retains backwards compatability for earlier versions.
Updated dependencies.
…es we use so we can deal with different version depreciation's.

Updated all references to getRoute and mergeObject foundry utility functions to our new wrapper functions.
Fixed a bug with notes where note categories could not be unselected after being selected.
…ths, the end date would appear as NaN.

Fixed a bug when persistent open is set to true and the calendar is open, users could not deselect canvas items or open the main menu.
Updated unit tests
Updated dependencies
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (2fb8c03) to head (2bf0ee6).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #606   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           82        83    +1     
  Lines         7913      7975   +62     
  Branches      2352      2380   +28     
=========================================
+ Hits          7913      7975   +62     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vigoren vigoren merged commit 8e22d20 into main May 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants