Merge branch 'dev' into notify

This commit is contained in:
0xboobface 2018-12-08 13:10:29 +01:00
commit 08fa878814
5 changed files with 51 additions and 4 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Desktop (please complete the following information):**
- OS: [e.g. Windows, Mac, Linux]
- Ctbrec Version [e.g. 1.12.1 JRE]
- Standalone or Client / Server mode
**Log**
If there are any errors in the ctbrec.log, please add them here. You can find the ctbrec.log next to the ctbrec.exe.

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

7
.github/ISSUE_TEMPLATE/other.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Other
about: Anything else
---

View File

@ -1,7 +1,7 @@
1.13.0 1.13.0
======================== ========================
* Added possibility to open small live previews of online models * Added possibility to open small live previews of online models
int the Recording tab in the Recording tab
* Added setting to toggle "Player Starting" message * Added setting to toggle "Player Starting" message
* Added possibility to add models by their URL * Added possibility to add models by their URL
* Added pause / resume all buttons * Added pause / resume all buttons

View File

@ -118,19 +118,19 @@
</script> </script>
<div class="row text-center"> <div class="row text-center">
<div class="col"> <div class="col">
<a class="btn btn-xl btn-outline-dark" href="#donate" onclick="downloadFile('https://github.com/0xboobface/ctbrec/releases/download/1.12.1/ctbrec-1.12.1-win64-jre.zip');"> <a class="btn btn-xl btn-outline-dark" href="#donate" onclick="downloadFile('https://github.com/0xboobface/ctbrec/releases/download/1.13.0/ctbrec-1.13.0-win64-jre.zip');">
<i class="fa fa-windows mr-2"></i> <i class="fa fa-windows mr-2"></i>
Download for Windows! Download for Windows!
</a> </a>
</div> </div>
<div class="col"> <div class="col">
<a class="btn btn-xl btn-outline-dark" href="#donate" onclick="downloadFile('https://github.com/0xboobface/ctbrec/releases/download/1.12.1/ctbrec-1.12.1-macos-jre.zip');"> <a class="btn btn-xl btn-outline-dark" href="#donate" onclick="downloadFile('https://github.com/0xboobface/ctbrec/releases/download/1.13.0/ctbrec-1.13.0-macos-jre.zip');">
<i class="fa fa-apple mr-2"></i> <i class="fa fa-apple mr-2"></i>
Download for macOS! Download for macOS!
</a> </a>
</div> </div>
<div class="col"> <div class="col">
<a class="btn btn-xl btn-outline-dark" href="#donate" onclick="downloadFile('https://github.com/0xboobface/ctbrec/releases/download/1.12.1/ctbrec-1.12.1-linux-jre.zip');"> <a class="btn btn-xl btn-outline-dark" href="#donate" onclick="downloadFile('https://github.com/0xboobface/ctbrec/releases/download/1.13.0/ctbrec-1.13.0-linux-jre.zip');">
<i class="fa fa-linux mr-2"></i> <i class="fa fa-linux mr-2"></i>
Download for Linux! Download for Linux!
</a> </a>