Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-07-08 00:41:12 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-07-08 00:41:12 +0300
commit29c485458ce300e0085d9af01ce2ecc87fd0cbd5 (patch)
tree668baad2ef63010f22344a27c5edc0c88bde301d /.github
parentc56ddb904c5990fa9557882158333edfe9745fb8 (diff)
v2.14.1v2.14.1
- (Upgrade) EmguCV from 4.5.1 to 4.5.2 - **File formats:** - (Add) Getter `IsAntiAliasingEmulated`: Gets whatever a file format uses real or emulated AntiAliasing - (Add) Getter `IsDisplayPortrait`: Gets if the display is in portrait mode - (Add) Getter `IsDisplayLandscape`: Gets if the display is in landscape mode - **Tool - Resize:** (#235) - (Fix) Division by 0 when start layer is equal to end layer - (Fix) Calculations when using the option "Increase or decrease towards 100%" - (Add) About window: OpenCV build number and a button to copy build information to clipboard - (Improvement) Exposure exposure finder: Improve the **Multiple brightness** section to auto fill with correct values for file formats that use time fractions to emulate AntiAliasing, this can be used to replace the **Multiple exposures** section - (Fix) UVJ: Error when using a null or empty layer array on manifest `config.json` file (#232) - (Fix) GCode parser: When only a G4/wait command is present on a layer it was setting the global exposure time and discard the this value per layer
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md18
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md11
2 files changed, 24 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index cabc986..2323ed6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,10 +6,10 @@ labels: ''
assignees: sn4k3
---
-<span style="color:red">
-**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**
-**! Fill the report template and remove the sections you do not used on this bug report**
-</span>
+<!--
+This is just a template - feel free to delete any and all of it and replace as appropriate.
+Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.
+!-->
## System
- OS: [e.g. Windows 10 x64 v20H2]
@@ -27,19 +27,29 @@ Steps to reproduce the behavior:
4. See error
## Expected behavior
+<!--
A clear and concise description of what you expected to happen.
+!-->
## Screenshots
+<!--
If applicable, add screenshots to help explain your problem. Never hide information, full GUI/window screenshot is always a must!
If bug is related to GUI/visuals print a screenshot from Help -> About
+!-->
## Files
+<!--
Were possible attach the problematic file, both source and output file if applicable.
+!-->
## Exceptions Log file
+<!--
In some unexpected exceptions errors and application crash it will generate and save a log file under AppData\Local\UVtools\errors.log.
To navigate to the error.log folder you can open UVtools, go to Help -> Open settings folder
If present you can attach the log file here.
+!-->
## Additional context
+<!--
Add any other context about the problem here.
+!--> \ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 4999274..2fe0bd7 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -8,7 +8,10 @@ assignees: sn4k3
Also look at: https://github.com/sn4k3/UVtools/discussions/categories/ideas
-<span style="color:red">**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**</span>
+<!--
+This is just a template - feel free to delete any and all of it and replace as appropriate.
+Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.
+!-->
## 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 [...]
@@ -17,10 +20,16 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
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.
+!-->
## Screenshots
+<!--
If applicable, add screenshots to help explain your request.
+!-->
## Additional context
+<!--
Add any other context or screenshots about the feature request here.
+!--> \ No newline at end of file