Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

1.4.1

Compare
Choose a tag to compare
@zrzka zrzka released this 13 Nov 08:57
· 61 commits to master since this release

1.4.1 (2017-11-13)

  • Compatibility check with 3.1.1 (311016)
  • Bundle refactoring enhanced with future, libfuturize, libpasteurize modules
  • script/refactoring/futurize.py introduced (see Python Future)
    • Equivalent of futurize -1 --all-imports -n -w --add-suffix 3 $editor.get_path() (Stage 1 only)
    • When futurizer ends, editor text is replaced with content of the .py3 and .py3 is trashed
    • You can run futurizer script with Cmd Option F
  • Improved updates check
    • Console is not cluttered with local / latest release info (installer prints this)
    • Update check() doesn't ask if update should (not) be installer (installer also asks)
    • If there's new update available, installer is executed, you will still be asked (just once, not twice)
  • Script new_file.py modified
    • File opened
      • Asks for a file name (empty & Enter -> Cancel)
      • New file path is currently opened file dirname + entered file name
      • If file doesn't exist, new file is created and opened
      • If file exists, file is opened
    • No file opened
      • Same behavior as now
      • New tab created and New File... button tap emulated
  • Installer
    • Replaced ModuleNotFoundError (Python 3.6) with ImportError (Python 3.5)