Revisions of thonny
buildservice-autocommit
accepted
request 1176865
from
Malcolm Lewis (malcolmlewis)
(revision 17)
baserev update by copy to link target
Malcolm Lewis (malcolmlewis)
accepted
request 1176859
from
Andrea Manzini (amanzini)
(revision 16)
- update to 4.1.4 * Fix regression in MicroPython package installation, #2979 * Add better error message for externally managed environments, #3009 * Fix package installation in remote virtual environments * Update Raspberry Pi detection * Silence "bad-option-value"-s given by Pylint 3 - update to 4.1.3 * Fix first run crash on macOS (#2860) * Fix package upgrade and uninstall in portable variant (#2902) * Fix esptool flasher proposing wrong starting address for ESP32-S2 devices, #2920 * Fix cursor jumping to Shell when program waits for input and the user types opening parenthesis in the editor, #2834 * Add Catalan translation (by Pere) * Update German, French, Portuguese and Romanian translations. (See POEditor for contributions) - update to 4.1.2 * Avoid repetitive attempts to restart backend after connection gets lost during a Run (#2836) * Automatically hide tooltips if window loses focus, #2607 * Import optional deps with augmented sys.path, fixes problems with importing plug-ins (#2816) * Don't leak main site-packages to virtual environment's sys.path, #2867 * Fix Assistant error with relative imports, #2873 * Don't attempt to save unchanged editor at run, #2804 * Fix MicroPython upload errors by more conservative back-end isolation, #2016, #2851, #2864. Many thanks to @chechigp for patience and help! * Fix MicroPython code completions by fixing packaging of base MicroPython stubs, #2895 * Fix various completion failures by reverting a jedi hack (67f2c12) * Avoid duplicate MicroPython completions when a module is already imported (852308f) * Update Persian, Italian, Japanese, Brazilian Portuguese and Chinese translations (see POEditor for contributions)
buildservice-autocommit
accepted
request 1127922
from
Malcolm Lewis (malcolmlewis)
(revision 15)
baserev update by copy to link target
Malcolm Lewis (malcolmlewis)
accepted
request 1127376
from
Malcolm Lewis (malcolmlewis)
(revision 14)
- Add python3-wheel to requires for plugin-manager, (boo#1216951). - Add python3-setuptools to requires as per rpmlint session.
buildservice-autocommit
accepted
request 1103244
from
Malcolm Lewis (malcolmlewis)
(revision 13)
baserev update by copy to link target
Malcolm Lewis (malcolmlewis)
accepted
request 1103229
from
Dominik George (Klampfradler)
(revision 12)
Update to 4.1.1
buildservice-autocommit
accepted
request 1060312
from
Malcolm Lewis (malcolmlewis)
(revision 11)
baserev update by copy to link target
Malcolm Lewis (malcolmlewis)
accepted
request 1060305
from
Dirk Mueller (dirkmueller)
(revision 10)
- update to 4.0.2: * Fix Mypy logging error in the Assistant, #2491 by @kr-g and @solsword * Fix AttributeError on save, #2454 * Add Thonny version as environment value for user programs * Make `__file__` contain absolute path * Start SSH preparation command with space to avoid adding it to shell history * Bump pipkin version to 1.0b8 and fix various bugs with MicroPython package installation, including not being able to update a package * Restore Find/Replace dialog close button and non-dialog behavior * Make Find/Replace dialog non-modal again * Fix Find/Replace seeding * Restore focus after using file dialogs * Don't remove stacktrace links after closing the process * Never clear shell when Stop/Restart is used for stopping a process * Treat .toml, .gitignore and .env as text files * Fix expression box glitch (lower frame box remaining visible) when debugging on macOS * Ignore disk flushing errors in the end of UF2 installation * Make port finding in the end of UF2 installation process more robust * Don't enable variant and version selection in UF2 dialog before variants get downloaded * Add Vietnamese translation, by Bui Huy Quang * Update several translations * Fix the name for Slowenian * Update several deps in Thonny + Python bundles (asttokens, mypy, pylint, esptool, paramiko)
buildservice-autocommit
accepted
request 1046182
from
Lars Vogdt (lrupp)
(revision 9)
baserev update by copy to link target
Lars Vogdt (lrupp)
accepted
request 1046035
from
Thomas Wagner (Aikhjarto)
(revision 8)
- Update to 4.0.1
Malcolm Lewis (malcolmlewis)
accepted
request 942966
from
Benjamin Greiner (bnavigator)
(revision 7)
- Remove unused unmaintained python3-pytest-black test requirement - Reactivate rudimentary test suite on TW - Find and mark language files
Malcolm Lewis (malcolmlewis)
accepted
request 930635
from
Guillaume GARDET (Guillaume_G)
(revision 6)
- Update to 3.3.14
Richard Brown (RBrownSUSE)
accepted
request 868687
from
Guillaume GARDET (Guillaume_G)
(revision 5)
initialized devel package after accepting 868687
Malcolm Lewis (malcolmlewis)
accepted
request 868676
from
Guillaume GARDET (Guillaume_G)
(revision 4)
- Drop python singlespec since thonny is an app, not a lib. - Add desktopfiles support - Fix required python module
Malcolm Lewis (malcolmlewis)
accepted
request 866874
from
Guillaume GARDET (Guillaume_G)
(revision 3)
- Updated to version 3.3.3: * Add MicroPython support for Raspberry Pi Pico (https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/) * Better support for MicroPython daily builds, #1545, #1553 * Automatically prepend relevant Anaconda directories to PATH. Fixes problem with importing Anaconda's numpy, #1522 * Make custom Python chooser see more interpreters, #1522 * Fix several spelling mistakes, by freddii, #1534 * Update toolbar buttons, when another editor gets selected, fixes wrong button states, #1536 * Catch errors when opening file in system app, #1526 * Fix internal error while using Outline View, #1543 * Fix truncated System Shell environment on macOS, #1529 * Add /usr/local/bin to the PATH of the back-end process if missing, #1131 * Fix error while parsing Pygame Zero error, #1535 * Fix MicroPython completion errors with jedi 0.18, #1560 * Add incomplete Korean language by Augene J. Pak, Fabianus.c, Suk-Hyung Hwang, YEON, $1531 * Add incomplete Albanian translation by Algent Albrahimi * [Technical] Allow older Send2Trash (Fedora doesn't have version 1.5 of this) * [Technical] Remove erroneous executable flags from some files - Changelog from skipped version 3.3.2: * Fix the problem of missing docstrings, #1481 * Fix MicroPython management error after executing machine.reset(), #1492 * Add support for MicroPython raw paste mode (usable in MicroPython 1.14+), #1498 * Restore MicroPython raw mode as fallback, should fix problems with M5Stick and W600, #1516 * Add syntax highlighting for non-decimal number literals and support underscores, #1482 by Stefan Rothe * Make sure all output from the program gets presented, #1504 * Interrupt current program when running a MicroPython script, #1512 * Add support for Jedi 0.18, #1497 * Fix arguments completions for jedi 0.16+, #1511 * Make micro:bit support a bit more robust, #1515 * Add Persian (Farsi) translation by Farshid Meidani * Add Slovak translation by jose1711 * Add Armenian translation by Avag. sayan * Update Italian and Chinese (TW) translations
Malcolm Lewis (malcolmlewis)
committed
(revision 2)
Fix source download URL.
Marguerite Su (MargueriteSu)
accepted
request 859962
from
Malcolm Lewis (malcolmlewis)
(revision 1)
New (and copyright update) package submission to development project, prior to factory submission. Please add me as Maintainer.
Displaying all 17 revisions