From d059804977692145754050600b397d8cdf5da8fa Mon Sep 17 00:00:00 2001 From: David Ehlen Date: Mon, 1 Apr 2019 19:13:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4542686..89eddbb 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ alt="Capture Screen Video" width="480" border="10" /> If you find a bug or have an idea for an enhancement don't hesitate to file an issue. I am very grateful for every contribution you can make to improve Capture. You can help the most by providing a reproducible bug report or even better by filing a pull request to make sure Capture gets even better. I will do my best to help you with that if you need support. Please note that this application is at the moment free to use and fully open-source. ## Installation -Please go to https://captureapp.dev and download the latest version or simply go to the releases tab and download the version you want. If you have macOS Developer account you can also build the application from source of course. +Please go to https://captureapp.dev and download the latest version or simply go to the releases tab and download the version you want. If you have a macOS Developer account you can also build the application from source of course. ## Build To setup the project just run rake setup. This will install all the needed dependencies. After that you can open the Xcode project. There is also rake setup_with_unit_test which executes the unit tests after installing the needed tools. From f3ea354f2ffa7a68f311c92e9af769ba70b97329 Mon Sep 17 00:00:00 2001 From: David Ehlen Date: Mon, 1 Apr 2019 19:17:17 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89eddbb..3f85973 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ alt="Capture Screen Video" width="480" border="10" /> ## Support If you find a bug or have an idea for an enhancement don't hesitate to file an issue. I am very grateful for every contribution you can make to improve Capture. You can help the most by providing a reproducible bug report or even better by filing a pull request to make sure Capture gets even better. I will do my best to help you with that if you need support. Please note that this application is at the moment free to use and fully open-source. +I also created an idea backlog to not pollute the issues section. All possible enhancements for Capture can be collected there. Feel free to add your own ideas [to the backlog](https://github.com/dehlen/Capture/projects/1). Once an idea is moved to "In Progress", I'll create an appropriate issue so you can better track the current state of the feature request. + ## Installation Please go to https://captureapp.dev and download the latest version or simply go to the releases tab and download the version you want. If you have a macOS Developer account you can also build the application from source of course.