Skip to content

Releases: GeeTransit/Form

0.3

30 Nov 23:19
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • Add config file generation from downloaded HTML / internet shortcut file
  • Better command line interface (use subparsers instead of optional arguments)

Note: The attached form.exe was generated using PyInstaller. Windows Defender detects it as a threat, though it is likely a false-positive as countless others have the same issue. If you aren't allowed to use sketchy downloaded executables, you can always just install Python and download the source.

0.2

22 Nov 00:42
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • More descriptive type aliases
  • Spacing is allowed (empty lines too)
  • Added comments (lines starting with "#")
  • Values "today" and "now" are replaced with current date / time when run
  • Link can be just the form's ID (56 character long string in the URL)
  • Exits with non-zero code on error (uses sys.exit)

Note: The attached form.exe was generated using PyInstaller. Windows Defender detects it as a threat, though it is likely a false-positive as countless others have the same issue. If you aren't allowed to use sketchy downloaded executables, you can always just install Python and download the source.

0.1

20 Nov 06:08
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial version of form.py

Note: The attached form.exe was generated using PyInstaller. Windows Defender detects it as a threat, though it is likely a false-positive as countless others have the same issue. If you aren't allowed to use sketchy downloaded executables, you can always just install Python and download the source.