Releases: kmpoppe/noteSolver
Releases · kmpoppe/noteSolver
0.5.3-beta
Resolved problem when first comment of a note doesn't exist anymore.
Full Changelog: 0.5.2...0.5.3-beta
0.5.2
Major update: 0.5.0
- Changes to upload behaviour
- Settings Dialog
- Select which language goes into changesets and Notes comments
- Change the comment texts
- Proper calculation for context menu
- Open Note in browser
- Use closed:note changeset tag to list notes in computer-readable form
- Update and add multiple languages
0.4.3-beta1
Pre Release
The note upload behaviour was changed to be more consistent and must be tested.
Full Changelog: 0.4.2...0.4.3-beta1
0.4.2 as of 2022-06-12
What's Changed
- Added support for French and Portuguese translations by @DavidMoraisFerreira in #17
- Added support for Belarussian and Russian translations by Korney San (via POEditor)
Internal changes
- Gradle Plugin updated from 0.8 to 0.8.2
- Begin of code refactoring
Full Changelog: 0.4.1...0.4.2
0.4.1-2 as of 2022-03-13
0.3.3 as of 2021-06-20
At some point in time, getCreatedAt() for the Notes object was removed from JOSM which now leads to an unhandled exception.
As a workaround the failing part of the code is removed as it was purely decorative.
This resolved #8 and https://josm.openstreetmap.de/ticket/21018
0.3.2 of 2020-06-07
fixed null ref
0.3.1 of 2020-05-14
Minor Bugfix from #1 (Reported by https://www.openstreetmap.org/user/Nordpfeil)
0.3 of 2020-05-14
Make Plugin really loadable at runtime, some code refactoring