From 13145f9ac7c116fdc80511b98489a6d1361e3ec3 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Sun, 13 Aug 2023 17:43:40 +0100 Subject: [PATCH] new release --- book/src/project/history/CHANGELOG.md | 4 ++++ book/src/proposals/seattle_bikes/README.md | 4 ++-- book/src/software/abstreet.md | 2 +- book/src/software/fifteen_min.md | 2 +- book/src/software/ltn/README.md | 8 ++++---- book/src/software/osm_viewer.md | 2 +- book/src/software/santa.md | 8 ++++---- book/src/software/ungap_the_map/README.md | 2 +- book/src/user/README.md | 14 +++++++------- 9 files changed, 25 insertions(+), 21 deletions(-) diff --git a/book/src/project/history/CHANGELOG.md b/book/src/project/history/CHANGELOG.md index 571d01b..1803d49 100644 --- a/book/src/project/history/CHANGELOG.md +++ b/book/src/project/history/CHANGELOG.md @@ -1392,3 +1392,7 @@ releases. - show turn restrictions in the LTN tool (thanks Andy!) - show main road labels when adjusting LTN boundaries - import a few places and manually fix LTN boundary issues + +0.3.46 + +- fix some map importing problems diff --git a/book/src/proposals/seattle_bikes/README.md b/book/src/proposals/seattle_bikes/README.md index 3de92f2..edf8cd5 100644 --- a/book/src/proposals/seattle_bikes/README.md +++ b/book/src/proposals/seattle_bikes/README.md @@ -42,9 +42,9 @@ network master plan --> ## The network Follow along in your web browser. Most of the changes are around -[Central Seattle](https://play.abstreet.org/0.3.45/abstreet.html?--ungap&system/us/seattle/maps/central_seattle.bin&--edits=dustin_bikelino) +[Central Seattle](https://play.abstreet.org/0.3.46/abstreet.html?--ungap&system/us/seattle/maps/central_seattle.bin&--edits=dustin_bikelino) and -[South Seattle](https://play.abstreet.org/0.3.45/abstreet.html?--ungap&system/us/seattle/maps/south_seattle.bin&--edits=dustin_bikelino). +[South Seattle](https://play.abstreet.org/0.3.46/abstreet.html?--ungap&system/us/seattle/maps/south_seattle.bin&--edits=dustin_bikelino). If you have trouble using the tool, check the [user guide](../../software/ungap_the_map/user_guide.md) or send feedback. diff --git a/book/src/software/abstreet.md b/book/src/software/abstreet.md index bb47ef5..7752861 100644 --- a/book/src/software/abstreet.md +++ b/book/src/software/abstreet.md @@ -1,7 +1,7 @@ # A/B Street - [Download](../user/index.md) -- [Play on the web](https://play.abstreet.org/0.3.45/abstreet.html) +- [Play on the web](https://play.abstreet.org/0.3.46/abstreet.html) - [Github](https://github.com/a-b-street/abstreet/tree/main/apps/game/src) ## Overview diff --git a/book/src/software/fifteen_min.md b/book/src/software/fifteen_min.md index 8093c58..5b23de7 100644 --- a/book/src/software/fifteen_min.md +++ b/book/src/software/fifteen_min.md @@ -2,7 +2,7 @@ ![walkshed](walkshed.gif) -- [Web version](https://play.abstreet.org/0.3.45/fifteen_min.html) +- [Web version](https://play.abstreet.org/0.3.46/fifteen_min.html) - To run locally, get the [latest release](https://github.com/a-b-street/abstreet/releases) for Windows, Mac, or Linux. After unzipping, run `fifteen_min.exe` or `fifteen_min`. diff --git a/book/src/software/ltn/README.md b/book/src/software/ltn/README.md index d6c6d58..52271c8 100644 --- a/book/src/software/ltn/README.md +++ b/book/src/software/ltn/README.md @@ -1,6 +1,6 @@ # Low-traffic neighborhoods -[**Launch the tool in your web browser**](https://play.abstreet.org/0.3.45/ltn.html?system/gb/bristol/maps/east.bin) +[**Launch the tool in your web browser**](https://play.abstreet.org/0.3.46/ltn.html?system/gb/bristol/maps/east.bin) This free tool lets anybody study existing and proposed low-traffic neighborhoods (LTNs). Experiment with modal filter placement, and examine the @@ -15,9 +15,9 @@ impacts on drivers trying to cut through residential areas. The software runs faster if you install it. No mobile/tablet support. Unzip, then run `ltn.exe` or `ltn`. -- [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_windows_v0_3_45.zip) -- [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_mac_v0_3_45.zip) -- [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_linux_v0_3_45.zip) +- [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_windows_v0_3_46.zip) +- [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_mac_v0_3_46.zip) +- [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_linux_v0_3_46.zip) Contact with any feedback or [file an issue on Github](https://github.com/a-b-street/abstreet/issues/new). diff --git a/book/src/software/osm_viewer.md b/book/src/software/osm_viewer.md index c807c75..f6eca43 100644 --- a/book/src/software/osm_viewer.md +++ b/book/src/software/osm_viewer.md @@ -1,6 +1,6 @@ # OpenStreetMap viewer -- [Web version](https://play.abstreet.org/0.3.45/osm_viewer.html) +- [Web version](https://play.abstreet.org/0.3.46/osm_viewer.html) - To run locally, get the [latest release](https://github.com/a-b-street/abstreet/releases) for Windows, Mac, or Linux. After unzipping, run `osm_viewer.exe` or `osm_viewer`. diff --git a/book/src/software/santa.md b/book/src/software/santa.md index 5c21ffc..6b5f0bd 100644 --- a/book/src/software/santa.md +++ b/book/src/software/santa.md @@ -16,11 +16,11 @@ Contact with any feedback or ## Play it -- [Play online](https://play.abstreet.org/0.3.45/santa.html) (slower and no +- [Play online](https://play.abstreet.org/0.3.46/santa.html) (slower and no music -- download below if possible) -- [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_windows_v0_3_45.zip) -- [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_mac_v0_3_45.zip) -- [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_linux_v0_3_45.zip) +- [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_windows_v0_3_46.zip) +- [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_mac_v0_3_46.zip) +- [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_linux_v0_3_46.zip) Unzip, then run `santa.exe` or `santa`. No mobile/tablet support, sorry -- you need a keyboard. diff --git a/book/src/software/ungap_the_map/README.md b/book/src/software/ungap_the_map/README.md index 560c33b..8c51c22 100644 --- a/book/src/software/ungap_the_map/README.md +++ b/book/src/software/ungap_the_map/README.md @@ -5,7 +5,7 @@ safely/comfortably make most trips by bike? This tool lets you quickly sketch out your own vision to fill in missing gaps in the network, see how the changes would impact your commute, and share the results with others. -- [Web version](https://play.abstreet.org/0.3.45/abstreet.html?--ungap&system/us/seattle/maps/central_seattle.bin) +- [Web version](https://play.abstreet.org/0.3.46/abstreet.html?--ungap&system/us/seattle/maps/central_seattle.bin) - To work for larger areas (like all of Seattle), it's highly recommend to install the [latest release](https://github.com/a-b-street/abstreet/releases) for Windows, Mac, or Linux. After unzipping, run `ungap_the_map.sh` or diff --git a/book/src/user/README.md b/book/src/user/README.md index f8b7f21..cc7c1b2 100644 --- a/book/src/user/README.md +++ b/book/src/user/README.md @@ -6,18 +6,18 @@ email if you encounter any problems. ## Installing A/B Street You can run A/B Street -[directly in your web browser](https://play.abstreet.org/0.3.45/abstreet.html). +[directly in your web browser](https://play.abstreet.org/0.3.46/abstreet.html). It's slower and there are some limitations compared to installing locally. Grab a pre-built binary release: -- [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_windows_v0_3_45.zip) +- [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_windows_v0_3_46.zip) - Unzip the folder, then run `play_abstreet.bat`. If you get a warning about compressed files, choose to extract -- you can't run from the .zip directly. - If you get a "Windows protected you" security warning, click "more info", then "run anyway." We don't sign the release yet, so A/B Street shows up as an unknown publisher. -- [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_mac_v0_3_45.zip) +- [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_mac_v0_3_46.zip) - Unzip the directory, then run `play_abstreet.sh`. - If you get an error about the developer unverified, [follow this](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac). @@ -28,15 +28,15 @@ Grab a pre-built binary release: `cd game; RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1` - [Help needed](https://github.com/a-b-street/abstreet/issues/77) to package this as a Mac .app, to make this process simpler -- [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_linux_v0_3_45.zip) +- [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_linux_v0_3_46.zip) - Unzip the directory, then run `play_abstreet.sh`, e.g. with the following commands ```bash cd ~/Downloads -wget https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_linux_v0_3_45.zip -unzip abstreet_linux_v0_3_45.zip -cd abstreet_linux_v0_3_45 +wget https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_linux_v0_3_46.zip +unzip abstreet_linux_v0_3_46.zip +cd abstreet_linux_v0_3_46 ./play_abstreet.sh ```