Skip to content

Commit

Permalink
v0.9.9 (#277)
Browse files Browse the repository at this point in the history
* ✔ Fixed Object has been destroyed error

* 🚩 Added Turkish language
- Block bad lyrics from Genius
- Pressing enter to show scripture when searching works
- Styled lines not overwriting scripture verses
- Fixed turning off auto size working
- Fixed MIDI next slide not advancing
- CTRL click increment by 10 number input

* ✨ Faster auto size!
- Fixed double auto size
- Update auto size when resizing item
- Stage background on slide
- Fixed stage output window not showing anything
- Import .chordpro format
- Fixed image getSize error

* 📺 Stage proper size on current slide
- Fixed stage hidden sometimes
- Better stage textbox tools
- Fixed some issues with stage output screen
- Fixed not finding IP with some networks

* 🚩 Fallback language
- Transifex localization
- Updated Italian language

* 📖 Hightlight Jesus words
- Pro7 decode more encoded letters
- Fixed renaming a show changing the name
- Logging main process errors
- Fixed YouTube control issues

* ✨ Custom HTTP triggers
- Import docx files

* Version update

* 🚩 Updated Norwegian
  • Loading branch information
vassbo authored Nov 2, 2023
1 parent 13fe2b4 commit d679dc8
Show file tree
Hide file tree
Showing 83 changed files with 2,248 additions and 489 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Send a mail to [dev@freeshow.app](mailto:dev@freeshow.app).

## Help translate

Check out [howToAddLanguage.md](/public/lang/howToAddLanguage.md)
Head over to [FreeShow on Transifex](https://app.transifex.com/nettbiter/freeshow/) to request a language.

_Made in Norway by Kristoffer Vassbø_
568 changes: 360 additions & 208 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freeshow",
"version": "0.9.8",
"version": "0.9.9",
"private": true,
"main": "build/electron/index.js",
"description": "An application for showing song lyrics and more for free!",
Expand Down Expand Up @@ -153,6 +153,7 @@
"sqlite3": "^5.0.5",
"svelte-youtube": "0.0.2",
"uid": "^2.0.0",
"word-extractor": "^1.0.4",
"youtube-iframe": "^1.0.3"
}
}
}
Binary file added public/import-logos/word.webp
Binary file not shown.
8 changes: 7 additions & 1 deletion public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,13 @@
"live": "Live",
"timers": "Timers",
"variables": "Variables",
"triggers": "Triggers",
"templates": "Templates",
"web": "Web"
},
"tips": {
"trigger": "Triggers are commonly used to send a HTTP request to change the preset of cameras."
},
"category": {
"all": "All",
"unlabeled": "Unlabeled",
Expand Down Expand Up @@ -319,6 +323,7 @@
"edit_list": "Edit list",
"timer": "Timer",
"variable": "Variable",
"trigger": "Trigger",
"transition": "Transition",
"delete_show": "Delete show",
"delete_show_confirmation": "Are you sure you want to delete",
Expand Down Expand Up @@ -391,6 +396,7 @@
"section": "New section",
"timer": "New timer",
"variable": "New variable",
"trigger": "New trigger",
"category": "New category",
"private": "New private show",
"folder": "New folder",
Expand Down Expand Up @@ -1002,4 +1008,4 @@
"template": "Template",
"category": "Category"
}
}
}
4 changes: 2 additions & 2 deletions public/lang/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
"transform": "Transform",
"uppercase": "Uppercase",
"lowercase": "Lowercase",
"capitalize": "Capitalize",
"capitalize": "Capitalise",
"align": "Align",
"_title_left": "Align left",
"_title_center": "Align centre",
Expand Down Expand Up @@ -869,7 +869,7 @@
"restore_finished": "Restore complete!",
"preview_frame_rate": "Preview frame rate",
"auto": "Auto",
"optimized": "Optimized",
"optimized": "Optimised",
"full": "Full"
},
"sort": {
Expand Down
22 changes: 0 additions & 22 deletions public/lang/howToAddLanguage.md

This file was deleted.

4 changes: 2 additions & 2 deletions public/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
"send_midi": "Invia MIDI in uscita",
"delete_shows_not_indexed": "Elimina le scene nella cartella 'Shows' che non sono indicizzate",
"delete_thumbnail_cache": "Elimina la cache delle miniature",
"open_log_file": "Open log file",
"open_log_file": "Apri file di log",
"refresh_all_shows": "Ottieni tutte le scene nella cartella 'Shows'.",
"start_timer": "Avviare il timer",
"stop_timers": "Arresta i timer attivi",
Expand Down Expand Up @@ -666,8 +666,8 @@
"text": "Casella di testo",
"list": "Elenco",
"media": "Media",
"camera": "Camera",
"image": "Immagine",
"camera": "Camera",
"video": "Video",
"mirror": "Specchio",
"clock": "Orologio",
Expand Down
14 changes: 10 additions & 4 deletions public/lang/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,13 @@
"live": "Direkte",
"timers": "Tidtakere",
"variables": "Variabler",
"triggers": "Utløsere",
"templates": "Maler",
"web": "Nett"
},
"tips": {
"trigger": "Utløsere brukes ofte til å sende en HTTP-forespørsel for å endre posisjonen til kameraer."
},
"category": {
"all": "Alt",
"unlabeled": "Umerket",
Expand Down Expand Up @@ -319,6 +323,7 @@
"edit_list": "Rediger liste",
"timer": "Nedtelling",
"variable": "Variabel",
"trigger": "Utløser",
"transition": "Overgang",
"delete_show": "Slett show",
"delete_show_confirmation": "Er du sikker på at du vil slette",
Expand Down Expand Up @@ -391,6 +396,7 @@
"section": "Ny seksjon",
"timer": "Ny nedtelling",
"variable": "Ny variabel",
"trigger": "Ny utløser",
"category": "Ny kategori",
"private": "Nytt privat show",
"folder": "Ny mappe",
Expand Down Expand Up @@ -666,8 +672,8 @@
"text": "Tekstboks",
"list": "Liste",
"media": "Media",
"camera": "Kamera",
"image": "Bilde",
"camera": "Kamera",
"video": "Video",
"mirror": "Speil",
"clock": "Klokke",
Expand Down Expand Up @@ -764,11 +770,11 @@
},
"stage": {
"slide": "Lysbilde",
"current_slide": "Gjeldende lysbilde",
"current_slide_text": "Gjeldende lysbilde tekst",
"current_slide": "Gjeldende lysbilde",
"current_slide_notes": "Gjeldende lysbilde notater",
"next_slide": "Neste lysbilde",
"next_slide_text": "Neste lysbilde tekst",
"next_slide": "Neste lysbilde",
"next_slide_notes": "Neste lysbilde notater",
"output": "Utgang",
"current_output": "Gjeldende utgang",
Expand Down Expand Up @@ -1002,4 +1008,4 @@
"template": "Mal",
"category": "Kategori"
}
}
}
Loading

0 comments on commit d679dc8

Please sign in to comment.