Skip to content

Releases: JOSM/areaselector

v2.6.3

01 Oct 14:05
v2.6.3
c0329fa
Compare
Choose a tag to compare

v2.6.2

23 Oct 11:58
v2.6.2
2c2e8b0
Compare
Choose a tag to compare

Full Changelog: v2.6.1...v2.6.2

v2.6.1: Fix #21980 and #21902

24 Aug 17:02
v2.6.1
92c57cc
Compare
Choose a tag to compare
* #21902: IAE: Listener was not registered before

  This is caused by (a) sharing an action between a menu and (b) a
  mapframe icon.

  This adds a non-regression test, and additionally modifies the
  AreaSelectorAction to override `readPreferences`, which is called
  when the map mode is entered. Furthermore, the MapMode class implements
  PreferenceChangedListener, which removes the need to notify the
  action manually about modified preferences.

* #21980: PreferencePanel: Fix an NPE

  This occurs when TaggingPreset#getRawName returns null, which occurs
  with TaggingPresetSeparator. This patch ignores TaggingPresetSeparator
  and uses Objects#equals.

v2.6.0

25 Jan 00:20
Compare
Choose a tag to compare
Disable build below java 11

Add more flexible tagging options

03 Jul 22:26
2a5991d
Compare
Choose a tag to compare
Pre-release

Add more options on how tagging can be used from PR #42

v2.5.1

17 Aug 19:08
Compare
Choose a tag to compare

update to josm version 16871

v2.5.0

17 Aug 18:41
Compare
Choose a tag to compare

update to josm version 16719

v2.4.9

29 Sep 21:57
b5dd900
Compare
Choose a tag to compare
Merge pull request #34 from miurahr/topic-source-tag-option

Add configuration  checkbox for source tag

v2.4.8

19 Aug 01:51
Compare
Choose a tag to compare
update to Log4j 2.11.1

v2.4.7

22 Jun 16:21
Compare
Choose a tag to compare
update to JOSM 13914