Skip to content

Commit

Permalink
Merge pull request #143 from swri-robotics/release-3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
pjreed authored Apr 5, 2021
2 parents 3e616e7 + dfe6fdc commit b748463
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Bag Database changelog

3.2.0

- Fix running scripts with multiple bags with the same name
- Increase maximum upload size from 4 GB to 50 GB
- Use exit code of scripts to determine success
- Support BGRA8 image encoding

3.1.0

- Add a BAGDB\_PATH environment variable to change the path used to serve the application
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.swri-robotics</groupId>
<artifactId>bag-database</artifactId>
<packaging>war</packaging>
<version>3.1.0</version>
<version>3.2.0</version>
<name>Bag Database</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/views/AboutWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Ext.define('BagDatabase.views.AboutWindow', {
layout: 'fit',
bodyPadding: 5,
constrainHeader: true,
html: "<h2>Bag Database 3.1.0</h2>" +
html: "<h2>Bag Database 3.2.0</h2>" +
"<p>Documentation: <a href='https://swri-robotics.github.io/bag-database/'>https://swri-robotics.github.io/bag-database/</a></p>" +
"<p>Source Code: <a href='https://github.com/swri-robotics/bag-database'>https://github.com/swri-robotics/bag-database</a></p>" +
"<p>Copyright 2015-2020 Southwest Research Institute</p>" +
Expand Down

0 comments on commit b748463

Please sign in to comment.