Skip to content
Compare
Choose a tag to compare
@bitsteller bitsteller released this 12 Aug 16:30
· 2 commits to master since this release

Witica 1.2 released

Witica 1.2 improves performance and stability. A minor new feature is that you can now specify a minimum severity for the integrity issues listed by witica check.

About Witica: Witica turns a folder in your Dropbox into a website. The goal is to make editing content on your website as easy as opening your favourite text editor, making a change and saving the file. Witica takes care of the rest.

Migration from previous releases

Update Witica

To update Witica on your machine execute:

pip install -U witica

When updating from 1.0: Re-Link with Dropbox

Because Dropbox changed the authentication process, you will need to re-link Witica to your Dropbox account at the first run. Watch the instructions in the terminal when running Witica for the first time.

Changes since 1.1

  • NEW: added severity option to witica check
  • NEW: display warning when FTP disconnect fails
  • NEW: added more unit tests for source
  • CHANGE: improved performance when iterating through items in a source
  • FIX: fixed an issue where witica does not continue after entering an FTP password
  • FIX: FTP connection reconnecting randomly when uploading many files