Skip to content

Commit 269dd93

Browse files
authored
1.6.4 (#3529)
* Set gradient as template background #3518 * Fixed template sometimes removing incorrect items * Slide preview optimizations - Tweaks * Fixed default auto size issue * Tweaks * Fixed probundle zip import error * Update * Tweak * Bible source highlight * Bible source highlight * Tweak * Fixed certain show edits not updating timestamp for syncing * Clipboard import update project modified * Timer number padding toggle #3515 * Timer dynmaic values without padding #3515 * Updated clone fallback * Media item blend modes * Fixed scripture issue (local) * RTMP (#3521) * Add Items Button (#3522) * Menu tweaks * Menu tweaks * Fixed Remove group removing all * Tweak * Fixed video volume freeze issue #3479 * Clamp API input * Menu open timing * Update * Smarter output window position #3495 * Updated Portuguese language * Updated attribution * Smarter bug report * Version * Better output setup * Removed unused Kiosk mode * NDI Audio always enabled * Removed unused imports * Optimized frame conversion * Fixed RTMP on macOS * Fixed project video duration on macOS * Tweak * Higher resolution PDF imports #3526 * Updated cloud init popup * Updated cloud init popup * Output selector preview * Fix * Tweak * Version update
1 parent df5c41a commit 269dd93

121 files changed

Lines changed: 2849 additions & 1546 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 74 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,86 @@
1-
---
21
name: Bug report
3-
about: Help us improve the stability of FreeShow
2+
description: Help us improve the stability of FreeShow
43
title: ""
5-
labels: bug
6-
assignees: ''
4+
labels: ["bug"]
75

8-
---
9-
<!-- Before filling a bug report please be able to answer the following three questions with a YES (Please delete the No after each question). Failure to do so may result in your bug being closed as a duplicate. This waste the developers time.
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Before submitting, please:
11+
- Search existing **open and closed** issues.
12+
- Test on the latest stable version.
13+
- Test on the latest beta version if possible.
1014

11-
This will help to reduce the number of duplicate bug reports and reports for bugs that have already been fixed in newer versions. Please respect our developers time and take the time to check for similar issues and test or the latest stable and beta versions. The lastest versions stable and beta can always be found on the GitHub releases page. https://github.com/ChurchApps/FreeShow/releases -->
15+
- type: checkboxes
16+
id: checklist
17+
attributes:
18+
label: Before submitting
19+
options:
20+
- label: I searched existing open and closed issues.
21+
required: true
22+
- label: I reproduced this on the latest stable version.
23+
required: true
24+
- label: I reproduced this on the latest beta version, or I am unable to test the beta.
25+
required: true
1226

13-
<!-- Please search for keywords related to your issue to see if it has already been reported. Do not forget to check the closed issues as it may already have been resolved in a newer release. When searching issues it defaults to showing open issues but at the top will also show you the number of closed issues related to your search. Clicking on "Closed" will switch you to the list of matching closed issues. -->
27+
- type: textarea
28+
id: description
29+
attributes:
30+
label: Describe the bug
31+
placeholder: What happened?
32+
validations:
33+
required: true
1434

15-
**Have you searched the FreeShow issues on GitHub (open and closed) for similar or the same issue and not found any matching or similar issues? Yes/No**
35+
- type: dropdown
36+
id: reproducible
37+
attributes:
38+
label: How often does this happen?
39+
options:
40+
- Every time
41+
- Sometimes
42+
- Only once
1643

17-
**Have you tested and been able to reproduce the bug on the latest stable version? Yes/No** <!-- [e.g. 1.6.3, 1.6.4] -->
44+
- type: textarea
45+
id: reproduce
46+
attributes:
47+
label: Steps to reproduce
48+
placeholder: |
49+
1. Go to ...
50+
2. Click ...
51+
validations:
52+
required: true
1853

19-
**Have you tested and been able to reproduce the bug on the latest beta version? Yes/No** <!-- [e.g. 1.6.3-beta.1, 1.6.4-beta.3] -->
54+
- type: textarea
55+
id: expected
56+
attributes:
57+
label: Expected behavior
2058

21-
**Describe the bug**
22-
<!-- A clear and concise description of what the bug is. -->
59+
- type: textarea
60+
id: screenshots
61+
attributes:
62+
label: Screenshots, logs, or files
63+
description: Drag and drop screenshots, log files, or other helpful files here if they help explain the issue.
2364

24-
**Reproducing**
25-
<!-- Please give some steps we can follow to recreate this issue. -->
65+
- type: dropdown
66+
id: os
67+
attributes:
68+
label: Operating System
69+
options:
70+
- Windows
71+
- macOS
72+
- Linux
73+
- Other
2674

27-
**Screenshots (Optional)**
28-
<!-- If applicable, add screenshots to help explain your problem. -->
75+
- type: input
76+
id: version
77+
attributes:
78+
label: FreeShow version
79+
placeholder: e.g. 1.0.0
80+
validations:
81+
required: true
2982

30-
**Version (Optional)**
31-
<!-- If you know that the issues is related to a specific OS please include it here. If you are able to determine in what version of FreeShow the issue started, please include that here and mention it in the description. -->
32-
- OS: <!-- [Windows/MacOS/Linux] -->
33-
- FreeShow Version: <!-- [e.g. 1.0.0] -->
34-
35-
**Additional context**
36-
<!-- Add any other context about the problem here. -->
83+
- type: textarea
84+
id: additional
85+
attributes:
86+
label: Additional context

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeshow",
3-
"version": "1.6.4-beta.2",
3+
"version": "1.6.4",
44
"private": true,
55
"main": "build/electron/index.js",
66
"description": "Show song lyrics and more for free!",

public/lang/en.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"quick_search": "Quick search",
1111
"search_active": "Search is active",
1212
"none": "None",
13+
"more": "More",
1314
"finished": "Finished",
1415
"open": "Open",
1516
"system_open": "Open in system",
@@ -217,6 +218,7 @@
217218
"image": "Only images",
218219
"video": "Only videos",
219220
"fit": "Fit",
221+
"blend": "Blend mode",
220222
"contain": "Contain",
221223
"fill": "Fill",
222224
"blur_fill": "Blur fill",
@@ -493,7 +495,8 @@
493495
"delete_duplicated_shows": "Delete duplicated shows",
494496
"change_name": "Change name on",
495497
"choose_screen": "Choose screen",
496-
"choose_output": "Choose output type",
498+
"choose_output_input": "Choose input type",
499+
"choose_output_type": "Choose output type",
497500
"choose_style": "Choose style preset",
498501
"change_output_values": "Change output values",
499502
"output_selector": "Output selector",
@@ -1208,6 +1211,7 @@
12081211
"warn_early": "Early warning",
12091212
"warn_offset": "Seconds before end",
12101213
"overflow": "Show overtime",
1214+
"padding": "Number padding",
12111215
"flash": "Flash",
12121216
"preview": "Preview",
12131217
"clock": "Clock",
@@ -1332,14 +1336,14 @@
13321336
"select_display": "Click on the screen where you want to display the output window.",
13331337
"manual_input_hint": "Can't find the display? Click here to manually change the position.",
13341338
"manual_drag_hint": "You can also hold ctrl/cmd over an active output window to manually drag it around.",
1335-
"allow_main_screen": "Allow custom output position & size",
13361339
"edge_blending": "Edge blending",
13371340
"identify_screens": "Identify screens",
1341+
"local_output": "Local output",
1342+
"network_output": "Network output",
13381343
"new_output": "New output",
13391344
"normal": "Normal",
13401345
"enable_key_output": "Enable alpha key output",
13411346
"always_on_top": "Always on top",
1342-
"kiosk_mode": "Kiosk mode",
13431347
"change_key_output_position": "Change key output position",
13441348
"position": "Position",
13451349
"enabled": "Enabled",

0 commit comments

Comments
 (0)