|
| 1 | +# Garbage Day Change Log |
| 2 | + |
| 3 | +## 3.2.1 (Unreleased) |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +* Added config option to reduce log amount. |
| 8 | +* Config options can be loaded from backup. |
| 9 | +* Removed the unecessary harmony flag. |
| 10 | + |
| 11 | +## 3.2.0 (December 14, 2024) |
| 12 | + |
| 13 | +### Added |
| 14 | + |
| 15 | +* Added a prismatic indicator option for special items. |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +* Drop FauxCore dependency. |
| 20 | + |
| 21 | +## 3.1.9 (December 3, 2024) |
| 22 | + |
| 23 | +### Changed |
| 24 | + |
| 25 | +* Updated for FauxCore 1.2.1. |
| 26 | +* Load Garbage Can texture from internal asset. |
| 27 | +* If config file is missing, it will attempt to restore from global data. |
| 28 | + |
| 29 | +### Fixed |
| 30 | + |
| 31 | +* Updated for SDV 1.6.10 and SMAPI 4.1.3. |
| 32 | + |
| 33 | +## 3.1.8 (April 15, 2024) |
| 34 | + |
| 35 | +### Changed |
| 36 | + |
| 37 | +* Toolbar icon forces the trash can lid event on the nearby garbage can. |
| 38 | +* Provide default options for Better Chests. |
| 39 | + |
| 40 | +### Fixed |
| 41 | + |
| 42 | +* Fixed garbage cans dropping infinite special items. |
| 43 | + |
| 44 | +## 3.1.7 (April 12, 2024) |
| 45 | + |
| 46 | +### Changed |
| 47 | + |
| 48 | +* Initialize GarbageDay DI container on Entry. |
| 49 | + |
| 50 | +## 3.1.6 (April 9, 2024) |
| 51 | + |
| 52 | +### Changed |
| 53 | + |
| 54 | +* Updated for FauxCore api changes. |
| 55 | + |
| 56 | +## 3.1.5 (April 6, 2024) |
| 57 | + |
| 58 | +### Fixed |
| 59 | + |
| 60 | +* Add toolbar icon integration on game launched. |
| 61 | + |
| 62 | +## 3.1.4 (April 4, 2024) |
| 63 | + |
| 64 | +### Fixed |
| 65 | + |
| 66 | +* Garbage cans can now be loaded by default when the config option is set. |
| 67 | + |
| 68 | +## 3.1.3 (April 2, 2024) |
| 69 | + |
| 70 | +### Changed |
| 71 | + |
| 72 | +* Added logging for debugging purposes. |
| 73 | + |
| 74 | +## 3.1.2 (March 25, 2024) |
| 75 | + |
| 76 | +### Fixed |
| 77 | + |
| 78 | +* Fixed error that occurs when custom maps are installed. |
| 79 | +* Fixed api integration with Toolbar Icons. |
| 80 | + |
| 81 | +## 3.1.1 (March 19, 2024) |
| 82 | + |
| 83 | +### Changed |
| 84 | + |
| 85 | +* Rebuild against final SDV 1.6 and SMAPI 4.0.0. |
| 86 | + |
| 87 | +## 3.1.0 (March 19, 2024) |
| 88 | + |
| 89 | +### Changed |
| 90 | + |
| 91 | +* Updated for SDV 1.6 and .NET 6 |
| 92 | + |
| 93 | +## 3.0.1 (August 21, 2022) |
| 94 | + |
| 95 | +### Changed |
| 96 | + |
| 97 | +* Open the Garbage Can lid when a farmer is nearby. |
| 98 | + |
| 99 | +## 3.0.0 ( August 20, 2022) |
| 100 | + |
| 101 | +### Added |
| 102 | + |
| 103 | +* Added console command: |
| 104 | + * `garbage_hat` - Next Garbage Can will drop a hat. |
| 105 | + |
| 106 | +### Changed |
| 107 | + |
| 108 | +* Updated to SMAPI 3.15. |
| 109 | +* No longer depends on any other mods. |
| 110 | + |
| 111 | +## 2.1.0-beta.5 |
| 112 | + |
| 113 | +### Changed |
| 114 | + |
| 115 | +* Added support for more types of custom loot |
| 116 | +* Fixed RNG being too low |
| 117 | + |
| 118 | +## 2.1.0-beta.1 |
| 119 | + |
| 120 | +### Changed |
| 121 | + |
| 122 | +* Updated from Expanded Storage (Legacy) to XSLite+XSPlus |
| 123 | + |
| 124 | +## 2.0.1 |
| 125 | + |
| 126 | +### Changed |
| 127 | + |
| 128 | +* Allow adding Garbage Cans using "Garbage": "ID" tile property |
| 129 | +* Update to SMAPI 3.12 |
| 130 | + |
| 131 | +## 2.0.0 |
| 132 | + |
| 133 | +### Changed |
| 134 | + |
| 135 | +* Preliminary 64-bit support |
| 136 | +* Simplified map integrations |
| 137 | + |
| 138 | +## 1.0.3 |
| 139 | + |
| 140 | +### Added |
| 141 | + |
| 142 | +* Added config option to hide Garbage Cans from Chests Anywhere |
| 143 | + |
| 144 | +## 1.0.2 |
| 145 | + |
| 146 | +### Added |
| 147 | + |
| 148 | +* Added console commands: |
| 149 | + * `garbage_fill` - Adds loot to all garbage cans. |
| 150 | + * `garbage_kill` - Removes all garbage cans. |
| 151 | +* Added Open when Farmer Nearby |
| 152 | +* Added color based on items |
| 153 | + |
| 154 | +### Changed |
| 155 | + |
| 156 | +* Fixed MacOS support |
| 157 | + |
| 158 | +## 1.0.1 |
| 159 | + |
| 160 | +### Added |
| 161 | + |
| 162 | +* Added Content Pack Format |
| 163 | +* Added API |
| 164 | + |
| 165 | +## 1.0.0 |
| 166 | + |
| 167 | +* Initial Release |
0 commit comments