Skip to content

Commit

Permalink
updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Jul 22, 2015
1 parent 1353f0a commit 3dfebb6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
18 changes: 18 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.22.1 “DebugScope”

* Introduced new [template debug mode](http://docs.telescopeapp.org/docs/debug-mode).
* Fixed invites bugs (thanks @badibouteraa!).
* Made hero modules full width (thanks @jshimko!).
* Renamed `nav` template to `header`.
* Renamed `postsListTop` zone to `top`.
* Any template can now be used as menu label in menu component.
* Added `Telescope.menuItems.removeAll()`
* Number of columns in Hubble grid layout now adapts to viewport width.
* Added image support to RSS feed and API.
* Added setting for pointing RSS feed to discussion pages.
* Made video lightbox responsive and made video stop on lightbox close.
* Simplified template modules markup structure.
* Fixed bug preventing non-logged-in users from signing up to newsletter (thanks @frabrunelle!).
* Moved errors and banners styles to base theme.
* Updated Kadira package.

## v0.21.2 “FastScope”

* Added day by day settings for newsletter frequency (thanks @johnthepink!).
Expand Down
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 @@ -34,6 +34,7 @@ Meteor.startup(function () {
importRelease('0.20.5');
importRelease('0.20.6');
importRelease('0.21.1');
importRelease('0.22.1');

// 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 @@ -55,6 +55,7 @@ Package.onUse(function (api) {
api.addFiles('releases/0.20.5.md', 'server', { isAsset: true });
api.addFiles('releases/0.20.6.md', 'server', { isAsset: true });
api.addFiles('releases/0.21.1.md', 'server', { isAsset: true });
api.addFiles('releases/0.22.1.md', 'server', { isAsset: true });

// i18n languages (must come last)

Expand Down
17 changes: 17 additions & 0 deletions packages/telescope-releases/releases/0.22.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### v0.22.1 “DebugScope”

* Introduced new [template debug mode](http://docs.telescopeapp.org/docs/debug-mode).
* Fixed invites bugs (thanks @badibouteraa!).
* Made hero modules full width (thanks @jshimko!).
* Renamed `nav` template to `header`.
* Renamed `postsListTop` zone to `top`.
* Any template can now be used as menu label in menu component.
* Added `Telescope.menuItems.removeAll()`
* Number of columns in Hubble grid layout now adapts to viewport width.
* Added image support to RSS feed and API.
* Added setting for pointing RSS feed to discussion pages.
* Made video lightbox responsive and made video stop on lightbox close.
* Simplified template modules markup structure.
* Fixed bug preventing non-logged-in users from signing up to newsletter (thanks @frabrunelle!).
* Moved errors and banners styles to base theme.
* Updated Kadira package.

0 comments on commit 3dfebb6

Please sign in to comment.