<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq-desktop/pull/1536'>https://github.com/bisq-network/bisq-desktop/pull/1536</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Increase version number</li>
  <li>Use bundle identifier owned by @ripcurlx</li>
  <li>Add workaround to be able to test creation of macOS bundle</li>
  <li>Update copyright</li>
  <li>Merge remote-tracking branch 'origin/master' into release-preparations-for-v0.7.0</li>
  <li>Adapt script for new release</li>
  <li>Adapt linux path of VM</li>
  <li>Merge remote-tracking branch 'origin/master' into release-preparations-for-v0.7.0</li>
  <li>Re-introduce fat executable jar for release packaging</li>
  <li>Adopt build scripts for Manfred Karrer</li>
  <li>Adjust confirmation popup at edit offer</li>
  <li>Merge branch 'master' into release-0.7.0</li>
  <li>Use version 0.7.0 instead of -SNAPSHOT</li>
  <li>Set BISQ_GPG_USER as environment var</li>
  <li>Fix bundle ID</li>
  <li>Show bank ID in offerDetailsWindow for cashDeposit</li>
  <li>Show popup for cash deposit taker</li>
  <li>Block Revolut Sepa accounts</li>
  <li>Remove STRESS_TEST_MODE flag</li>
  <li>Add mavenLocal to repositories in gradle file</li>
  <li>Remove base currency selector in Settingsview</li>
  <li>Remove bc jars, use @USER var in script</li>
  <li>Add rpm build script</li>
  <li>Revert version to -SNAPSHOT</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-0">.gitignore</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-1">build.gradle</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-2">package/linux/32bitBuild.sh</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-3">package/linux/64bitBuild.sh</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-4">package/linux/Dockerfile</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-5">package/linux/rpm.sh</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-6">package/osx/Info.plist</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-7">package/osx/create_app.sh</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-8">package/osx/finalize.sh</a>
    (51)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-9">package/windows/32bitBuild.bat</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-10">package/windows/64bitBuild.bat</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-11">package/windows/Bisq.iss</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-12">src/main/java/bisq/desktop/main/MainView.java</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-13">src/main/java/bisq/desktop/main/MainViewModel.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-14">src/main/java/bisq/desktop/main/offer/offerbook/OfferBook.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-15">src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java</a>
    (21)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-16">src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-17">src/main/java/bisq/desktop/main/portfolio/editoffer/EditOpenOfferView.java</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-18">src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-19">src/main/java/bisq/desktop/util/validation/BICValidator.java</a>
    (7)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq-desktop/pull/1536.patch'>https://github.com/bisq-network/bisq-desktop/pull/1536.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq-desktop/pull/1536.diff'>https://github.com/bisq-network/bisq-desktop/pull/1536.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-desktop/pull/1536">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtltdj4OUp6YA9qpXLYS5_bEp9-F7ks5txUlJgaJpZM4T7FLv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtiGg4p0SR_ni1Krf21erDKdNc7giks5txUlJgaJpZM4T7FLv.gif" height="1" width="1" alt="" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/bisq-network/bisq-desktop/pull/1536"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq-desktop","title":"bisq-network/bisq-desktop","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq-desktop"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Preparation for release 0.7.0 (#1536)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq-desktop/pull/1536"}}}</script>
