Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Commit

Permalink
1.6.6
Browse files Browse the repository at this point in the history
- Fixed not detecting Material layout
- Update locales
  • Loading branch information
ParticleCore committed Oct 23, 2016
1 parent 9b5280e commit 0bc7250
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
3 changes: 1 addition & 2 deletions Locale/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"CNSL_FLBR" : "Fullbrowser mode",
"CNSL_CINM_MD" : "Cinema mode",
"CNSL_YTSC" : "YouTube shortcuts list",
"CNSL_FRME" : "Frame by frame (Shift + ← or →)",
"PLST_AP" : "Autoplay",
"PLST_RVRS" : "Reverse",
"SHOW_CMTS" : "Show comments",
Expand All @@ -26,6 +25,7 @@
"GLB_LOCL_LANG_CSTM" : "Local",
"GLB_IMPR_SAVE" : "Save and load",
"GLB_RSET" : "Reset",
"GLB_RSET_CONF" : "This will reset YT+ settings and the blacklist will be erased. Do you want to continue?",
"GLB_SVE" : "Save",
"GLB_SVE_SETS" : "Settings saved",
"GLB_RMBL" : "Remove from blacklist",
Expand Down Expand Up @@ -98,7 +98,6 @@
"VID_PLR_ALACT" : "Player shortcuts always active",
"VID_SUB_ADS" : "Enable advertisements only in videos from subscribed channels",
"VID_PLR_ANTS" : "Disable annotations",
"VID_PLR_DASH" : "Disable DASH playback",
"VID_PLR_HFR" : "Disable HFR (60fps)",
"VID_PLR_HTML5" : "Use the HTML5 player when possible",
"VID_PLR_CC" : "Disable subtitles and CC",
Expand Down
8 changes: 5 additions & 3 deletions Locale/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"CNSL_PPOT" : "Pop-out video",
"CNSL_FLBR" : "Modo navegador inteiro",
"CNSL_CINM_MD" : "Modo cinema",
"CNSL_FRME" : "Frame by frame (Shift + ← ou →)",
"CNSL_YTSC" : "YouTube shortcuts list",
"PLST_AP" : "Início automático",
"PLST_RVRS" : "Inverter",
"SHOW_CMTS" : "Mostrar comentários",
Expand All @@ -25,8 +25,10 @@
"GLB_LOCL_LANG_CSTM" : "Local",
"GLB_IMPR_SAVE" : "Guardar e carregar",
"GLB_RSET" : "Repor",
"GLB_RSET_CONF" : "Está prestes a repôr as definições do YT+ e a blacklist vai ser apagada. Deseja continuar?",
"GLB_SVE" : "Guardar",
"GLB_SVE_SETS" : "Definições salvas",
"GLB_RMBL" : "Retirar da blacklist",
"FTR_DESC" : "Descubra o que isto faz",
"GEN" : "Geral",
"VID" : "Vídeo",
Expand Down Expand Up @@ -72,7 +74,8 @@
"VID_DFLT_QLTY_2880" : "2880p (5k)",
"VID_DFLT_QLTY_ORIG" : "4320p (8k)",
"VID_PLR_ALVIS" : "Reproductor sempre visível ao ler os comentários",
"VID_PLR_ALVIS_RST" : "Repôr posição",
"VID_PLR_ALVIS_WDTH" : "Largura do reproductor sempre visível",
"VID_PLR_ALVIS_MOVE" : "Move player",
"VID_PLR_ALVIS_SCRL_TOP": "Ir para o topo",
"VID_PLR_ATPL" : "Iniciar vídeos automáticamente",
"VID_LAYT" : "Aparência",
Expand All @@ -95,7 +98,6 @@
"VID_PLR_ALACT" : "Atalhos do reproductor sempre activos",
"VID_SUB_ADS" : "Activar publicidades só para vídeos de canais subscritos",
"VID_PLR_ANTS" : "Desactivar notas",
"VID_PLR_DASH" : "Desactivar reprodução DASH",
"VID_PLR_HFR" : "Desactivar HFR (60fps)",
"VID_PLR_HTML5" : "Usar o reproductor HTML5 quando possível",
"VID_PLR_CC" : "Desactivar legendas e CC",
Expand Down
2 changes: 1 addition & 1 deletion bin/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"addons": {
"[email protected]": {
"updates": [{
"version": "1.6.5",
"version": "1.6.6",
"update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi",
"applications": {
"gecko": {
Expand Down
Binary file modified dist/YouTubePlus.xpi
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Userscript/YouTubePlus.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 1.6.5
// @version 1.6.6
// @name YouTube +
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -1983,7 +1983,7 @@
}
function isMaterial() {
var i, temp;
temp = document.querySelector("link[href*='olymer']");
temp = document.querySelector("ytd-app");
if (temp && !document.getElementById("material-notice")) {
temp = document.createElement("template");
temp.innerHTML = //
Expand Down
4 changes: 2 additions & 2 deletions src/Webextension/JS/YouTubePlus.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 1.6.5
// @version 1.6.6
// @name YouTube +
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -1983,7 +1983,7 @@
}
function isMaterial() {
var i, temp;
temp = document.querySelector("link[href*='olymer']");
temp = document.querySelector("ytd-app");
if (temp && !document.getElementById("material-notice")) {
temp = document.createElement("template");
temp.innerHTML = //
Expand Down
4 changes: 2 additions & 2 deletions src/Webextension/_locales/en/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Webextension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "YouTube Plus",
"version": "1.6.5",
"version": "1.6.6",
"description": "YouTube with more freedom",
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit 0bc7250

Please sign in to comment.