Contributors:

PowerShell is written and maintained by Matt Spong (spong@baked.net). The following people have contributed bug fixes or patches, or contributed to PowerShell's development in some way:

James Greenhalgh
Dennis Smit
Michael D. Ivey
Colin Bloch
Sven Heinicke
Robert Ramiega


Changelog:

0.8
-Ability to not run the default shell on startup
-Ability to change the scrollbar position or hide it alltogether
-Ability to hide the tabs if only one term is running and then show them automatically when another one is opened.

0.7
-Added scrollbar to menu item list in Prefs dialog
-Fixed PowerPC segfault bug
-Added prefs option to turn off URL matching
-Fixed default options to be more reasonable
-Added ability for menus to prompt user for program arguments (this is damn cool, BTW)
-Added status bar
-Added preferences option to change which side the notebook tabs are on or hide them tabs altogether
-Added option to hide the menubar (ARGH! GNOME SUCKS ASS! That was such a bigger pain in the ass than it should have been.)
-Added option to run certain menu items on startup.

0.67
-Comprehensive online documentation added.

-Fixed both known segfaults in 0.65
-No longer complains about help file being NULL (since it's not anymore :-)

0.65
-Now launches user's login shell by default rather than the first item in the menu.
-Ctrl-Tab switches to next tab
-Added "Update" button to Menu Editor
-Right-clicking on tab now brings up "rename" dialog

-Fixed window creation (now creates it initially at the correct size)
-Fix resizing problems.
-Fixed font selection segfault.
-Fixed configure script

-Several unresolved segfaults (powershell -e now segfaults, as does running a program in the background using a '&' after the command) If anybody can help fix these, I would greatly appreciate it.

0.63:
-Finished preferences dialog.
-Now supports everything the gnome-terminal does and much more (it is missing a few menu options, though)
-Full custom color support, terminal options changeable.
-Changeable "scrollback lines" option.
-Added a "Run..." option in the File menu.
-Preliminary support for background execution of programs (although it is very buggy, so I don't suggest using it)

-Several bugfixes (a program without a path no longer causes a segfault)
0.6:
-Completely revamped preferences dialog.
-Added support for visual menu editing.
-Many more menu options.
0.55:
-Added popup menu with right-click on term
-Moved "Rename Tab" to the menu rather than to a simple right-click.
-Revamped preferences dialog.
0.5:
-Converted to a true Gnome application
0.4:
-Conversion to GNU autoconf
-Hopefully fixed all compile-time errors because of wrong gnome-libs versions
-Added font select dialog
-Changing of background or font no longer requires restart of program

-Fixed a segfault bug
-Fixed the scrollbars so they actually work now :-)
-Fixed all compile-time warnings
0.32:
-Added scrollbars

-Fixed focus bug
0.3:
-Added support for user-defined URL handlers
-Added support for transparency, shading, and background pixmaps
-Implemented Preferences dialog
-Added support for on-the-fly renaming of tabs
-Added "About Box"

-Fixed "make" bug
0.2:
-Major rewrite
-Added support for user-defined application (via ~/.pshellrc)
-Added more keyboard control (for switching between terms)
0.1b:
-Minor bug fixes.
0.1:
-Initial public release.