Skip to content

Commit

Permalink
Update Readme for Text2Emoji
Browse files Browse the repository at this point in the history
Added new Version to appcast
  • Loading branch information
Neo11 committed Mar 3, 2016
1 parent aa5118e commit fa4b003
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
21 changes: 17 additions & 4 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Mac app wrapper around WhatsApp's web client, [WhatsApp Web](https://web.whats
The latest version is available [here](https://github.com/Neo11/ChitChat/releases/latest).

Requires OSX 10.10 Yosemite and a WhatsApp Web compatible device.

![WhatsMac Screenshot](http://i.imgur.com/riXrTvx.jpg "WhatsMac Screenshot")

> Disclaimer: This is NOT an official WhatsApp Product, it is only a hobby project created by myself
Expand All @@ -22,6 +22,19 @@ Allows you to receive notification center notifications for new messages, and ad

Inspired by, and in small part based on, [Messenger for Mac](http://fbmacmessenger.rsms.me/), created by [Rasmus Andersson](https://twitter.com/rsms). ChitChat uses some code from this project.

##Smileys

A build in Text2Emoji converts the following text into Smileys. Thanks to [Paul](https://github.com/c-o-m-m-a-n-d-e-r)

|ASCII |Unicode|
|-------|-------|
|:), :-)|😊 |
|:D, :-D|😀 |
|8), 8-)|😎 |
|:p, :-p|😛 |
|;), ;-)|😉 |
|%), %-)|😂 |

##Feature Support

Most features of WhatsApp Web are currently supported, and support for the remainder is being actively developed:
Expand All @@ -38,8 +51,8 @@ Most features of WhatsApp Web are currently supported, and support for the remai
\*Media uploading **is** supported when dragging the image/video file into the app's window. Uploading using the upload button is currently not supported, since WKWebView provides no easy mechanism for using `<input type="file">` tags.

##License


Copyright (c) 2015 Authors of the source code of this project

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand All @@ -50,6 +63,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

##Note

This project does **not** attempt to reverse engineer the WhatsApp API or attempt to reimplement any part of the WhatsApp client's communications with the WhatsApp servers.
This project does **not** attempt to reverse engineer the WhatsApp API or attempt to reimplement any part of the WhatsApp client's communications with the WhatsApp servers.

Any communication between the user and WhatsApp servers is handled by WhatsApp Web itself; this is merely a native wrapper for WhatsApp Web, more akin to a clone of Safari than of any WhatsApp software.
6 changes: 3 additions & 3 deletions WhatsMac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand All @@ -36,7 +36,7 @@
<key>NSPrincipalClass</key>
<string>ChitChat.WAMApplication</string>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/stonesam92/ChitChat/master/update_appcast.xml</string>
<string>https://raw.githubusercontent.com/neo11/ChitChat/master/update_appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
Expand Down
18 changes: 18 additions & 0 deletions update_appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,23 @@
sparkle:version="1.5.0"
type="application/octet-stream" />
</item>
<item>
<title>Version 2.0.1</title>
<description><![CDATA[
<h3>NOTE: If you are running 10.11 El Capitan, then this update cannot be applied automatically and must be downloaded manually from <a href="https://github.com/stonesam92/ChitChat/releases/tag/v1.5">the release page</a>.</h3>
<h2>Changes</h2>
<ul>
<li>Text2Emoji Support</li>
</ul>
<h2>Issuses</h2>
<ul>
<li>Quick-reply is brocken :(</li>
</ul>
]]></description>
<pubDate>Sun, 6 Oct 2015 22:20:00 +0000</pubDate>
<enclosure url="https://github.com/neo11/ChitChat/releases/download/v2.0.1/ChitChat.zip"
sparkle:version="2.0.1"
type="application/octet-stream" />
</item>
</channel>
</rss>

0 comments on commit fa4b003

Please sign in to comment.