File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
- added: Add disableSurveyModal option
9
9
- added: dRPC api key option for EVM chains
10
10
- added: Handle KYC error responses from Bity
11
+ - added: just at test changelog entry
11
12
- changed: Enable Bitpay payments for FIO names and domains
12
13
- changed: Disable Home scene swap and FIO cards if configured
13
14
- changed: Allow some chains to be disabled in env.json
14
15
- changed: Add more metadata to zealot upload
15
16
- changed: Token swap error demoted to red error dropdown to a toast
16
17
- changed: 1 cent minimum requirement for high fee warning
18
+ - changed: Properly escape newlines in Zealot changelog
17
19
- fixed: Cutoff UI in ` CreateWalletImportScene ` when keyboard open
18
20
- fixed: Unecessary eye icon in ` CreateWalletImportScene ` text input field
19
21
- fixed: PoweredBy card displaying custom system fonts
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ function buildCommonPost(buildObj: BuildObj) {
438
438
const branch = encodeURIComponent ( buildObj . repoBranch )
439
439
const gitCommit = encodeURIComponent ( buildObj . guiHash )
440
440
chdir ( buildObj . guiDir )
441
- const changes = rmNewline ( cmd ( `git diff HEAD^ HEAD CHANGELOG.md | grep '^+[^+]'` ) )
441
+ const changes = cmd ( `git diff HEAD^ HEAD CHANGELOG.md | grep '^+[^+]'` )
442
442
const changelog = encodeURIComponent ( changes )
443
443
mylog ( `\n\nUploading to Zealot: ${ zealotUrl } ` )
444
444
mylog ( '***********************************************************************\n' )
You can’t perform that action at this time.
0 commit comments