Skip to content

Releases: kmpoppe/noteSolver

0.5.3-beta

21 Apr 20:34
Compare
Choose a tag to compare
0.5.3-beta Pre-release
Pre-release

Resolved problem when first comment of a note doesn't exist anymore.

Full Changelog: 0.5.2...0.5.3-beta

0.5.2

18 Apr 19:20
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Full Changelog: 0.5.0...0.5.2

Trying to solve #16 with this... again.

Major update: 0.5.0

11 Feb 13:07
Compare
Choose a tag to compare
  • 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

13 Jun 14:11
Compare
Choose a tag to compare
0.4.3-beta1 Pre-release
Pre-release

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

12 Jun 19:40
Compare
Choose a tag to compare

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

13 Mar 19:38
Compare
Choose a tag to compare
  • Solved an exception that occured when a note was closed outside of JOSM before the change referencing the Note was being uploaded (#4, #14)
  • Initial internationalization (#6) with German as the only other language than English

0.3.3 as of 2021-06-20

20 Jun 07:45
Compare
Choose a tag to compare

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

07 Jun 07:38
Compare
Choose a tag to compare
fixed null ref

0.3.1 of 2020-05-14

14 May 19:57
Compare
Choose a tag to compare
0.3.1 of 2020-05-14 Pre-release
Pre-release

Minor Bugfix from #1 (Reported by https://www.openstreetmap.org/user/Nordpfeil)

0.3 of 2020-05-14

14 May 05:00
Compare
Choose a tag to compare
0.3 of 2020-05-14 Pre-release
Pre-release
Make Plugin really loadable at runtime, some code refactoring