Releases: EmmaRamirez/nuzlocke-generator
Releases · EmmaRamirez/nuzlocke-generator
v1.4.0 Undo/Redo + Crow Tundra!
Vote!
Features
- Crown Tundra: new Pokémon, locations, and items from the DLC have been added
- Undo/Redo: accidentally deleted your Magikarp? Now you no longer have to live in regret!
- Note: edit history is only through local storage and is not downloaded as part of json downloads
- Checkpoints for Pokémon: you can now reward your Pokémon individually with badges
- Auto-Evolve Button: available for Gen I & II games
Fixes
- Improved performance of custom CSS inputs
- Fixed an issue with base64 images as custom checkpoints
- Added missing Gen II berries (they don't have images, as none exist in game data)
- The loading screen now makes it clear deleting local storage is irreversible (so save your data!)
- Fixed an edge case where importing a .json file would break the application
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor
v1.3.1 Squashing Caterpies
Fixes
- You can now copy Nuzlockes in the Saves Manager!
- A warning now pops up when attempting to delete a Nuzlocke
- Display fixes for mobile
- Fixed an issue that made ChampsPokemon icon widths unpredictable
- Fixed a saves bug that would occur after deleting all data
- Added Flyinium Z, Soothe Bell, Shell Bell
- Fixed issues with using hotkeys after deleting all Pokémon
- Various performance improvements
- Added a sprite and image for Zarude
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor
Multiple Nuzlocke Saves ✨
Features
- Multiple nuzlockes: manage multiple nuzlockes
Fixes
- Fixed issue where selecting a Forme wouldn't update the type
- Add missing image for Perrserker
- Add missing LGPE tutor moves
- Made download format for files more reasonable
- Add missing Mega forme option for Banette
- Added trainer image for Brendan
- Fixed missing shuffle sprites for Farfetch'd, Mime Jr., and Mr.Mime
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor
Small fix on StyleEditor
Fixes
- Fixed an issue with StyleEditor appearing twice
- Case insensitive autocomplete #299
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor
1.2.0: Merge pull request #262 from EmmaRamirez/release/1.1.7
Features
- Isle of Armor: added new Pokémon, moves, areas, and items
- Generations Classic theme: yes, it's back!
Fixes
- Fixed the issue with checkbox selection
Update Websocket Dep
1.1.7 Merge pull request #266 from EmmaRamirez/dependabot/npm_and_yarn/webs…
1.1.16: Merge pull request #255 from EmmaRamirez/release/1.1.6
Fixes
- Fixed issue with Boxed per Line being inaccurate in some themes
- Performance improvements for text inputs (will keep searching ways to improve this)
- Prevent some tags from displaying in Blank template
- Created an updater which fixes any errors in your json that prevent you from accessing custom moves
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor
1.1.5
chore: retrigger build
1.1.4
Fixes
- Fixed Tyranitar not having a mega due to a typo
- The main 4 boxes can no longer have their inheritance changed
- Fixed some style descrepancies between light & dark mode
- Updated MassEditor to have better performance and resilience
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor
1.1.3
Minor Features
- Added a `LinkedTo` option for Pokémon, should be useful for Wedlockes & the like!
Fixes
- Fixed a bug where editing a box would de-order them
- Fixed a bug where collapsing a box would hide it in Results
- Prevented inheriting from a non-main box
- Made type option in Move Editor a drop-down
- Fixed styling issues in the Generations theme and made it more flexible
- Moved DataEditor upwards
- Boxes now require confirmation to delete and will actually delete the Pokémon inside the box
- Fixed bugs related to custom move types not appearing
- Average level in stats now ignores hidden Pokémon
Known Issues
- External Cors-blocked images cannot be downloaded, however you can use a base 64 converter to bypass this
- Drag and drop will not reorder positions, you will still have to do that in the editor