Skip to content

Releases: DavidKarlas/JosmReviewPlugin

v1.1.1

08 Dec 06:38
Compare
Choose a tag to compare

Compiled with JDK 8 so it is fully compatible with all installations of JOSM

v1.1.0

01 Dec 03:55
Compare
Choose a tag to compare

Added new keyboard shortcuts:

  • Ctrl+Alt+Enter: Marks currently selected(or last selected) item as reviewed and move to next item in list
  • Ctrl+Alt+Space: Toggles reviewed state of currently selected item
  • Ctrl+Alt+Down/Up: Moves to next/previous item in list
  • Ctrl+Alt+Right/Down: Moves to next/previous unreviewed item, also wraps

Notice: Ctrl+Alt on macOs means Cmd+Option.

Changed icons

Mostly just to be able to find additional icons in same style.

v1.0.5

14 Oct 06:13
Compare
Choose a tag to compare

Added .svg to IconPath, hopefully it now picks it up

v1.0.4

14 Oct 05:12
Compare
Choose a tag to compare

Fixed icon, hopefully it will now appear on PluginsList
Fixed exception on closing last layer

v1.0.3

10 Oct 13:29
Compare
Choose a tag to compare

Reworked first user experience to be more discoverable

Before user had to know to use "Tools->Review Changes" for dialog to appear
Now after installing plugin, dialog will show up in bottom-right corner automatically only remaining action user will need to do, is click very visible "Start Review" button. I also added "Toggle" button with tooltip explaining about Spacebar and double-click.

v1.0.2

10 Oct 02:47
Compare
Choose a tag to compare

.jar file is now compiled with JDK 8

v1.0.1

09 Oct 13:03
Compare
Choose a tag to compare

Switch from HighlightHelper to manipulating selection …

Two main benefits:

  • While moving over Review list, as selection is updated, tags are easy to see in Tags window since we select objects...
  • When selecting random building its nice to know if it was changed or not and how

Fix keyboard Space key toggling not working on Windows

Improved text on list labels

Now includes:

  • new+deleted= It was loaded with negative Id(it means object doesn't exists on OSM.org), and was deleted inside JOSM
  • deleted= It was loaded with positive Id(it means object already exists on OSM.org), and was deleted inside JOSM
  • new+modified = It was loaded with negative Id(it means object doesn't exists on OSM.org), and was modified inside JOSM
  • modified = It was loaded with positive Id(it means object already exists on OSM.org), and was modified inside JOSM
  • new = It was loaded with negative Id(it means object doesn't exists on OSM.org), but not modified since inside JOSM
  • moved = Object itself didn't change but one of child nodes did

v1.0.0

09 Oct 06:34
Compare
Choose a tag to compare