## [1.7.0] - 2025-11-22

- Add layer support
- Add background color picker
- Improved UI
This commit is contained in:
2025-11-22 03:19:19 +01:00
parent 474ddd3e27
commit aee07f23f2
9 changed files with 98 additions and 67 deletions

View File

@@ -1,5 +1,10 @@
All notable changes to this project will be documented in this file.
## [1.7.0] - 2025-11-22
- Add layer support
- Add background color picker
- Improved UI
## [1.6.0] - 2025-11-18
- Improved animation preview modal
- Add toggle for negative spacing in cells
@@ -34,30 +39,30 @@ All notable changes to this project will be documented in this file.
## [1.7.0] - 2025-05-02
### Removed
- 🪟 Checkerboard pattern inside sprite cells as it could conflict with the sprite. (Thanks Rivers)
- Checkerboard pattern inside sprite cells as it could conflict with the sprite. (Thanks Rivers)
## [1.6.0] - 2025-04-30
### Added
- 🎨 Dark mode support
- Preview other sprites inside cells from overview
- Dark mode support
- Preview other sprites inside cells from overview
## [1.5.0] - 2025-04-30
### Added
- 📏 Offset indicators for better sprite alignment
- Offset indicators for better sprite alignment
- Set base offset for offset indicators
## [1.4.0] - 2025-04-06
### Added
- 🎥 Download as GIF functionality
- 🗂 Download as ZIP functionality
- Download as GIF functionality
- Download as ZIP functionality
## [1.3.0] - 2025-04-06
### Fixed
- 📄 When importing a spritesheet, the tool will now remove transparent from the edges of each sprite so you can move them inside their cells.
- When importing a spritesheet, the tool will now remove transparent from the edges of each sprite so you can move them inside their cells.
## [1.2.0] - 2025-04-06
@@ -67,22 +72,22 @@ All notable changes to this project will be documented in this file.
## [1.1.0] - 2025-04-06
### Added
- 📝 Help modal with instructions and tips
- 🎨 Pixel perfect mode for better sprite alignment
- Help modal with instructions and tips
- Pixel perfect mode for better sprite alignment
## [1.0.0] - 2025-04-06
### Added
- 🎉 Initial release
- Basic spritesheet generation functionality
- Drag and drop image upload
- Grid-based sprite arrangement
- Custom grid size configuration
- 🎮 Animation preview functionality
- Real-time animation preview
- Adjustable animation speed
- Frame-by-frame navigation
- 💾 JSON import/export support
- Save sprite arrangements
- Load previous projects
- Export configuration files
- Basic spritesheet generation functionality
- Drag and drop image upload
- Grid-based sprite arrangement
- Custom grid size configuration
- Animation preview functionality
- Real-time animation preview
- Adjustable animation speed
- Frame-by-frame navigation
- JSON import/export support
- Save sprite arrangements
- Load previous projects
- Export configuration files