Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Releases: agcom/quadtree

Release list

1.0.1

Choose a tag to compare

@agcom agcom released this 29 Mar 09:48
  • Changed project group name to io.github.agcom.
  • Fixed some typos.

1.0.0

Choose a tag to compare

@agcom agcom released this 19 Sep 18:26

This is the first release which is equal to my assessment's submission, plus minor changes to comply with open sourcing.

This application was made for an assessment during a data structures and algorithms college course.

The mentioned assessment's submission was on 2 February 2020, which is the actual release date.

Compliance changes

The following notes describe the minor changes to comply with open sourcing.

Compared to the initial project.

New features

  • Added README - #2
  • Added LICENSE

Bug fixes

  • Changed application's stage title to QuadTree (was QuadTree & RTree)
  • Added Gradle scripts - #3

Improvements

  • Polished the build files.
  • Upgraded Gradle to the latest version, 6.6.1 - #5, #15
  • Upgraded JFoenix to the latest version, 9.0.10 - #5, #15
  • Changed the project name to quadtree, (was DS) - #10
  • Changed the default draw delay to 0 ms - #12
  • Added group packages, com.github.agcom.quadtree - #9