Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# Changelog

## 1.0.0 (2026-06-20)


### Features

* add app logo to UI and README ([42e0a7c](https://github.com/cryptoflops/celo-saver/commit/42e0a7ce0524f0a30744385c7f842783cc957b25))
* add contract hooks and Celo Sepolia chain config ([684ff1e](https://github.com/cryptoflops/celo-saver/commit/684ff1ee98e350e3206cc4ce39f8038478655de9))
* Massive UX and Design overhaul with Lucide icons, Dark Mode, and new SPA routes ([7952df5](https://github.com/cryptoflops/celo-saver/commit/7952df590f1a2db9ead4f46a7d9eb1484433881d))
* minipay integration and mobile UX optimization for Proof-of-Ship ([4a075f9](https://github.com/cryptoflops/celo-saver/commit/4a075f9a12409a51b4b2457e372936a34395f844))
* **minipay:** upgrade useMiniPay hook with stablecoin balances, chain forcing, and MiniPayBar component ([5a739d3](https://github.com/cryptoflops/celo-saver/commit/5a739d3b9536df6e4175b69e0d0546ee61dedb92))
* switch to Celo Mainnet contract addresses ([b835f8b](https://github.com/cryptoflops/celo-saver/commit/b835f8bb8bdc570d10b3722bb234dacc4c2425ec))


### Bug Fixes

* unoptimized next/image for static export ([1911b58](https://github.com/cryptoflops/celo-saver/commit/1911b58a48812452aee22ad05840ee781af3ed99))

## [Unreleased] - 2026-06-19

### Changed
- Updated dependencies to latest stable
- Cleaned up unused imports

### Fixed
- Resolved race condition in wallet sync
- Resolved race condition in wallet sync
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptoflops/celo-saver",
"version": "0.1.0",
"version": "1.0.0",
"description": "CeloSaver - Save-to-Earn MiniApp for Celo MiniPay",
"files": [
"src",
Expand Down