Skip to content

Commit

Permalink
Update sandstorm package and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
simonv3 committed Aug 17, 2016
1 parent 3318719 commit 3190d93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Quick Survey"),

appVersion = 2, # Increment this for every release.
appVersion = 3, # Increment this for every release.

appMarketingVersion = (defaultText = "1.0.1"),
appMarketingVersion = (defaultText = "2.0.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down Expand Up @@ -127,7 +127,7 @@ const pkgdef :Spk.PackageDefinition = (
(width = 1275, height = 676, png = embed "../meta/screenshots/quick-survey.png"),
(width = 1275, height = 438, png = embed "../meta/screenshots/quick-survey-2.png"),
],
#changeLog = (defaultText = embed "path/to/sandstorm-specific/changelog.md"),
changeLog = (defaultText = embed "../meta/changelog.md"),
# Documents the history of changes in Github-flavored markdown format (with the same restrictions
# as govern `description`). We recommend formatting this with an H1 heading for each version
# followed by a bullet list of changes.
Expand Down
2 changes: 1 addition & 1 deletion client/js/manage/views/manage.ng.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Results </h2>
</tr>
</tbody>
</table>
<small ng-if="response.length > 0"><a ng-click="exportAllResponses()" title="export all responses"><i class="icon-export"></i> Download CSV</a></small>.
<small ng-if="response.length > 0"><a ng-click="exportAllResponses()" title="export all responses"><i class="icon-export"></i> Download CSV</a>.</small>
<small ng-hide="on_sandstorm">
<a ng-click="sendTestEmail()" title="Send test email">Send test email</a>.
</small>
Expand Down
8 changes: 8 additions & 0 deletions meta/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 2.0.0

This is a version bump largely because compatibility with Heroku has been removed. Getting it to work on Heroku shouldn't be too hard, but I'm not going to guarantee it in the future.

* Enable CSV downloading.
* Updated sandstorm-meteor-admin package.

__ Start of the changelog __

0 comments on commit 3190d93

Please sign in to comment.