Skip to content

Releases: DamnWidget/anaconda

v1.4.18

22 Feb 17:44
Compare
Choose a tag to compare

Changes in 1.4.18

Fixes:

- Fixed exception on lint when filename was None
- Fixed compability issue with afuse
- Fixed bad auto import behavior when there was no `def` or `class`,  resolves #434
- Escape Python Interpreter in build system
- Autoformat now saves the buffer, resolves #420
- Added more verbosity and better error messaging on exceptions

v1.4.17

07 Jan 11:25
Compare
Choose a tag to compare

Changes in 1.4.17

Fixes:

- Some fixes for tooltip. Resolves #412, possibly #417?

Updates:

- pep257 updated to 0.7.0

Features:

- Previewing found token usages on quick panel item highlight

v1.4.16

20 Nov 17:15
Compare
Choose a tag to compare

Changes in 1.4.16

Fixes:

- Avoid collision with Ubuntu Unity keybindings. Resolves #378
- Tried to resolve #399, I can't reproduce myself so let's have some hope here

Updates:

- pep8 updated to 1.6.2

Features:

- Added setting to disable the autocompletion, resolves #379

For more detailed information about those changes run git log v1.4.15..v1.4.16 on git repository

v1.4.15

10 Nov 11:39
Compare
Choose a tag to compare

Changes in 1.4.15

Fixes:

- Removed unused error class in PyFlakes, resolves #397

For more detailed information about those changes run git log v1.4.14..v1.4.15 on git repository

v1.4.14

09 Nov 12:29
Compare
Choose a tag to compare

Changes in 1.4.14

Changes:

- Updated PyFlakes to version 1.0.0 to support Python 3.5 syntax
- Fixed vagrant_server branch, contribution made by @tanenbaum

For more detailed information about those changes run git log v1.4.13..v1.4.14 on git repository

v1.4.13

09 Oct 09:56
Compare
Choose a tag to compare

Changes in 1.4.13

Changes:

- When the cursor is in a test case class definition line, command "run test under the cursor" runs all tests in this test case
- Removed key bindings that conlfict with vintage mode

v1.4.12

27 Jul 10:58
Compare
Choose a tag to compare

Changes in 1.4.12

Fixes:

- Fixed #334 - Test runner: command separator isn't cross-platform
- Fixed #339 - anaconda_linter_show_errors_on_save is using old buffer
- Fixed #344 - docstring tooltip is sometimes shown on save

For more detailed information about those changes run git log v1.4.11..v1.4.12 on git repository

v1.4.11

16 Jun 11:47
Compare
Choose a tag to compare

Changes in 1.4.11

Fixes:

- Fixed call to deprecate Jedi goto method in the Script object
  this partially solves #337
- Corrected path names to work correctly on Windows systems
- Fixed test_path to use cross-platform path separator

Updates:

- Updated Jedi to 7c4ef73669ce3a85ec61a5846e5979d27b9e28d0

v1.4.9

12 May 10:51
Compare
Choose a tag to compare

Changes in 1.4.9

Fixes:

- Fixed linting icon path that was using double slash
- Callbacks are now not being called on errors if `on_failure` is not specified
- Fixed bug introduced by latest Sublime Text 3 releases that cache not existent
  project directories in user configuration/environment files BUG  #341

For more detailed information about those changes run git v1.4.8..v1.4.9 on git repository

v1.4.8

17 Apr 12:29
Compare
Choose a tag to compare

Changes in 1.4.8

Minor release that just adds a new gutters theme for retina display devices