Skip to content

Commit

Permalink
0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 13, 2023
1 parent 5d7439e commit 455396f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.4.2 - 2023-11-12

### What's Changed

### Major improvements
* Internal release and bugfixes prior to 0.5.0 release (no new user-facing features)
* metadata component support for title and sceneId
* notification framework
* STREET global
* screenshot (screentock)
* Modern VR UI controls (second try since long ago, but v1 for blink controls)
* bugfixes for save / load: mapbox, intersection, not storing extra street json

## 0.4.1 - 2023-08-08

### What's Changed
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
We welcome community contributions to 3DStreet.

## Release checklist for this repo:
- Bump the version on package.json
- Bump the version on package.json & package-lock.json
- update CHANGELOG.md with high level changes only (low level commits will be automatically generated by github later) you can see notes of changes since last release on [this view](https://github.com/3DStreet/3dstreet/releases/tag/0.4.1)
- Re-run npm run dist (rerun the build, it hardcodes the version into global var used for console log)
- Commit this all to the repo
- How to make a tag and release?
Expand Down
4 changes: 2 additions & 2 deletions dist/aframe-street-component.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3dstreet",
"version": "0.4.1",
"version": "0.4.2",
"description": "Web-based 3D visualization of streets using A-Frame and WebXR",
"main": "dist/aframe-street-component.js",
"scripts": {
Expand Down

0 comments on commit 455396f

Please sign in to comment.