- It is now possible to allow files with other extensions than ".py" to be viewed in Pykaboo. They are also highlighted if supported by pygments.
- These allowed files using specified extensions can also be disallowed again as well.
- Debugged some strange behavior with extra arguments: giving two random arguments now does not launch Pykaboo.
- Some refactoring took place such as specifying exceptions, removing globals and removing try - except for handling logic flow.