Skip to content

Releases: DamnWidget/anaconda

v1.4.28

06 Jul 17:42
Compare
Choose a tag to compare

Changes in 1.4.28

Fixes

    - Fixed dupes in Goto Definition command, resolves #497

v1.4.27

29 Jun 17:37
Compare
Choose a tag to compare

Changes in 1.4.27

Fixes

- Fixed problem with signatures feature being corrupted by toltips, resolves #499

v1.4.26

12 May 18:53
Compare
Choose a tag to compare

Changes in 1.4.26

Updates

- Vagrant Support branch updated to be compatible with anaconda >= v1.4.24

For detailed information run git log v1.4.25..v1.4.26 in the git repository branch vagrant_server

v1.4.25

11 May 18:07
Compare
Choose a tag to compare

Changes in 1.4.25

Tests Suite

    - Added test suite for JsonServer commands and handlers

Fixes

    - Fixed several bugs discovered during tests inclusion

For detailed information run git log v1.4.24..v1.4.25 in the git repository

v1.4.24

28 Apr 18:57
Compare
Choose a tag to compare

Changes in 1.4.24

Fixes

- Fixed wrong behavior when Python Charmers incomplete html
  module it's found in the system by Python2 interreters.
  Fixes #476

v1.4.23

26 Apr 20:36
Compare
Choose a tag to compare

Changes in 1.4.23

Rollbacks:

    - Rollback the rollback that rollback PR #441 (not a joke)

Fixes

    - Fixed wrong character to separate commands in Unix, fixes #475

v1.4.22

26 Apr 09:16
Compare
Choose a tag to compare

Changes in 1.4.22

Rollbacks:

    - Rollback PR #441 due #475

v1.4.21

25 Apr 12:31
Compare
Choose a tag to compare

Changes in 1.4.21

Fixes:

    - Fixed Python2 support broken after merging PR #469

v1.4.20

25 Apr 09:58
Compare
Choose a tag to compare

Changes in 1.4.20

Fixes:

    - Fixed anaconda not erasing linter marks
    - Fixed tooltips for function signatures and docstrings which contains
      special HTML characters. Fixes #417
    - Fixed misspelled class name that was affecting anaconda based plugins

v1.4.19

19 Apr 15:58
Compare
Choose a tag to compare

Changes in 1.4.19

Fixes:

- Resolved bad code logic in jsonclient.py, more info in #442 
- Fixed several PEP8 violations
- Emulate pep8 command line behavior to solve #464 
- Fix type in anaconda's default settings file
- Fixed non portable code in tests runner