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

fix: Calendar output #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nothingelsematters
Copy link

This pull request brings two following calendar output fixes.

1. Multiline task star output

Year 2023 and year 2022 used to omit the stars gained for the day on the top, since it is displayed in several lines:

                     ...'''''''''...                    
                  .'' ~/\* ~~~~  /\ ''.            14

It was fixed with let all_stars = main.contains("calendar calendar-perfect"); for year 2022, however it does not actually work, since it displays incorrectly if the calendar is not perfect.

2. Year 2023 animations

The regex that removes 2019 animation was rewritten to remove all animations covering the 1 animation in year 2019 and 3 animations in year 2023.

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.

1 participant