From c977dc7d56d0e7d45cfa165448c86cf4b34bec73 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Thu, 15 Apr 2021 16:41:35 -0400 Subject: [PATCH] Add changelogs --- content/README.md | 0 content/changelogs/version-1.0.yml | 5 +++++ content/changelogs/version-1.1.yml | 8 ++++++++ content/changelogs/version-1.2.yml | 6 ++++++ content/changelogs/version-1.3.yml | 7 +++++++ content/changelogs/version-1.4.yml | 13 +++++++++++++ content/changelogs/version-2.0.yml | 17 +++++++++++++++++ content/changelogs/version-2.1.yml | 8 ++++++++ 8 files changed, 64 insertions(+) create mode 100644 content/README.md create mode 100644 content/changelogs/version-1.0.yml create mode 100644 content/changelogs/version-1.1.yml create mode 100644 content/changelogs/version-1.2.yml create mode 100644 content/changelogs/version-1.3.yml create mode 100644 content/changelogs/version-1.4.yml create mode 100644 content/changelogs/version-2.0.yml create mode 100644 content/changelogs/version-2.1.yml diff --git a/content/README.md b/content/README.md new file mode 100644 index 0000000..e69de29 diff --git a/content/changelogs/version-1.0.yml b/content/changelogs/version-1.0.yml new file mode 100644 index 0000000..5e66f1c --- /dev/null +++ b/content/changelogs/version-1.0.yml @@ -0,0 +1,5 @@ +name: Version 1.0 +date: "2016-04-03" +link: Version-1.0 +changes: + - Initial Version \ No newline at end of file diff --git a/content/changelogs/version-1.1.yml b/content/changelogs/version-1.1.yml new file mode 100644 index 0000000..c665203 --- /dev/null +++ b/content/changelogs/version-1.1.yml @@ -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) diff --git a/content/changelogs/version-1.2.yml b/content/changelogs/version-1.2.yml new file mode 100644 index 0000000..ad28be7 --- /dev/null +++ b/content/changelogs/version-1.2.yml @@ -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)" \ No newline at end of file diff --git a/content/changelogs/version-1.3.yml b/content/changelogs/version-1.3.yml new file mode 100644 index 0000000..958fed8 --- /dev/null +++ b/content/changelogs/version-1.3.yml @@ -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 \ No newline at end of file diff --git a/content/changelogs/version-1.4.yml b/content/changelogs/version-1.4.yml new file mode 100644 index 0000000..09995b6 --- /dev/null +++ b/content/changelogs/version-1.4.yml @@ -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. \ No newline at end of file diff --git a/content/changelogs/version-2.0.yml b/content/changelogs/version-2.0.yml new file mode 100644 index 0000000..8499363 --- /dev/null +++ b/content/changelogs/version-2.0.yml @@ -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) \ No newline at end of file diff --git a/content/changelogs/version-2.1.yml b/content/changelogs/version-2.1.yml new file mode 100644 index 0000000..4f67a36 --- /dev/null +++ b/content/changelogs/version-2.1.yml @@ -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) \ No newline at end of file