diff --git a/README.md b/README.md index c551eba6..d0981468 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ ## Hydrus Image Tagging Network (Client and Server) -A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +The hydrus network client is an application written for anon and other internet-fluent media nerds who have large image/swf collections. It browses with tags instead of folders, a little like a *booru on your desktop. Tags and files can be anonymously shared through custom servers that any user may run. Everything is free, and the source code is included with the release. It is developed for Windows, but fairly functional builds for Linux and OS X are released at the same time. -This is the source-only release, meant for people who want to experiment with the code; if you want an executable for Windows, Linux or OS X, please check out the [compiled releases](http://www.mediafire.com/hydrus). All releases include original source code. +The software is constantly being improved. I put out a new release every Wednesday at 8pm Eastern. The program can do quite a lot! Please check out the help inside the release or [here](http://hydrusnetwork.github.io/hydrus/help). * [Homepage](http://hydrusnetwork.github.io/hydrus/) -* [Source Code on Github](https://github.com/hydrusnetwork/hydrus) ## Attribution diff --git a/client.pyw b/client.pyw index 625284d2..0455e4ac 100755 --- a/client.pyw +++ b/client.pyw @@ -62,5 +62,7 @@ except: import traceback + print( 'Critical error occured! Details written to crash.log!' ) + with open( 'crash.log', 'wb' ) as f: f.write( traceback.format_exc() ) \ No newline at end of file diff --git a/help/changelog.html b/help/changelog.html index f99e1c04..fc20b295 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,31 @@

changelog