File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
- changed: Add more metadata to zealot upload
15
15
- changed: Token swap error demoted to red error dropdown to a toast
16
16
- changed: 1 cent minimum requirement for high fee warning
17
+ - changed: Properly escape newlines in Zealot changelog
17
18
- fixed: Cutoff UI in ` CreateWalletImportScene ` when keyboard open
18
19
- fixed: Unecessary eye icon in ` CreateWalletImportScene ` text input field
19
20
- 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