1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Add changelogs

This commit is contained in:
John Cleaver 2021-04-15 16:41:35 -04:00
parent 5d07ea37ea
commit c977dc7d56
8 changed files with 64 additions and 0 deletions

0
content/README.md Normal file
View File

View File

@ -0,0 +1,5 @@
name: Version 1.0
date: "2016-04-03"
link: Version-1.0
changes:
- Initial Version

View File

@ -0,0 +1,8 @@
name: Version 1.1
date: "2016-04-14"
link: Version-1.1
changes:
- Added bundle completion numbers (#40)
- "'Hide Completed' toggle now hides items in completed bundles, even if the item is not checked. (#44)"
- Buttons for items in bundles that have been completed, but are not checked are now transparent. (#46)
- Updated scripts to load via HTTPS so that users loading Github via HTTPS can use the page (#47)

View File

@ -0,0 +1,6 @@
name: Version 1.2
date: "2016-04-14"
link: Version-1.2
changes:
- "Added an 'All Season' nav item in the Seasons tab. This shows items that are available in all seasons.
Other season tabs now show items that are available in that season and at most 2 others. (#39)"

View File

@ -0,0 +1,7 @@
name: Version 1.3
date: "2016-04-15"
link: Version-1.3
changes:
- Bundles rewards are now hidden with other spoilers.
- Added a settings page to allow the user to define what information constitutes spoilers.
- Small Layout Changes

View File

@ -0,0 +1,13 @@
name: Version 1.4
date: "2016-04-16"
link: Version-1.4
changes:
- Fixed a bug where items skills were always being hidden
- Updated Season and Skill tabs to sort alphabetically
- Updated to Bulma 0.0.20
- Added a text decoration to completed bundles
- Fixed a bug with side-panel styling
- Reduced the margin size of the room names so they all fit properly in their container.
- "Updated the bundles nav to be included in 'Hide Completed'"
- Hide Completed and Hide Spoilers settings are now saved.
- Added a more thorough readme.

View File

@ -0,0 +1,17 @@
name: Version 2.0
date: "2019-03-12"
link: Version-2.0
changes:
- Added support for mobile and tablets via responsive layouts, icons, and menuing
- Update the look and feel of the website
- Replaced the alphabetical listing, season listing, and skill listing with a combined search page
- Added an exclusive search to allow searching for items in *only* the selected seasons/skills
- Completely re-wrote the data backend to better represent an item being in the same bundle twice
- Added support for bundles to have different numbers of an item
- Added a link to the bundle button to take you directly to that bundle
- Added a reset button to allow you to start a new game
- Added checkmarks to completed rooms
- Fixed a bug where oak resin was listed twice
- Fixed a bug where parsnips have the same id as morels
- Switched to using Vuejs single file components
- Updated dependencies (vuejs, bulma)

View File

@ -0,0 +1,8 @@
name: Version 2.1
date: "2021-01-03"
link: Version-2.1
changes:
- Fixed a bug where only 2 cards per row were displayed instead of 4 on certain viewports (#119)
- Fixed alignment of checklist buttons in cards so that they are consistent (#120)
- Add page and bundle transition animations (#143)
- Add compact view, a smaller, table-like view enabled via the settings page. (#144)