<script type="application/ld+json">{"@type":"MessageCard","@context":"http://schema.org/extensions","hideOriginalBody":"false","originator":"37567f93-e2a7-4e2a-ad37-a9160fc62647","title":"Preparation for release 0.7.0 (#1536)","sections":[{"text":"","activityTitle":"**Manfred Karrer**","activityImage":"https://avatars2.githubusercontent.com/u/1449498?s=160\u0026v=4","activitySubtitle":"@ManfredKarrer","facts":[]},{"title":"Commit Summary","facts":[{"name":"a37df8e","value":"Increase version number"},{"name":"7af493b","value":"Use bundle identifier owned by @ripcurlx"},{"name":"0f26e18","value":"Add workaround to be able to test creation of macOS bundle"},{"name":"41f6ce3","value":"Update copyright"},{"name":"97f7d24","value":"Merge remote-tracking branch 'origin/master' into release-preparations-for-v0.7.0"},{"name":"b4245fd","value":"Adapt script for new release"},{"name":"fdc8d84","value":"Adapt linux path of VM"},{"name":"dbd3d91","value":"Merge remote-tracking branch 'origin/master' into release-preparations-for-v0.7.0"},{"name":"4a78010","value":"Re-introduce fat executable jar for release packaging"},{"name":"d614a68","value":"Adopt build scripts for Manfred Karrer"},{"name":"4b851ae","value":"Adjust confirmation popup at edit offer"},{"name":"592c307","value":"Merge branch 'master' into release-0.7.0"},{"name":"190aca5","value":"Use version 0.7.0 instead of -SNAPSHOT"},{"name":"9f93fe2","value":"Set BISQ_GPG_USER as environment var"},{"name":"1b42afd","value":"Fix bundle ID"},{"name":"e38b868","value":"Show bank ID in offerDetailsWindow for cashDeposit"},{"name":"e322ef4","value":"Show popup for cash deposit taker"},{"name":"f352dc0","value":"Block Revolut Sepa accounts"},{"name":"6a9b283","value":"Remove STRESS_TEST_MODE flag"},{"name":"6e8d4df","value":"Add mavenLocal to repositories in gradle file"},{"name":"944d750","value":"Remove base currency selector in Settingsview"},{"name":"daf4433","value":"Remove bc jars, use @USER var in script"},{"name":"5b96da9","value":"Add rpm build script"},{"name":"a66a663","value":"Revert version to -SNAPSHOT"}]},{"title":"File Changes","facts":[{"name":"Modified","value":"[.gitignore](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-0) (1 changes)"},{"name":"Modified","value":"[build.gradle](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-1) (3 changes)"},{"name":"Modified","value":"[package/linux/32bitBuild.sh](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-2) (6 changes)"},{"name":"Modified","value":"[package/linux/64bitBuild.sh](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-3) (6 changes)"},{"name":"Modified","value":"[package/linux/Dockerfile](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-4) (2 changes)"},{"name":"Added","value":"[package/linux/rpm.sh](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-5) (31 changes)"},{"name":"Modified","value":"[package/osx/Info.plist](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-6) (4 changes)"},{"name":"Modified","value":"[package/osx/create_app.sh](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-7) (23 changes)"},{"name":"Modified","value":"[package/osx/finalize.sh](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-8) (51 changes)"},{"name":"Modified","value":"[package/windows/32bitBuild.bat](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-9) (4 changes)"},{"name":"Modified","value":"[package/windows/64bitBuild.bat](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-10) (4 changes)"},{"name":"Modified","value":"[package/windows/Bisq.iss](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-11) (2 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/MainView.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-12) (13 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/MainViewModel.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-13) (2 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/offer/offerbook/OfferBook.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-14) (10 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-15) (21 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-16) (11 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/portfolio/editoffer/EditOpenOfferView.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-17) (20 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-18) (23 changes)"},{"name":"Modified","value":"[src/main/java/bisq/desktop/util/validation/BICValidator.java](https://github.com/bisq-network/bisq-desktop/pull/1536/files#diff-19) (7 changes)"}]}],"potentialAction":[{"name":"Add a comment","@type":"ActionCard","inputs":[{"isMultiLine":true,"@type":"TextInput","id":"IssueComment","isRequired":false}],"actions":[{"name":"Comment","@type":"HttpPOST","target":"https://api.github.com","body":"{\"commandName\":\"IssueComment\",\"repositoryFullName\":\"bisq-network/bisq-desktop\",\"issueId\":1536,\"IssueComment\":\"{{IssueComment.value}}\"}"}]},{"name":"Close pull request","@type":"HttpPOST","target":"https://api.github.com","body":"{\"commandName\":\"PullRequestClose\",\"repositoryFullName\":\"bisq-network/bisq-desktop\",\"pullRequestId\":1536}"},{"targets":[{"os":"default","uri":"https://github.com/bisq-network/bisq-desktop/pull/1536"}],"@type":"OpenUri","name":"View on GitHub"},{"targets":[{"os":"default","uri":"https://github.com/bisq-network/bisq-desktop/pull/1536.patch"}],"@type":"OpenUri","name":"View patch"},{"targets":[{"os":"default","uri":"https://github.com/bisq-network/bisq-desktop/pull/1536.diff"}],"@type":"OpenUri","name":"View diff"},{"name":"Unsubscribe","@type":"HttpPOST","target":"https://api.github.com","body":"{\"commandName\":\"MuteNotification\",\"threadId\":334254831}"}],"themeColor":"26292E"}</script>