Skip to content

Commit

Permalink
Verbump 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Apr 12, 2019
1 parent 9be54e1 commit 7de771a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var devMode = appConfig.environment === 'dev';

Raven.config(appConfig.sentry.dsn, {
environment: appConfig.environment,
release: '1.7.2'
release: '1.7.3'
}).install();

// Routes
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</script>

<script>
window.version = '1.7.2';
window.version = '1.7.3';
</script>

<link href="build/main.css" rel="stylesheet" async>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@

<br />

<b>v1.7.3</b><br />
- Added help page for new browser extension<br />
- Fixed an issue where image quality would be reduced in some browsers<br />
- Fixed an issue where selecting image for recipe would cause lag<br />
- Added a warning for images that are over the size limit<br />

<br />

<b>v1.7.2</b><br />
- Meal plan page now displays in side-by-side split view on wide screens<br />
- Fixed a bug where warning for old browsers (at or below IE11) would not trigger<br />
Expand Down

0 comments on commit 7de771a

Please sign in to comment.