Skip to content

Commit

Permalink
Merge pull request #132 from healthonnet/rel-0.1.2
Browse files Browse the repository at this point in the history
edit changelog for 0.1.2
  • Loading branch information
Adrion authored Jul 24, 2017
2 parents 549ed09 + ca69474 commit 6de5b2a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Kconnect-search Changelog
=========================

v0.1.2 / 2017-07-24
-------------------

* feat: cookies informations
* feat: search pro
* feat: images informations
* feat: suggestions on other services
* fix: improve accessibility
* fix: improve translation service
* fix: design improvements
* fix: improve definition service
* fix: improve UX
* chore: edit legal-notice
* [More info here](https://github.com/healthonnet/Kconnect-search/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av0.1.2)

v0.1.1 / 2017-02-22
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/js/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app.constant('AUTOCORRECT_SERVICE_URL', '/hon-search/spell');
app.constant('QUESTIONS_SERVICE_URL', '/people-also-ask/questions');
app.constant('SCREENSHOT_SERVICE_URL', 'http://everyone.khresmoi.eu:3000');
app.constant('MAXIMUM_FREQUENCY_RATIO', 0.01);
app.constant('VERSION', '0.1.2-feat-improve-info-cards');
app.constant('VERSION', 'rel-0.1.2');
app.constant('FONT_SIZE_SPAN', 4);
app.constant('DEFAULT_FONT_SIZE', 14);
app.constant('DEFAULT_PREFERENCES', {
Expand Down

0 comments on commit 6de5b2a

Please sign in to comment.