Browse Source

REL

localNotifications
Overtorment 6 years ago
parent
commit
1f5b54c8a8
  1. 4
      app.json
  2. 25
      fastlane/metadata/en-US/release_notes.txt
  3. 2
      package.json
  4. 2
      release-notes.sh

4
app.json

@ -1,13 +1,13 @@
{
"expo": {
"sdkVersion": "30.0.0",
"version": "2.6.1",
"version": "3.0.0",
"privacy": "public",
"platforms": [
"ios"
],
"ios": {
"buildNumber": "93",
"buildNumber": "94",
"supportsTablet": true,
"bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": {

25
fastlane/metadata/en-US/release_notes.txt

@ -1,13 +1,12 @@
* FIX: Wont broadcast tx with too small fee
* ADD: HD wallet
* FIX: transactions list update limit
* FIX: transactions update on app start
* FIX: blank screen in the app in case of unexpected TX data
* FIX: 'Export / Details' button for iPad
* REF: improved tx details screen
* ADD: open tx in external blockexplorer
* FIX: tx list resolution increased to minutes
* OPS: Upgrade to Expo 30
* FIX: misaligned unconf tx icon
* FIX: github links
* FIX: after tx broadcast tx list refreshed automatically
OPS: add sentry
FIX: main call to action (closes #39)
FIX: Fixed Spanish translations.
FIX: imroved ru & ua locale
FIX: github links
FIX: after tx broadcast tx list refreshed automatically
ADD: Wallet Details screen
FIX: Fixed receive and send calls
FIX: improve splash image and colors
FIX: Modified Encrypted Storage prompt
FIX: improved tx refresh strategy
FIX: HDBread tx confirmations calculation

2
package.json

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "2.6.1",
"version": "3.0.0",
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",

2
release-notes.sh

@ -1,4 +1,4 @@
#!/usr/bin/env bash
TAG=`git tag | sort | tail -n 1`
HASH=`git show-ref -s $TAG`
git log --oneline $HASH..HEAD
git log --pretty=format:'%Cred*%Creset %Creset %s %b %Creset' $HASH..HEAD

Loading…
Cancel
Save