diff --git a/Mac/Tentia-Info.plist b/Mac/Tentia-Info.plist index 060baa3..69d9eb6 100644 --- a/Mac/Tentia-Info.plist +++ b/Mac/Tentia-Info.plist @@ -42,7 +42,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.4.2 + 0.5.0 CFBundleSignature ???? CFBundleURLTypes @@ -57,7 +57,7 @@ CFBundleVersion - 0.4.2 + 0.5.0 LSApplicationCategoryType public.app-category.lifestyle LSMinimumSystemVersion diff --git a/Mac/publish/ReleaseNotes.html b/Mac/publish/ReleaseNotes.html index fcb50c7..7fa2a1b 100644 --- a/Mac/publish/ReleaseNotes.html +++ b/Mac/publish/ReleaseNotes.html @@ -15,6 +15,7 @@

Tentia 0.5.0

+

Added "Send" button to "New Post" window

Added Profile view

Added follow and unfollow possibility

diff --git a/WebKit/css/default.css b/WebKit/css/default.css index bb62e92..ed2262a 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -1,12 +1,13 @@ html, body { margin: 0; padding: 0; + min-height: 100%; } body { font-family: "Lucida Grande", Tahoma, sans-serif; font-size: 11px; - background: #dedede url(../img/Icon.png) bottom center no-repeat; + background: #dedede url(../img/background.png) center center no-repeat; } a { diff --git a/WebKit/img/background.png b/WebKit/img/background.png new file mode 100644 index 0000000..3e82b51 Binary files /dev/null and b/WebKit/img/background.png differ