Releases: jayasuryat/minesweeper-j-compose
Releases · jayasuryat/minesweeper-j-compose
v1.0.1
This patch release just includes dependency version updates (#128)
compileSdk
&targetSdk
have been bumped to33
composeCompilerVersion
has been bumped to1.4.4
composeVersion
has been bumped to1.4.1
- Rest all dependencies have been updated to the
latest stable
versions - Fixes and changes required for these version updates
Full Changelog: v1.0.0...v1.0.1
v1.0.0
New features and enhancements!
Find the apk
file in the assets section
What's new? ✨
- ⏯ #70 Automatically
save
game state
on exiting, andresume
back where you left off - 🚩 #41 New in game
toggle
to change theflag mode
- ⚙️ #53 New
Settings screen
for game preferences - ✨ #55 New
theming
,styling
,animations
, and a bunch of other UI / UX enhancements! - 🛠 And a bunch of refactors and enhancements!
Bug Fixes 🐞
- #66. Game
sounds
andvibrations
keep continuing after navigating back to difficulty selection screen - #67.
GameFeedback
inGameScreen
is getting re-triggered on navigating back - #89. Add
proguard rules
forkotlinx.serialization
- #35. When the game is zoomed in, cells are getting revealed off-screen
v1.0.0-alpha03 changes
Demo
MJC-Demo-1.0.0.mov
Full Changelog: v1.0.0-alpha03...v1.0.0
v1.0.0-alpha03
Features and bug fixes
Find the apk
file in the assets section
What's Changed
- #41. Add a toggle for click/flag mode ✨
- #51. Persist zoom/pan state across theme change
- #52. ValueCellRevealer not revealing radially outwards
- #48. Refactors
Full Changelog: v1.0.0-alpha02...v1.0.0-alpha03
v1.0.0-alpha02
This release addresses initial user feedback
Find the apk
file in the assets section
What's Changed
Bug fixes and improvements:
- #39. On changing the app theme, the game progress is getting lost
- #40. On locking the device the game progress is being lost
- #44. Loosing progress with screen rotation
- #46. The game shouldn't be marked as complete until all the non-mine cells are revealed
- #34. Game not completing if all the remaining cells are mines
- #37. "3" cell looks similar to an unrevealed cell
- #33. Consider revealing cells radially outwards
- #36. Slow down the background gradient
Credits ❤️️
- bhagath555 : Filed first-ever user-reported issue of this repo #44 🚀.
- These fine folks gave some awesome and detailed feedback 💌 in a Reddit post about this game, which got translated into these issues:
- AlwaysHopelesslyLost : #46, #34, #37, #33
- merrycachemiss : #40
- Feztopia : #36
Full Changelog: v1.0.0-alpha01...v1.0.0-alpha02
v1.0.0-alpha01
The first release of the Minesweeper jetpack compose app
Release notes
- Fully functioning game mechanics
- Difficulty selection screen
- Audio feedback
- Haptic feedback
- Day/Night theming support
- Game stats/hints in TopBar
Full Changelog: https://github.com/JayaSuryaT/minesweeper-j-compose/commits/v1.0.0-alpha01