|
1 | | ---- |
| 1 | +-- |
2 | 2 | id: changelog |
3 | 3 | title: SimWrapper Change Log |
4 | 4 | --- |
5 | 5 |
|
6 | | -Welcome to SimWrapper! All notable changes to this project are documented in this file. |
| 6 | +Welcome to SimWrapper! |
7 | 7 |
|
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. |
9 | 9 |
|
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>. |
11 | 11 |
|
12 | | -- The SimWrapper code repository containing the full commit history is on GitHub at <https://github.com/simwrapper/simwrapper>. |
13 | 12 |
|
14 | 13 | # Changelog |
15 | 14 |
|
@@ -65,16 +64,24 @@ All notable changes to this project will be documented in this file. See [standa |
65 | 64 |
|
66 | 65 | ## 4.0.0 (2025-06-10) |
67 | 66 |
|
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 |
69 | 70 | (beta), and updated Python (pip) package for running standalone or in server environments. |
70 | 71 |
|
71 | 72 |
|
72 | 73 | ### Features |
73 | 74 |
|
| 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) |
74 | 81 | * Gridmap Diff Mode ([#468](https://github.com/simwrapper/simwrapper/issues/468)) ([611a825](https://github.com/simwrapper/simwrapper/commit/611a8251a3cd3826b8113b73ba5da19a5bbb9abc)) |
75 | 82 |
|
76 | | -### [3.7.1](https://github.com/simwrapper/simwrapper/compare/v3.7.0...v3.7.1) (2025-06-11) |
77 | 83 |
|
| 84 | +### [3.7.1](https://github.com/simwrapper/simwrapper/compare/v3.7.0...v3.7.1) (2025-06-11) |
78 | 85 |
|
79 | 86 | ### Bug Fixes |
80 | 87 |
|
|
0 commit comments