Releases: praszuk/josm-plbuildings-plugin
Releases · praszuk/josm-plbuildings-plugin
v2.0.0
- Import mode: Full, Geometry and Tags
- Settings:
- Multiple servers configurations
- Multiple data sources including combined data sources (1st for geometry, 2nd for tags)
- Notifications
- Uncommon tags
- ...more settings in JOSM advanced preferences with searching by key
plbuildings.
- GUI Sidebar (Toggle Dialog) new options:
- Import mode combobox
- Data source combobox
- New duplicate detecting algorithm (dotting instead of gluing to the nearest nodes)
- New stats (geometry update counter)
- Auto-inject
source:building
andsource:geometry
tags - Autoremove
source=geoportal.gov.pl
tag - Update translations
- Shortcuts/settings/actions with more consistent names
- Update JOSM and Java (11+) version
- Update README.md
- Huge refactor – rewritten a lot of code (ImportManager, MVC for GUI, reformatted code and more)
v1.8.2
v1.8.1
v1.8.0
- Added plugin icon.
- Added statuses.
- Added sidebar (Toggle Dialog) GUI (statuses, data source, latest tags, uncommon tags).
- Updated and rewrote uncommon tags util (now it shows which tags are uncommon in the dialog).
- Updated translations.
- Updated JOSM version (plugin.compile.version) to 18543.
- Updated README.md (new features, updated activity flow diagram, new GUI gif).
- Fixed freezing JOSM at import.
- Fixed action names (now it should be available to bind it to the toolbar, but not perfect yet).
- Refactored a lot of code (removed unused, created new enums, new models (e.g. data source model), const data values...).
- Removed redundant translation file (.mo).
v1.7.0
- Added preventing house details simplification (e.g. detached->house).
- Added avoiding breaking
building:levels
if selectedbuilding:levels
+roof:levels
are equal to a newbuilding:levels
. - Fixed random tests failing.
- Updated README.md (new features).
- Updated JOSM plugin link to show GitHub repo in the description.
- Updated JOSM plugin version to 18531 (plugin.compile.version).
- Updated JOSM min version (plugin.main.version) to 17856.
v1.6.0
v1.5.0
v1.4.2
v1.4.1
v1.4.0
- Updated README.md (removed info about utilsplugin2 and fixed typo).
- Updated dependencies.
- Refactored import building flow (extracted UpdateBuildingTagsCommand), renamed commands.
- Rewritten and fixed no-conflict feature on tags updating. Removed REPLACE_BUILDING_TAG_NO_CONFLICT JOSM setting and moved rules to code. Now it works for all cases and supports no-dialog-conflict changes for:
building=yes
to any building.building=farm_auxiliary
tobuilding=outbuilding
.building=[house/residential]
tobuilding=[detached/semidetached_house/terrace]
.
- Updated Simplified buildings import action flow diagram.