Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.1 #259

Merged
merged 1 commit into from
Mar 4, 2019
Merged

1.0.1 #259

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

### 1.0.1 (2019/03/04 16:23 +00:00)
- [#254](https://github.com/RobotWebTools/ros3djs/pull/254) Use single item queue for unreliable topics (@mvollrath)
- [#256](https://github.com/RobotWebTools/ros3djs/pull/256) Use loose roslibjs version (@mvollrath)
- [#253](https://github.com/RobotWebTools/ros3djs/pull/253) Default LaserScan to CBOR (@mvollrath)


### 1.0.0 (2019/02/02 14:48 +00:00)
- [#208](https://github.com/RobotWebTools/ros3djs/pull/208) Custom frame axes options: scale, dashed lines and no pan&zoom frame (@viktorku)
- [#247](https://github.com/RobotWebTools/ros3djs/pull/247) Use CBOR by default for OccupancyGrid (@mvollrath)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ros3d",
"homepage": "https://www.robotwebtools.org",
"description": "(BOWER IS DEPRECATING! Please use npm version of ros3d). The standard ROS Javascript Visualization Library",
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD-3-Clause",
"main": "./src/Ros3D.js",
"repository": {
Expand Down
Loading