Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
updated packege version and update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tahnik committed Oct 10, 2017
1 parent d1d309c commit 672aca5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devrantron",
"version": "1.4.1",
"version": "1.4.2",
"main": "./build/app/app.js",
"description": "An open source cross platform desktop application for devRant",
"scripts": {
Expand Down
22 changes: 6 additions & 16 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
# What's new?
![devRantron](https://i.imgur.com/RteqoFG.png)

## Weekly
You can now browse weekly
## Weekly fix
* Fixed a bug where clicking on a filter would change weekly to the most recent week
* Clicking on a week tag will now open weekly
* Fixed a bug where weekly popup would appear over notifications if left open

## Edit rants and comments
Now you can edit rants and comments in desktop!

## Save draft rants
Rants will be automatically saved if it is not posted. You can also save drafts of rants now so that you can post them later

## Performance optimization
Optimized notifications and updated react to v16. Also, we changed how webpack compiles our app and it optimizes a lot more than before

## Confirmation before deleting rants or comments
We now show confirmation dialog before deleting rants or comments

## Release info and update notifications for macOS and linux
App will now show release notes before updating. macOS and linux users should also receive updates.
## Deleted user causing crash
* If a user caused a notification and has removed their account, the app would crash. Fixed that bug

And a lot more bugfixes and optimizations. We hope you enjoy!

0 comments on commit 672aca5

Please sign in to comment.