Skip to content

Commit

Permalink
Bump to 1.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Jul 6, 2012
1 parent 1d10a17 commit c93e938
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion readme.md
Expand Up @@ -37,7 +37,7 @@ in even more ancient version.

Relevant Foundry bug-id's:

* Bug #23576, "Segmentation Fault on Nuke exit after using a custom
* [Fixed in Nuke 6.3v8] Bug #23576, "Segmentation Fault on Nuke exit after using a custom
PySide window" (causes a mostly harmless "Segmentation fault" message
on exiting Nuke)

Expand Down Expand Up @@ -122,3 +122,8 @@ type "ax[3" or "ax 3" (ax-space-space-3) it will only match "Axis
* Prevent vertical scrollbar (reduced number of shown items to 15)
* Node weights are loaded on every invokation, preventing
overwriting of values with multiple Nuke instances

* `v1.5`

* Fixes crash-on-exit for Nuke 6.3v8 (as Nuke bug #23576 is closed)
* Window now closes properly
2 changes: 1 addition & 1 deletion tabtabtab.py
Expand Up @@ -4,7 +4,7 @@
license: http://unlicense.org/
"""

__version__ = (1, 4)
__version__ = (1, 5)

import os
import sys
Expand Down

0 comments on commit c93e938

Please sign in to comment.