Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #495 from bunqCommunity/master
Browse files Browse the repository at this point in the history
Release 0.9.6
  • Loading branch information
Crecket authored Mar 3, 2019
2 parents e90a3e4 + 10e0c38 commit 340217a
Show file tree
Hide file tree
Showing 213 changed files with 4,134 additions and 2,702 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ You can directly search for 'bunqDesktop' in the Ubuntu store or use the snap c

`choco install bunqdesktop`

#### [AUR](https://aur.archlinux.org/packages/bunq-desktop-bin/)
Replace the $AURHELPER section with your AUR helper command.

`$AURHELPER -S bunq-desktop-bin`

## Features
- View all your accounts and payments
- Send new payments to other users
Expand Down Expand Up @@ -67,7 +72,7 @@ Check out the settings page to see where this information is stored and to chang
## Privacy
At no point is your API key, session information or other data directly sent to other servers or systems. All requests to the bunq API are done directly from the bunqDesktop client to the bunq servers.

We use Google Analytics with minimal settings ([Source code](./src/react/Helpers/Analytics.js)) to check
We use Google Analytics with minimal settings ([Source code](./src/react/Functions/Analytics.js)) to check
which version of the application is used and other basic information like system language, OS version and country.
Your IP address is anonymized using [IP Anonymization in Analytics](https://support.google.com/analytics/answer/2763052?hl=en).
Google Analytics can be disabled on the settings page whenever you want.
Expand All @@ -90,6 +95,8 @@ $ yarn start:dev
```

## Contact
[![Together topic badge](https://img.shields.io/badge/Together-Discuss-orange.svg) ](https://together.bunq.com/d/6180-bunq-cli-a-new-unofficial-command-line-tool-for-the-bunq-api/11) [![Telegram chat badge](https://img.shields.io/badge/Telegram-Discuss-blue.svg) ](https://t.me/bunqcommunity) [![Telegram chat badge](https://img.shields.io/badge/Telegram-Announcements-blue.svg) ](https://t.me/bunqdesktop)

We have a public [Telegram chat group ](https://t.me/bunqcommunity) and a topic on [bunq together](https://together.bunq.com/d/5763-bunqdesktop-the-unofficial-free-and-open-source-desktop-application-for-bunq/).

If you just want a notification when a new version is released you can also join the [Telegram updates channel](https://t.me/bunqdesktop).
Expand All @@ -101,3 +108,7 @@ contact us through one of the above.

[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/0)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/0)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/1)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/1)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/2)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/2)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/3)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/3)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/4)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/4)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/5)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/5)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/6)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/6)[![](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/images/7)](https://sourcerer.io/fame/crecket/bunqCommunity/bunqDesktop/links/7)

## License
Unless otherwise noted, the bunqDesktop source files are distributed under the MIT License found in the [LICENSE](https://github.com/bunqCommunity/bunqDesktop/blob/master/LICENSE) file.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FbunqCommunity%2FbunqDesktop.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FbunqCommunity%2FbunqDesktop?ref=badge_large)
182 changes: 182 additions & 0 deletions app/images/bunq-mastercard-virtual.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bunqdesktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bunqdesktop</id>
<version>0.9.5</version>
<version>0.9.6</version>
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>bunqCommunity</owners>
Expand All @@ -25,7 +25,7 @@
<summary>The unofficial, free and open source desktop application for the bunq API</summary>
<description>A desktop implementation for bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else!</description>

<releaseNotes>https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.5</releaseNotes>
<releaseNotes>https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.6</releaseNotes>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
Expand Down
2 changes: 1 addition & 1 deletion chocolatey/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$name = 'bunqDesktop'
$installerType = 'exe'
$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.5/bunqDesktop-0.9.5.exe'
$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.6/bunqDesktop-0.9.6.exe'
$silentArgs = '/silent'

Install-ChocolateyPackage $name $installerType $silentArgs $url
2 changes: 1 addition & 1 deletion config/Webpack/plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const webpack = require("webpack");
const HardSourceWebpackPlugin = require("hard-source-webpack-plugin");
const CleanWebpackPlugin = require("clean-webpack-plugin");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const HardSourceWebpackPlugin = require("hard-source-webpack-plugin");
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer").BundleAnalyzerPlugin;

const packageInfo = require("../../package.json");
Expand Down
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require('./tasks/build_app');
require('./tasks/build_tests');
require('./tasks/start');
Loading

0 comments on commit 340217a

Please sign in to comment.