Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci(deps): pre-commit autoupdate (#46) * ci(deps): pre-commit autoupdate (#38) updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](astral-sh/ruff-pre-commit@v0.4.3...v0.4.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ci(deps): pre-commit autoupdate (#41) updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Version 2024.06.01 (#36) * Updating readme.md * Updating workflow * Updating workflow * Updating Turkish translation by umut korkmaz (#34) * Updating documentation * Updating French translation (#35) * Updating add-on description and updating French translation * Updating French translation * Updating Turkish po file * Updating all readme.md (#37) * updating Czech translation (#39) * Updating Czech translation * Updating readme.md * Adding the German translation (#40) * Updating all readme.md files * Updating buildvars.py * Updating link in readme files * ci(deps): pre-commit autoupdate (#42) updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.5...v0.4.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ci(deps): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.7...v0.4.8) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nael Sayegh <[email protected]> * Fixed an issue where page numbers continued to increase after clicking delete (#49) * Correction of pagination of pages after clicking the delete button * Correcting the name of calling class * Adding textmanage in class parameter for delete * Updating changelog * Updating all translations (#51) * Updating all translations * Updating readme file * ci(deps): pre-commit autoupdate (#48) updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nael-Sayegh <[email protected]> * Change base branch for pre-commit-ci * Adding shortcut for editable zone too move between previous/next page (#54) * Adding method too move in previous/next page * Adding accelarator too move in editable text * Correction name of key ACCEL_CTRL * Fixe call addShortcut methode * Remove unused code * Correction of method's name * Adding speakMessages too speak the number page * Correction of speakmessage function * Fixe name of editable text * Fixe the name of class from range to GetRange * Adding speech of page number with core.callLater * Adding a message when we are in last page * Speak end with core.callLater * Adding page up and page down like accelarator * Swap page down and page up * Adding condition too speak page number if ctrl+shift shortcut is used * Modify event too capture shortcut * Fixe name of methode GetKeyCode * Using variable too choose speak message instead of GetKeyCode * Adding different method with ctrl+shift command and pageup and pagedown * Fixe message end when we are in last page * Updating changelog * Updating readme.md * ci(deps): pre-commit autoupdate (#55) updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.0...v0.5.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Adding possibility too remove the last scanned page (#53) * adding method in text class too remove current page * Adding delete last page scanned button * Remove last position in self.start * dding a message when the last page is deleted * Correction of class name Remove too delete text * Correction of class name Remove too delete text * Fixing remove method with self.start table * Adding condition too execute delepage * Updating changelog * Updating documentation * Deleting text in txt file * remove a part of get text file * Changing methode too modify file * Using a empty string too remove all text in file * Removing comment line * Swap the recording formats in save dialog (#52) * Swap the recording formats * Updating changelog * Version 2024.08.15-dev * Updating prerelease workflow * Updating buildvars.py * Fixing an error in update system * Fixing download dev version * Improvement of the update system (#56) * Improvement of the update system * Removing a double line * Fixing call urllib.request.urlopen function * Fixing access too download url * Fixing access too name in prerelease * Fixing search stable version * Updating changelog * Fixing changelog * Updating prerelease action * Fixing prerelease workflow * Updating prerelease workflow * Correction of error in workflow * Updating Czech translation (#59) * Updating Czech translation * Updating readme.md * Updating link in readme.md * ci(deps): pre-commit autoupdate (#57) updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.2...v0.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Error management of the HTTP load process for the add-on (#58) * Adding exception when a error from urlib.request is ddetected * Adding debug message when a error is detected with urllib.request * Updating message when no connection detected * Correction of return instruction * Updating readme.md * Updating Germane translation (#63) * french translation (#65) * Updating French translation * Updating nvda.po file * Updating changelog in documentation * Updating French documentation * ci(deps): pre-commit autoupdate (#62) updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Updating Turkish translation (#66) * Updating readme.md * Updating Turkish translation * Update French translation * Update readme.md * Update buildvars.py * Update channel in buildvars.py * ci(deps): pre-commit autoupdate (#67) updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](astral-sh/ruff-pre-commit@v0.5.6...v0.5.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information