- Fixed user names with quotes.
- OAuth2 support.
- Data is now stored in a SQLite database instead of files.
- Updated Transifex workflow.
- Unit and UI tests (thanks @mtmail).
- Updated Leaflet (thanks @mtmail).
- Removed "follow cursor" and "text2coord" buttons.
- Added support for obsolete
/browse
osm.org links. - Changeset number is now a link. #14
- Made messages a bit smaller.
- Changeset comment is preserved when using other buttons. #18 (by @jgpacker)
- Pressing "Enter" in the changeset comment field now uploads changes. #20
- Deletion and addition of relation members did not register as changes. #22
- Fixed deletion order, so no conflicts occur. #27
- Relations are visualized, with referenced members highlighed. #15 (by @tyrasd)
- Map state is kept between sessions. #16
- Fixed parsing object links with hashes from osm.org. #4
- Enforced object limit for downloading.
- Overpass API links are now allowed. #1
- Tabs and newlines are now replaced with spaces on download. #9
- When displayed key / value differs from downloaded, the object is marked as modified. #10
- Now skipping some messages when there are more than 10.
- Fixed processing
\=
in Level0l. #8 - Ways are now drawn in the map view even when the cursor is not on a node reference. #2
- Language strings for nodes containing identifiers were rewritten to use
%s
instead of%d
. - "Show osmChange" button. #11
- Stream opening errors are now properly reported.
- Editing changeset tags is now possible. #12, #7
Initial release