Releases: michaelkolesidis/emoji-minesweeper
Releases · michaelkolesidis/emoji-minesweeper
Emoji Minesweeper 8.0.3
Changelog
- General cleanup and minor edits
Emoji Minesweeper 8.0.2
Changelog
- Add Easter egg 😸
- Minor bug fix
Emoji Minesweeper 8.0.0
Changelog
- UI redesign with only emoji buttons
- Add chording support
- Add end of game panel including stats about the game (time, moves, 3BV, 3BV/s, efficiency)
- Fix flag button mode indication
- Updated font throughout the game (title, counters, modals)
- Add console logo
- Accurate moves counting
- Use single modal component for all modals
- Update readme
- Update screenshots
- Minor improvements
- Minor bug fixes
- Styling fixes
- Code cleanup
- Update dependency (p5.js)
Emoji Minesweeper 7.0.0
Changelog
- Add custom level option
- Add custom level button
- Add custom level modal
- Button redesign
- UI adjustments and improvements
- Add mine location forcer in debug mode
- Various minor improvements
- Code cleanup
Emoji Minesweeper 6.1.1
Changelog
- Fix dark theme background
Emoji Minesweeper 6.1.0
Changelog
- Remove footer
- Update game container
- Update help modal
- Fix help modal / stats modal bug
Emoji Minesweeper 6.0.0
Changelog
- Extensive refactoring to use emoji images instead of emoji text
- Updated dark theme
- Updated precise board generation
- Added emoji images with adjusted sizing for each emoji
- Added support button
- Updated help panel
- Updated new best time / new best moves handling
- Header wave animation on win
- Updated themes
- Japanese translation in Japan theme
- Footer styling
- Updated footer
- Loading speed enhancements
- Enforce consistent code style
- Updated readme files and screenshots
- Code cleanup
- Minor edits
Emoji Minesweeper 5.0.1
This is a minor version minimal changes from version 5.0.0.
Changelog
1. Documentation
- New screenshots reflecting the changes of version 5.0.0
- Updated documentation with the latest screenshots that include the dark mode button
- Documented the dark button functionality
- Typo corrections all over documentation
-
- Updated date
2. Code
- Updated dates
- Added a few missing semicolons
-
- Updated Axios to version 1.4.0
Emoji Minesweeper 5.0.0
This is the fifth major version of Emoji Minesweeper. Many new features have been implemented, such as debug mode and themes.
Changelog
1. Debug Mode
- Access debug mode by adding #debug at the end of the URL
- Square numbers and mine locations visible in debug mode
- Games played in debug mode are not counted in the stats
2. Themes
- 5 different themes with different emoji sets to choose from
- Easy to switch between themes by clicking on the themes icon or by using left and right arrows
- Theme preferences are saved
- Ability to change themes dynamically, without refreshing, if there is an active game
3. Project Restructuring and Refactoring
- Code reorganization with the whole flag mode functionality and the whole theme change functionality moving into their respective files
- Each element in its own file
- Project restructuring and refactoring to allow multiple themes
- Clean up old flower mode code
- Code cleanup
4. Full Keyboard Control
- The whole UI and all button actions can be triggered using keyboard shortcuts
- Toggle flag mode with the F key
- Open/close the stats panel with the S key
- Open/close the help panel with the H key
5. Other
- Added cover image
- Changed bear win emoji
- Added custom 404 page
- Added licensing information to all JavaScript files
- Readme updates and additions
- Documentation
Emoji Minesweeper 4.2.1
Changelog:
- Extensive code cleanup
- Added more comments
- Readme corrections