Skip to content

Commit

Permalink
Started recording changes for v1.3 and changed the order to be 'most …
Browse files Browse the repository at this point in the history
…recent first'
  • Loading branch information
arvestad committed Oct 11, 2018
1 parent c76342d commit 86ded34
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changes since last version

## Introduced in version 1.0.5
## v1.3

* Explicitly start with "/usr/bin/env python3" instead of "/usr/bin/env python". Hoping that will
help users that have not yet migrated to v3.
* Added v3 requirement in setup.py as well, using advice from Tobias Jakobi. Solves issue #1 on github.com.
* Tick marks come out as ^ on non-UTF systems, instead of an up-arrow on UTF systems (decided by looking at $LANG).
* Support for Nexus files added (thanks @SimonGreenhill)

## v1.2.0

* The option `-l` colors the alignment but does not break it into blocks. Suitable for piping to `less -RS`,
as suggested by Mark McMullan <[email protected]>.
* More indices indicated below alignments, and with an up-arrow as a tick mark.
* Added option `-sm` to allow restricting output to sequences with accessions containing a given string.

## v1.1.0

Expand All @@ -14,9 +19,10 @@
* View only the first and last N characters of accessions with option -aa.
* Read from stdin with the magic file name "-".

## v1.2.0

* The option `-l` colors the alignment but does not break it into blocks. Suitable for piping to `less -RS`,
as suggested by Mark McMullan <[email protected]>.
* More indices indicated below alignments, and with an up-arrow as a tick mark.
* Added option `-sm` to allow restricting output to sequences with accessions containing a given string.
## Introduced in version 1.0.5

* Explicitly start with "/usr/bin/env python3" instead of "/usr/bin/env python". Hoping that will
help users that have not yet migrated to v3.
* Added v3 requirement in setup.py as well, using advice from Tobias Jakobi. Solves issue #1 on github.com.

0 comments on commit 86ded34

Please sign in to comment.