Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit a863dce

Browse files
committed
Versi├│n 1.4
1 parent c92bbcf commit a863dce

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

buildVars.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _(arg):
3535
3636
Todas las áreas de fácil manejo y para ahorrar tiempo respecto al gestor de complementos nativo de NVDA."""),
3737
# version
38-
"addon_version": "1.3.2",
38+
"addon_version": "1.4",
3939
# Author(s)
4040
"addon_author": u"Héctor J. Benítez Corredera <[email protected]>",
4141
# URL for the add-on documentation support
@@ -45,7 +45,7 @@ def _(arg):
4545
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4646
"addon_minimumNVDAVersion": "2021.1.0",
4747
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
48-
"addon_lastTestedNVDAVersion": "2022.1.0",
48+
"addon_lastTestedNVDAVersion": "2023.1.0",
4949
# Add-on update channel (default is None, denoting stable releases, and for development releases, use "dev"; do not change unless you know what you are doing)
5050
"addon_updateChannel": None,
5151
}

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* Idioma Frances corregido.
1+
* Compatibilidad API 2023

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ El documento principal no se modificará siendo una orientación para el usuario
226226

227227
El usuario es el responsable de revisar esta sección para estar informados de los cambios.
228228

229+
## Versión 1.4.
230+
231+
* Compatibilidad API 2023.
232+
229233
## Versión 1.3.
230234

231235
* Se a corregido un error al generar los complementos.

run.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ echo Creando complemento...
44
scons --clean
55
scons
66
scons pot
7-
addonPackager-1.3.2.nvda-addon
7+
addonPackager-1.4.nvda-addon

run_git.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
scons --clean
44
git init
55
git add --all
6-
git commit -m "Versión 1.3.2"
6+
git commit -m "Versión 1.4"
77
git push -u origin master
8-
git tag 1.3.2
8+
git tag 1.4
99
git push --tags
1010
pause

0 commit comments

Comments
 (0)