Skip to content

Commit

Permalink
Update year-in-progress extension (raycast#16016)
Browse files Browse the repository at this point in the history
* Update year-in-progress extension

- Fix settings typos and type of date-fns options params
- Initial commit

* Remove

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
  • Loading branch information
3 people authored and gogocharli committed Jan 6, 2025
1 parent 991fe63 commit 28ce4db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,253 deletions.
5 changes: 5 additions & 0 deletions extensions/year-in-progress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Year in Progress Changelog

## [Bugfix] - 2025-01-02

- Fix typos in "Week starts date" settings dropdown
- Change type `any` to `Day` exported from date-fns

## [Improvement] - 2024-04-25

- Added feature (Show|Hide) in Command Subtitle
Expand Down
7 changes: 4 additions & 3 deletions extensions/year-in-progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"author": "thomas",
"contributors": [
"anothertempore",
"akshay_khade"
"akshay_khade",
"teemu_suvinen"
],
"pastContributors": [
"danulqua"
Expand Down Expand Up @@ -61,7 +62,7 @@
"value": "2"
},
{
"title": "Wedesday",
"title": "Wednesday",
"value": "3"
},
{
Expand All @@ -73,7 +74,7 @@
"value": "5"
},
{
"title": "Staturday",
"title": "Saturday",
"value": "6"
}
]
Expand Down
Loading

0 comments on commit 28ce4db

Please sign in to comment.