diff --git a/dist/changelogs/1.0.1.md b/dist/changelogs/1.0.1.md new file mode 100644 index 00000000..de9b91b3 --- /dev/null +++ b/dist/changelogs/1.0.1.md @@ -0,0 +1,11 @@ +## Changes in 1.0.1 + +- Add ability to open directory as root in file browser +- Always run shell profile init scripts when opening them in terminals +- Fix incomplete PATH when opening shell session in iTerm2 +- Fix application not starting up on Windows when username contained special characters +- Fix shell connection failing when user had no write privileges +- Fix wrong passwords errors in posix shells +- Fix homebrew distribution +- Fix WSL detection failing on non-english systems +- Many small miscellaneous fixes and improvements \ No newline at end of file diff --git a/version b/version index afaf360d..7f207341 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file