Skip to content

Commit

Permalink
Merge pull request #25 from pjreed/2.2-release
Browse files Browse the repository at this point in the history
Releasing version 2.2
  • Loading branch information
pjreed committed May 17, 2016
2 parents ba2938b + cf4ac00 commit 1c51425
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bag Database changelog

2.2-SNAPSHOT
2.2

- Adding OpenCV to handle Bayer image formats
- Adding the ability to see the first image on a topic
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ are stored and will be manually uploading files there.
extracted and stored, and if support for Bing Maps or MapQuest is enabled you
can view the vehicle's path on a map.
- **Downloading**: Every bag file can be downloaded from the interface without
needing to find it on the host filesystem.
needing to find it on the host filesystem. Links to bag files can also be
obtained by right-clicking on them.
- **Viewing Images**: You can view the first image on any sensor_msgs/Image or
sensor_msgs/CompressedImage topic by clicking on the icon next to the topic
in the bag details window.

## Compiling

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>2.2-SNAPSHOT</version>
<version>2.2</version>
<name>Bag Database</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
app.version=2.2-SNAPSHOT
app.version=2.2
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 2.2-SNAPSHOT</h2>" +
html: "<h2>Bag Database 2.2</h2>" +
"<p><a href='https://github.com/swri-robotics/bag-database'>https://github.com/swri-robotics/bag-database</a></p>" +
"<p>Copyright 2015-2016 Southwest Research Institute</p>" +
"<br>" +
Expand Down

0 comments on commit 1c51425

Please sign in to comment.