diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md
index 9e34de2..87a309f 100644
--- a/public/CHANGELOG.md
+++ b/public/CHANGELOG.md
@@ -1,5 +1,8 @@
All notable changes to this project will be documented in this file.
+## [2.5.0] - 2026-01-05
+- Uploading GIFS will ask you if you want to extract them to individual frames
+
## [2.4.0] - 2026-01-03
- Add pixel editor
diff --git a/src/components/SpritesheetSplitter.vue b/src/components/SpritesheetSplitter.vue
index 4dbb235..bf1d2ed 100644
--- a/src/components/SpritesheetSplitter.vue
+++ b/src/components/SpritesheetSplitter.vue
@@ -10,7 +10,7 @@