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

1.5.1 (2018-05-28)

Compare
Choose a tag to compare
@zrzka zrzka released this 28 May 12:56
· 17 commits to master since this release
  • pythonista_startup.py sample - execute main only if appex.is_running_extension() is false
  • Black Mamba supports Pythonista >= 3.2 & Python >= 3.6 only
    • Keyboard shortcuts added to Pythonista 3.2 removed
    • Removed script/new_tab.py, it was there just for Cmd T
    • Black Mamba fails to initialize if you do use with Pythonista < 3.2 || Python < 3.6
  • outline_quickly.py
    • Added support for async functions
    • Added support for TODO and FIXME
      • Supported variants TODO, TODO:, [TODO], case insensitive
      • re for TODO '\A.*#\s*\[?(?i:TODO)\]?[ :]*(?P<text>.*?)\s*\Z' as an example
      • Square brackets because of ligatures in Pragmata Pro
      • Not perfect, matches if it's in the string, but it's good enough for now
  • forum-copy-code.py script added
    • Allows you to copy code elements from the forum
  • blackmamba.framework.security
    • Fixed InternetPassword query (check for not empty auth type)