[bisq-network/bisq] Release/v1.2.5 (#3881)

Christoph Atteneder notifications at github.com
Thu Jan 9 18:49:08 UTC 2020



You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/3881

-- Commit Summary --

  * Check existence of selected block explorer using name string comparison
  * Bump version number for v1.2.5
  * Add BSQ explorers into v1.2.5 release (#3864)
  * Modify seednode install script to use GitHub API for latest release tags
  * Fix typo in bisq-seednode.env using wrong variable name
  * Merge commit for bisq-seednode.env
  * Use trading fee in BSQ fee comparison
  * Add information if minimum trading fee or minimum security deposit is used
  * Show minimum security deposit in create offer dialog when used
  * Only validate security deposit amount if used
  * Use general "(required minimum)" label with BTC value if min value is used
  * Add bsq.bisq.cc BSQ explorer operated by @m52go
  * Add new 4nnuyxm5k5tlyjq3.onion:8333 btcnode operated by @m52go
  * Migrated onions for my 2 btcnodes to new servers, only clearnet changed
  * Temporarily disable z33nukt7ngik3cpe btcnode due to failing service checks
  * Remove Greek from supported core languages
  * Update translations
  * Update bitcoinj checkpoints file
  * Update data stores
  * Force the text-fill style to fix wrong text color every now and then
  * Update buy and sell color and move all color codes to the top
  * The small icon on top should match the label color
  * Remove non existing id style "cancel-button"
  * Remove dead code
  * Add back manual style workaround
  * Add some missing changes in seednode systemd service for release/v1.2.5
  * Merge pull request #3880 from wiz/fix-seednode-systemd-service-on-v1.2.5
  * Revert to SNAPSHOT version
  * Also revert to SNAPSHOT version for relay

-- File Changes --

    M build.gradle (2)
    M common/src/main/java/bisq/common/app/Version.java (2)
    M core/src/main/java/bisq/core/btc/nodes/BtcNodes.java (11)
    M core/src/main/java/bisq/core/locale/GlobalSettings.java (5)
    M core/src/main/java/bisq/core/locale/LanguageUtil.java (2)
    M core/src/main/java/bisq/core/user/Preferences.java (24)
    M core/src/main/resources/i18n/displayStrings.properties (5)
    M core/src/main/resources/i18n/displayStrings_de.properties (117)
    D core/src/main/resources/i18n/displayStrings_el.properties (2634)
    M core/src/main/resources/i18n/displayStrings_es.properties (83)
    M core/src/main/resources/i18n/displayStrings_fa.properties (77)
    M core/src/main/resources/i18n/displayStrings_fr.properties (283)
    M core/src/main/resources/i18n/displayStrings_ja.properties (75)
    M core/src/main/resources/i18n/displayStrings_pt-br.properties (81)
    M core/src/main/resources/i18n/displayStrings_pt.properties (79)
    M core/src/main/resources/i18n/displayStrings_ru.properties (75)
    M core/src/main/resources/i18n/displayStrings_th.properties (75)
    M core/src/main/resources/i18n/displayStrings_vi.properties (75)
    M core/src/main/resources/i18n/displayStrings_zh-hans.properties (121)
    M core/src/main/resources/i18n/displayStrings_zh-hant.properties (123)
    M core/src/main/resources/wallet/checkpoints.txt (4)
    M core/update_translations.sh (3)
    M desktop/package/linux/Dockerfile (2)
    M desktop/package/linux/package.sh (2)
    M desktop/package/linux/release.sh (2)
    M desktop/package/macosx/Info.plist (4)
    M desktop/package/macosx/create_app.sh (2)
    M desktop/package/macosx/finalize.sh (2)
    M desktop/package/macosx/insert_snapshot_version.sh (2)
    M desktop/package/macosx/replace_version_number.sh (4)
    M desktop/package/windows/package.bat (2)
    M desktop/package/windows/release.bat (2)
    M desktop/src/main/java/bisq/desktop/bisq.css (8)
    M desktop/src/main/java/bisq/desktop/main/offer/MutableOfferDataModel.java (4)
    M desktop/src/main/java/bisq/desktop/main/offer/MutableOfferView.java (32)
    M desktop/src/main/java/bisq/desktop/main/offer/MutableOfferViewModel.java (30)
    M desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java (5)
    M desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferView.java (9)
    M desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferViewModel.java (12)
    M desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java (1)
    M desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferView.java (1)
    M desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java (22)
    M desktop/src/main/java/bisq/desktop/theme-dark.css (24)
    M desktop/src/main/java/bisq/desktop/theme-light.css (1)
    M desktop/src/main/java/bisq/desktop/util/CssTheme.java (21)
    M desktop/src/main/java/bisq/desktop/util/FormBuilder.java (13)
    M desktop/src/main/java/bisq/desktop/util/GUIUtil.java (12)
    M desktop/src/test/java/bisq/desktop/util/GUIUtilTest.java (36)
    M p2p/src/main/resources/AccountAgeWitnessStore_BTC_MAINNET (0)
    M p2p/src/main/resources/DaoStateStore_BTC_MAINNET (28756)
    M p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET (0)
    M p2p/src/main/resources/TradeStatistics2Store_BTC_MAINNET (0)
    M relay/src/main/resources/version.txt (2)
    M seednode/bisq-seednode.env (14)
    M seednode/bisq-seednode.service (12)
    M seednode/install_seednode_debian.sh (4)
    M seednode/src/main/java/bisq/seednode/SeedNodeMain.java (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/3881.patch
https://github.com/bisq-network/bisq/pull/3881.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3881
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200109/2069220b/attachment.html>


More information about the bisq-github mailing list