Releases: DavidKarlas/JosmReviewPlugin
Releases · DavidKarlas/JosmReviewPlugin
v1.1.1
v1.1.0
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
Added .svg to IconPath, hopefully it now picks it up
v1.0.4
Fixed icon, hopefully it will now appear on PluginsList
Fixed exception on closing last layer
v1.0.3
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
.jar file is now compiled with JDK 8
v1.0.1
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