Skip to content

Commit 4022ebb

Browse files
author
Billy Charlton
committed
:
1 parent 3db2b94 commit 4022ebb

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

docs/CHANGELOG-header.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
---
1+
--
22
id: changelog
33
title: SimWrapper Change Log
44
---
55

6-
Welcome to SimWrapper! All notable changes to this project are documented in this file.
6+
Welcome to SimWrapper!
77

8-
The list of changes is generated automatically based on the commit messages themselves. If the first line of a commit begins with either `fix:` or `feat:` then the commit will be registered as a fix or a feature in the list below. Links to the commits and GitHub Issues are also autogenerated based on the commit messages.
8+
This list of changes is generated automatically based on the commit messages themselves. If the first line of a commit begins with either `fix:` or `feat:` then the commit will be registered as a fix or a feature in the list below. Links to the commits and GitHub Issues are also autogenerated based on the commit messages.
99

10-
- See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
10+
The SimWrapper code repository is open source and you can find the full commit history on GitHub at <https://github.com/simwrapper/simwrapper>.
1111

12-
- The SimWrapper code repository containing the full commit history is on GitHub at <https://github.com/simwrapper/simwrapper>.
1312

docs/CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
---
1+
--
22
id: changelog
33
title: SimWrapper Change Log
44
---
55

6-
Welcome to SimWrapper! All notable changes to this project are documented in this file.
6+
Welcome to SimWrapper!
77

8-
The list of changes is generated automatically based on the commit messages themselves. If the first line of a commit begins with either `fix:` or `feat:` then the commit will be registered as a fix or a feature in the list below. Links to the commits and GitHub Issues are also autogenerated based on the commit messages.
8+
This list of changes is generated automatically based on the commit messages themselves. If the first line of a commit begins with either `fix:` or `feat:` then the commit will be registered as a fix or a feature in the list below. Links to the commits and GitHub Issues are also autogenerated based on the commit messages.
99

10-
- See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
10+
The SimWrapper code repository is open source and you can find the full commit history on GitHub at <https://github.com/simwrapper/simwrapper>.
1111

12-
- The SimWrapper code repository containing the full commit history is on GitHub at <https://github.com/simwrapper/simwrapper>.
1312

1413
# Changelog
1514

@@ -65,16 +64,24 @@ All notable changes to this project will be documented in this file. See [standa
6564

6665
## 4.0.0 (2025-06-10)
6766

68-
Bump to version 4.0. New front page, file view, color scheme, event viewer (beta), map builder
67+
Bump to version 4.0. New look and feel for main page and file browsers should help you find your file and folders faster. All the same info, just better organized.
68+
69+
New front page, file view, color scheme, event viewer (beta), map builder
6970
(beta), and updated Python (pip) package for running standalone or in server environments.
7071

7172

7273
### Features
7374

75+
* New front page, file view, and color scheme for easier navigation based on user testing and feedback
76+
* Event viewer (beta) -- event files can be directly opened to see vehicle animations (WIP)
77+
* Map builder (beta) -- layered map is starting to become useful with geojson, point, and arc views.
78+
WIP, more to come!
79+
* Updated python/pip/uv command line tool makes it much easier to run simwrapper locally and view
80+
local or network-mounted files. See [running SimWrapper locally](https://docs.simwrapper.app/docs/intro/running-locally) and [cloud storage docs](https://docs.simwrapper.app/docs/guide-cloud-storage)
7481
* Gridmap Diff Mode ([#468](https://github.com/simwrapper/simwrapper/issues/468)) ([611a825](https://github.com/simwrapper/simwrapper/commit/611a8251a3cd3826b8113b73ba5da19a5bbb9abc))
7582

76-
### [3.7.1](https://github.com/simwrapper/simwrapper/compare/v3.7.0...v3.7.1) (2025-06-11)
7783

84+
### [3.7.1](https://github.com/simwrapper/simwrapper/compare/v3.7.0...v3.7.1) (2025-06-11)
7885

7986
### Bug Fixes
8087

0 commit comments

Comments
 (0)