diff --git a/README.markdown b/README.markdown index 564a87a..d6408b9 100644 --- a/README.markdown +++ b/README.markdown @@ -12,18 +12,14 @@ This is an upcoming reddit extension for Google Chrome. 4. Depending on user feedback, I might add special support for reposts. The extension could append a URL query string to it so it still goes through. -5. Comment dialog for pages that are reddit comment pages. +6. **Privacy** - when [Fancy Settings](https://github.com/frankkohlhepp/fancy-settings) supports textareas, I'll add the capability to exclude domains and regular expression matches from being looked up. -6. Comment dialog upon clicking an action (near save, hide, etc.) for all posts. - -7. **Privacy** - when [Fancy Settings](https://github.com/frankkohlhepp/fancy-settings) supports textareas, I'll add the capability to exclude domains and regular expression matches from being looked up. - -8. When infobars come out of the expiremental API, I may be implementing a UI similar to Socialite as well. However, [chromakode](https://github.com/chromakode)'s [shine](https://github.com/chromakode/shine) is more like Socialite, and our two extensions' functionalities have been taking different paths. - -9. I hope to open source this and get it officially endorsed by reddit in the same way Socialite and RedditAddict are. +7. I hope to open source this and get it officially endorsed by reddit in the same way Socialite, RedditAddict, and Reddit Companion are. ## Known Issues ## * After clicking a vote icon, hide, or report, the state may not *appear* to change unless you move your mouse over what you just clicked. However, often you move your mouse to get away from the element, so you won't usually see this. This is a [known bug in Google Chrome](http://code.google.com/p/chromium/issues/detail?id=77246). -* Share doesn't work yet. \ No newline at end of file +* Share doesn't work yet. + +* There is no submission form yet. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3d8f816..b9c1452 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Mostly Harmless", - "version": "0.4.1", + "version": "0.5.0", "description": "Easily see how many times URL has been posted to reddit, join the discussion, submit or repost it, and more!", "browser_action": { "default_icon": "pix/alien.png",