diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 496fd51e72..c2a54881f3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -25,3 +25,16 @@ changes here. - depict pedestrians and bikes with more detail - tool to scroll through an agent's route - make simulation speed controls actually work + +0.1.4 + +- improve stop sign editor UI (toggle entire roads) +- better mouseover / selection rendering +- better traffic signal rendering (show time left, use outlines for yields) +- make cars actually stop and briefly wait at stop signs +- improve edit mode diff visualization (cross-hatching) +- render actual stop signs, not just red lines +- fix intersection policies confused by conflicting straight turns with lane-changing +- fix mac scrolling +- better turn indicators +- nicer unzoomed view of roads, with different colors for big/small roads diff --git a/docs/INSTRUCTIONS.md b/docs/INSTRUCTIONS.md index 0660b90c55..84c471150b 100644 --- a/docs/INSTRUCTIONS.md +++ b/docs/INSTRUCTIONS.md @@ -11,14 +11,16 @@ https://github.com/dabreegster/abstreet/releases for the latest version, though I'll try to keep these links up-to-date: - Windows: - https://github.com/dabreegster/abstreet/releases/download/v0.1.3/abstreet_windows.zip + https://github.com/dabreegster/abstreet/releases/download/v0.1.4/abstreet_windows.zip - Mac: https://github.com/dabreegster/abstreet/releases/download/v0.1.3/abstreet_mac.zip - Linux: - https://github.com/dabreegster/abstreet/releases/download/v0.1.3/abstreet_linux.zip + https://github.com/dabreegster/abstreet/releases/download/v0.1.4/abstreet_linux.zip The Windows and Mac versions may have more problems than the Linux version, -because I only have regular access to a Linux machine. +because I only have regular access to a Linux machine. The Mac release may lag +behind, because I'm borrowing a friend's laptop to compile there (but +cross-compilation to Windows works). ### Compiling from source