Skip to content

Releases: FriedrichFroebel/cmanager

Development build

01 Jul 16:36
531769b
Compare
Choose a tag to compare
Development build Pre-release
Pre-release

Automated build of the master branch (commit 531769b) using GitHub Actions on 2024-07-01 16:36:42 UTC.

0.7.0

13 Mar 19:41
9c3c6d8
Compare
Choose a tag to compare

This release collects the changes from the last two years:

  • Some OKAPI requests failed due to Java using scientific notation for strings representing small floating point values. This has been changed to never actually use scientific notation for coordinates.
  • Remove own heap management.
  • Some library and OpenJDK updates.

0.6.1

10 May 17:00
Compare
Choose a tag to compare

This release improves some small stuff:

  • The bounds of the log copy dialog are now being remembered during a session.
  • Some OKAPI requests failed due to Java using scientific notation for strings representing small floating point values. This has been changed to never actually use scientific notation for coordinates.
  • Some library and OpenJDK updates.

0.6.0

14 Oct 16:00
c36d856
Compare
Choose a tag to compare

This release contains some smaller changes from the last two months:

  • Exclude own caches in the duplicates using the corresponding OKAPI functionality.
  • Add a field for entering the log password if the Opencache reports that a password will be required.
  • Make handling of empty searches deterministic by using a fixed cache age.

0.5.3

05 Aug 11:19
Compare
Choose a tag to compare

This release should make it easier to log events when multiple similar (for example recurring) events happen at the same location. Candidates for events whose event date are not inside the date range of plus/minus one day will be skipped now.

0.5.2

08 Jul 17:31
Compare
Choose a tag to compare

This release should not fail any more when trying to filter empty lists. Additionally repeated runs of the "Find on OC" functionality should be deterministic now - previous versions might have showed less results in the second run in some cases.

0.5.1

19 Jun 07:02
Compare
Choose a tag to compare

Bugfix release which should hopefully fix the issues with deserialization failures blocking the application when updating from a version before 0.4.1. Sorry for the inconvenience again.

0.5.0

18 Jun 07:10
702cdbc
Compare
Choose a tag to compare

The "Sync with OC" functionality will only report duplicates where you actually have a found log now. If you want to search for duplicates without having an own log, please use the "Find on OC" functionality instead.

If you have a modified and unsaved cache list, you will finally be notified about this when closing the list or the application. This should prevent you from actually losing any data.

If the application is causing trouble during the first start, see the notes of the previous release for an explanation.

0.4.1

09 Jun 07:36
974a749
Compare
Choose a tag to compare

This release provides a link to the log after a successful submission - the submit button will be replaced by a button to open the log entry.

Cache names which only differ in leading or trailing whitespace are now considered equal.

The style has been changed to follow the look and feel of the system. Additionally basic proxy support has been added in #12.

Important note: You might experience an unresponsive application with a black list window and maybe a "ClassNotFoundException" dialog regarding the cache list controller on the first start due to some internal refactoring. Please kill the application (after closing the dialog) using your preferred process management tool if needed. With another start the error should have gone away, although your previously opened cache lists might not be opened during the second start. Sorry for the inconvenience.

0.4.0

22 May 16:51
Compare
Choose a tag to compare

This release will allow you to actually send modified logs instead of the original one. Due to this change, line breaks inside the log text should finally be displayed correctly.

Logging webcam caches should be possible again - the last release unfortunately broke this as a side effect.

If you had problems with the web browser not opening beforehand, this release might fix this as well as some fallback methods have been introduced.

Please note that this release uses a new OKAPI key as the JAR files are built using Travis CI now. Due to this change, you have to authorize the application again to access your Opencaching.de account.

Last, but not least: The version number skips version 0.3.x to avoid confusion as the original repository currently ships this version. Staying on version 0.2.x forever does not feel quite right for bigger changes.