Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
new release: v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed May 7, 2020
1 parent 76820b9 commit ab3333e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
25 changes: 17 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security


## [v1.9.0] - 2020-05-07

### Added

- Kelp GUI: allows revealing the log file on startup ([bbd709736f25fdf8f4809fb5e4f017ce1d405afa](https://github.com/stellar/kelp/commit/bbd709736f25fdf8f4809fb5e4f017ce1d405afa))
- Kelp GUI: start backend server before sending ready string message ([f2d75d52bfb9dbbee74414b863b813a204f85a53](https://github.com/stellar/kelp/commit/f2d75d52bfb9dbbee74414b863b813a204f85a53))
- Kelp GUI: explicit quit button inside the Kelp GUI window ([846fcf0517be36d3143967e43f33d2a2238aa719](https://github.com/stellar/kelp/commit/846fcf0517be36d3143967e43f33d2a2238aa719))
Expand Down Expand Up @@ -36,10 +51,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Kelp GUI: adjust frontend timer intervals and add comments ([6fb8d428b59a2e517d8f952837169b416b9a45c6](https://github.com/stellar/kelp/commit/6fb8d428b59a2e517d8f952837169b416b9a45c6))
- Kelp GUI: automatically pay test accounts with 1000 units of any asset issued by GBMMZ... public issuer ([3c87298c8b4ce88045d542b872f825532071fc86](https://github.com/stellar/kelp/commit/3c87298c8b4ce88045d542b872f825532071fc86))

### Deprecated

### Removed

### Fixed

- Kelp GUI: fix too many open files error ([df4cb9e87eee5c537f22cd19b49a56c0709c610d](https://github.com/stellar/kelp/commit/df4cb9e87eee5c537f22cd19b49a56c0709c610d))
Expand All @@ -49,9 +60,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Kelp GUI: default windows to --no-electron in bat file ([6a6d9ccae71b788dee55970f072edcc8f2c5a80d](https://github.com/stellar/kelp/commit/6a6d9ccae71b788dee55970f072edcc8f2c5a80d))
- Kelp GUI: refactor os paths used to accommodate for 260 character file path limit in windows ([ae33d83c7ba2344e085816f4071b0763a4a1336e](https://github.com/stellar/kelp/commit/ae33d83c7ba2344e085816f4071b0763a4a1336e))

### Security


## [v1.8.1] - 2020-02-17

### Changed
Expand Down Expand Up @@ -288,7 +296,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Configuration file based approach to setting up a bot
- Documentation on existing capabilities

[Unreleased]: https://github.com/stellar/kelp/compare/v1.8.1...HEAD
[Unreleased]: https://github.com/stellar/kelp/compare/v1.9.0...HEAD
[v1.9.0]: https://github.com/stellar/kelp/compare/v1.8.1...v1.9.0
[v1.8.1]: https://github.com/stellar/kelp/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/stellar/kelp/compare/v1.7.2...v1.8.0
[v1.7.2]: https://github.com/stellar/kelp/compare/v1.7.1...v1.7.2
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,24 @@ There is **one** binary associated with this project: `kelp`. Once the binary is

You can find the pre-compiled binary for your platform from the [Github Releases Page][github-releases].

Here is a list of binaries for the most recent release **v1.8.1**:
Here is a list of binaries for the most recent release **v1.9.0**:

| Platform | Architecture | Binary File Name |
| -------------- | ------------ | ---------------- |
| MacOS (Darwin) | 64-bit | [kelp-v1.8.1-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.8.1-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.8.1-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.8.1-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.8.1-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.8.1-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.8.1-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm7.tar) |
| MacOS (Darwin) | 64-bit | [kelp-v1.9.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.9.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.9.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.9.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.9.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.9.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.9.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm7.tar) |

After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.8.1`) and invoke the `kelp` binary.
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.9.0`) and invoke the `kelp` binary.

Here's an example to get you started (replace `filename` with the name of the file that you download):

tar xvf filename
cd kelp-v1.8.1
cd kelp-v1.9.0
./kelp

To run the bot in simulation mode, try this command:
Expand Down

0 comments on commit ab3333e

Please sign in to comment.