Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 27, 2019
1 parent 4080782 commit 923adbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,17 @@ changes here.
- dont attempt to cross a traffic signal if there's absolutely no hope
- improve bus route UI tools and make routes using transit more sane
- user-defined shortcuts for jumping between views of a map

0.1.9

- sliders to pick times in wizards
- fix hidpi scaling
- traffic signal diagram scrolls properly
- easier to instantiate a scenario, show all trips involving a building for a scenario
- colorschemes to show trip duration or time blocked
- label buses with route number
- represent overlapping pedestrians as a labeled crowd
- massive performance boost via real priority queue
- prevent cars from "blocking the box"
- prevent all? aborted trips (due to parking blackholes mostly)
- smarter roam-around-for-parking router
13 changes: 4 additions & 9 deletions docs/INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ The easiest method is to use pre-built binaries. Check
https://github.com/dabreegster/abstreet/releases for the latest version, though
I'll try to keep these links up-to-date:

- Linux:
https://github.com/dabreegster/abstreet/releases/download/v0.1.9/abstreet_linux.zip
- Windows:
https://github.com/dabreegster/abstreet/releases/download/v0.1.8/abstreet_windows.zip
- Mac:
https://github.com/dabreegster/abstreet/releases/download/v0.1.9/abstreet_windows.zip
- Mac (old; I don't have regular access to a Mac to compile):
https://github.com/dabreegster/abstreet/releases/download/v0.1.6/abstreet_mac.zip
- Linux:
https://github.com/dabreegster/abstreet/releases/download/v0.1.8/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. 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

Expand Down

0 comments on commit 923adbf

Please sign in to comment.