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

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Feb 21, 2017
1 parent 0e3a806 commit 6a4d2c3
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 272 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,85 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/AkashaProject/node-app/compare/v0.3.0...v0.5.0) (2017-02-21)


### Bug Fixes

* **bookmarks:** fetch saved entries when navigating back from full entry to bookmarks ([2df7167](https://github.com/AkashaProject/node-app/commit/2df7167))
* **chat:** Clicking autogenerated letter avatar does not navigate to profile ([9d0725d](https://github.com/AkashaProject/node-app/commit/9d0725d))
* **chat:** Fix chat channels issue when db is empty ([6f8ab22](https://github.com/AkashaProject/node-app/commit/6f8ab22))
* **comment replies:** reply to your newly created comment (closes [#237](https://github.com/AkashaProject/node-app/issues/237)) ([1ba9ed5](https://github.com/AkashaProject/node-app/commit/1ba9ed5))
* **comment reply:** comment editor keeps scrolling into view (closes [#242](https://github.com/AkashaProject/node-app/issues/242)) ([d04ec7f](https://github.com/AkashaProject/node-app/commit/d04ec7f))
* **comments:** correctly remove mousewheel listener ([dc94fbc](https://github.com/AkashaProject/node-app/commit/dc94fbc))
* **comments:** fix new comments count when navigating between entries ([267b38f](https://github.com/AkashaProject/node-app/commit/267b38f))
* **comments:** new comments button does not bounce anymore :D ([7ced711](https://github.com/AkashaProject/node-app/commit/7ced711))
* **comments:** pluralize `comments` in new comments message ([d9c4b52](https://github.com/AkashaProject/node-app/commit/d9c4b52))
* **comments-service:** overwrite listeners instead of add ([f435c6f](https://github.com/AkashaProject/node-app/commit/f435c6f))
* **commentsEditor:** reset comment editor content after each publish ([b91380e](https://github.com/AkashaProject/node-app/commit/b91380e))
* **draft delete button:** fix draft delete button click when it`s disabled ([45e3f84](https://github.com/AkashaProject/node-app/commit/45e3f84))
* **entry:** disable edit button when entry is not active ([57cf94a](https://github.com/AkashaProject/node-app/commit/57cf94a))
* **entry:** Display placeholder when entry publisher cannot be resolved ([e950330](https://github.com/AkashaProject/node-app/commit/e950330))
* **entry:** Get own vote when navigating from one entry to another ([0f734bb](https://github.com/AkashaProject/node-app/commit/0f734bb))
* **entry:** issue with entry version when content cannot be resolved ([cf2a245](https://github.com/AkashaProject/node-app/commit/cf2a245))
* **entry:** trim title and excerpt for validation. add max length for entry title ([a37f83f](https://github.com/AkashaProject/node-app/commit/a37f83f))
* **entry card:** Wrap tags on multiple lines ([5c630fb](https://github.com/AkashaProject/node-app/commit/5c630fb))
* **entry editor:** fix editor state when copy/paste with styles ([efa15c3](https://github.com/AkashaProject/node-app/commit/efa15c3))
* **entryState:** fix flag merging on full entry action ([33c5c62](https://github.com/AkashaProject/node-app/commit/33c5c62))
* **geth-bin:** add upgrading event ([b293246](https://github.com/AkashaProject/node-app/commit/b293246))
* **image resizing:** fix image size when reading from canvas (closes [#210](https://github.com/AkashaProject/node-app/issues/210)) ([bca10d9](https://github.com/AkashaProject/node-app/commit/bca10d9))
* **image uploader:** image uploader wasn`t updated to last image resizer api ([1e9835c](https://github.com/AkashaProject/node-app/commit/1e9835c))
* **people:** Fix follower bot issues ([c0c4b8d](https://github.com/AkashaProject/node-app/commit/c0c4b8d))
* **profile:** Add character limit for first name and last name ([43345a3](https://github.com/AkashaProject/node-app/commit/43345a3))
* **profile:** Issue with subsequently adding and removing profile links ([52ed4b7](https://github.com/AkashaProject/node-app/commit/52ed4b7))
* **profile:** Make links fields (title, url) required ([e5cb2ce](https://github.com/AkashaProject/node-app/commit/e5cb2ce))
* **profile:** UI breaks when first name and last name don't contain alphabetic characters ([3b8d91d](https://github.com/AkashaProject/node-app/commit/3b8d91d))
* **profile creation:** fix profile creation password encoding ([2e16b54](https://github.com/AkashaProject/node-app/commit/2e16b54))
* **profile creation:** reset faucetRequested flag on retry ([656c2ba](https://github.com/AkashaProject/node-app/commit/656c2ba))
* **profile hover card:** attempt to fix tooltip not showing on hover ([2a069da](https://github.com/AkashaProject/node-app/commit/2a069da))
* **profile hover card:** do not show hover card if it`s not open ([85f7f08](https://github.com/AkashaProject/node-app/commit/85f7f08))
* **publish panel:** fix tags updating ([45aa673](https://github.com/AkashaProject/node-app/commit/45aa673))
* **snackbar notifications:** Show correct action successfull/failed message when logging in ([86610cd](https://github.com/AkashaProject/node-app/commit/86610cd))
* **stream:** Empty tag tab when reloading the page from bookmarks ([bc68c57](https://github.com/AkashaProject/node-app/commit/bc68c57))
* **tags:** fix phrasing on illegal characters (thanks [@rabbit](https://github.com/rabbit)) ([2c16a64](https://github.com/AkashaProject/node-app/commit/2c16a64))
* **UI:** Wrap very long words on multiple lines ([c5cf7a1](https://github.com/AkashaProject/node-app/commit/c5cf7a1))


### Features

* **backup:** add keystore backup to downloads folder ([a7dfe45](https://github.com/AkashaProject/node-app/commit/a7dfe45))
* **backup:** backup keys from UI ([7f4c58d](https://github.com/AkashaProject/node-app/commit/7f4c58d))
* **chat:** add join/leave/post/fetch per channel ([d89233b](https://github.com/AkashaProject/node-app/commit/d89233b))
* **chat:** join/leave channels ([c6373c2](https://github.com/AkashaProject/node-app/commit/c6373c2))
* **chat:** profile hover card in chat ([6f278ec](https://github.com/AkashaProject/node-app/commit/6f278ec))
* **comments:** profile mentions in comments ([846f7b6](https://github.com/AkashaProject/node-app/commit/846f7b6))
* **crash-reporter:** add crash report service ([71b8047](https://github.com/AkashaProject/node-app/commit/71b8047))
* **entry:** add edit ([1b49334](https://github.com/AkashaProject/node-app/commit/1b49334))
* **entry:** add get-entry by version number ([d381a9b](https://github.com/AkashaProject/node-app/commit/d381a9b))
* **entry:** Edit entry ([e7f5ed2](https://github.com/AkashaProject/node-app/commit/e7f5ed2))
* **entry:** navigate through entry versions ([7a769fa](https://github.com/AkashaProject/node-app/commit/7a769fa))
* **entry:** profile mentions in entries ([b7c8cec](https://github.com/AkashaProject/node-app/commit/b7c8cec))
* **following:** add lru cache for following list ([9ce2910](https://github.com/AkashaProject/node-app/commit/9ce2910))
* **fonts:** add local fonts config ([82e5011](https://github.com/AkashaProject/node-app/commit/82e5011))
* **image resize:** slightly increase output image quality ([2a171e9](https://github.com/AkashaProject/node-app/commit/2a171e9))
* **notifications:** add append to watch list ([e52a3ad](https://github.com/AkashaProject/node-app/commit/e52a3ad))
* **notifications:** add exclude notifs from ([e84024f](https://github.com/AkashaProject/node-app/commit/e84024f))
* **notifications:** add mention ([3116526](https://github.com/AkashaProject/node-app/commit/3116526))
* **notifications:** Disable notifications for specific user from feed ([e51f31e](https://github.com/AkashaProject/node-app/commit/e51f31e))
* **notifications:** enable/disable notifications for specific users ([c893605](https://github.com/AkashaProject/node-app/commit/c893605))
* **profile hover card:** profile hover card initial commit ([d1185fd](https://github.com/AkashaProject/node-app/commit/d1185fd))
* **search:** add entry search ([aec8ea1](https://github.com/AkashaProject/node-app/commit/aec8ea1))
* **search:** add handshake ([8ea9cf1](https://github.com/AkashaProject/node-app/commit/8ea9cf1))
* **search:** create search panel ([1680ad6](https://github.com/AkashaProject/node-app/commit/1680ad6))
* **stream:** add following/all entries channel ([14de254](https://github.com/AkashaProject/node-app/commit/14de254))
* **stream:** latest entries ([72bbd5f](https://github.com/AkashaProject/node-app/commit/72bbd5f))
* **tipping:** add gotTipped event ([fe416c6](https://github.com/AkashaProject/node-app/commit/fe416c6))
* **tipping:** add send tip ([3674487](https://github.com/AkashaProject/node-app/commit/3674487))
* **tips:** User can send tips to other users ([5f9fe41](https://github.com/AkashaProject/node-app/commit/5f9fe41))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/AkashaProject/node-app/compare/v0.3.0...v0.4.0) (2017-02-02)

Expand Down
Loading

0 comments on commit 6a4d2c3

Please sign in to comment.