Skip to content

Commit

Permalink
Add v0.38 to Roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tmedetbekov committed Apr 22, 2024
1 parent 0d4537b commit 7091805
Show file tree
Hide file tree
Showing 5 changed files with 11,631 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"marked": "^4.3.0",
"node-sass": "^8.0.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
Expand Down
1 change: 1 addition & 0 deletions src/components/Roadmap/Roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const releases = [
{ version: '0.35', date: 'Sep 25, 2023' },
{ version: '0.36', date: 'Oct 26, 2023' },
{ version: '0.37', date: 'Jan 8, 2024' },
{ version: '0.38', date: 'Apr 18, 2024' },
]

export default function Roadmap() {
Expand Down
36 changes: 36 additions & 0 deletions src/releases/0.38.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Version 0.38 Highlights

BITCOIN UPGRADE, TOKEN ANALYTICS, TOKEN WATCHLIST, TRANSACTIONS FILTER

GM Free Souls! We're thrilled to introduce Unstoppable Wallet version 0.38. As usual, we bring some major enhancements in this release!

## 1. MAJOR BITCOIN UPGRADE

Bitcoin wallets within Unstoppable received substantial enhancements:

- users are now able to speed up / cancel pending Bitcoin transactions.

- advanced and/or privacy-conscious users can control which Bitcoin UTXOs are used for transactions.

- users are now able to view previously used addresses for incoming Bitcoin payments.

- finally, there is an option to add public on-chain notes (memos) to outgoing Bitcoin payments.

The abovementioned improvements also apply to other Bitcoin-like blockchains i.e. Litecoin and Bitcoin Cash.

## 2. TOKEN ANALYTICS ENHANCEMENTS

- AI-powered buy/sell signal based on technical analysis
- token smart contract analysis

## 3. WATCHLIST ENHANCEMENTS

Tokens in the watchlist can now be sorted based on price performance over various periods i.e. day, week, or month.

## 4. TRANSACTIONS FILTER

Transactions tab filtering options now include an option to filter outgoing payments by payment contacts. This allows someone to easily visualize all payments made to specific addresses/contacts.

Unstoppable Wallet aims to improve its cryptocurrency wallet by prioritizing efficiency and security. User feedback and suggestions are highly valued to enhance the app. Thank you for choosing our cryptocurrency wallet!

Peace!
Loading

0 comments on commit 7091805

Please sign in to comment.