Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Feb 23, 2015
1 parent 9cf14b9 commit fcc3811
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Added setting for external fonts.
* Use site tagline as homepage title.
* Make favicon customizable.
* Making webfont customizable. To get previous font back, use: `https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic`.
* Fix juice issue.
* Non-admins should not be able to access rejected posts.
* Bulgarian translation (thanks @durrrr91!)

## v0.14.1 “TaglineScope”

Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
telescopeVersion = "0.14.1";
telescopeVersion = "0.14.2";
1 change: 1 addition & 0 deletions packages/telescope-releases/lib/server/import_releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Meteor.startup(function () {
importRelease('0.13.0');
importRelease('0.14.0');
importRelease('0.14.1');
importRelease('0.14.2');

// if this is before the first run, mark all release notes as read to avoid showing them
if (!Events.findOne({name: 'firstRun'})) {
Expand Down
1 change: 1 addition & 0 deletions packages/telescope-releases/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Package.onUse(function (api) {
api.addFiles('releases/0.13.0.md', 'server', { isAsset: true });
api.addFiles('releases/0.14.0.md', 'server', { isAsset: true });
api.addFiles('releases/0.14.1.md', 'server', { isAsset: true });
api.addFiles('releases/0.14.2.md', 'server', { isAsset: true });

// i18n languages (must come last)

Expand Down
10 changes: 10 additions & 0 deletions packages/telescope-releases/releases/0.14.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### v0.14.2 “FaviconScope”

* Added settings for auth methods.
* Added setting for external fonts.
* Use site tagline as homepage title.
* Make favicon customizable.
* Making webfont customizable. To get previous font back, use: `https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic`.
* Fix juice issue.
* Non-admins should not be able to access rejected posts.
* Bulgarian translation (thanks @durrrr91!)

0 comments on commit fcc3811

Please sign in to comment.