Skip to content

Releases: Turun/GrepolisMap

V1.3.4

13 Dec 18:49
Compare
Choose a tag to compare

You now get a notification if there is a new Version available!

V1.3.2

14 Nov 21:57
Compare
Choose a tag to compare

Fixed my performance "improvements" and manages to create the program for Apple and Windows again.

If you use a version less than 1.3.x, make sure to upgrade to enjoy all the improvements introduces in V1.3.0!

V1.3.0

13 Nov 09:44
Compare
Choose a tag to compare

Big Relase with a lot of new features, including:

  • translations in German (and the setup to include more languages in the future),
  • notifications if a newer version is available,
  • more database columns exposed to filter for the number of free town places on an island,
  • a toggle to allow you to combine constraints with "or" instead of "and", and
  • filtering by other selections. You can now combine selections by creating a constraint that filters towns, depending if they are in or not in another selection.

Make sure to update!

V1.2.7

21 Aug 11:14
Compare
Choose a tag to compare

New in 1.2.7:

  • Selections are now Scrollable! Sorry to all the players with small screens, now you too can go all out with the number of Selections
  • The cache is now properly implemented. It already threw out unused items, but now it will actually keep the used ones! Don't know how I missed that.
  • Exporting selections now uses a much more concise format. This breaks backwards compatibility, but the improved output is worth it. I plan to keep the new format will stay backwards compatible for quite a few versions. (Not forwards compatible, I already have some new features planned!)
  • Importing selections will now no longer recreate an existing one. i.e. you will only import selections that you did not already have.

V1.2.6

18 Aug 15:23
Compare
Choose a tag to compare

You can now share your Selections!

Check out the new menu bar items that allow you to export your carefully tuned selections to the clipboard or to a file. Share your maps with allies or keep a list of useful filters at hand!

(The format is subject to small changes in the future and new versions of the program may not be able to read old formats. I try my best, but backwards compatibility is hard!)

V1.2.5

18 Aug 07:37
Compare
Choose a tag to compare

Settings are now persisted across app restarts. This includes the Selections and Color associated with these selections, so feel free to go wild with filtering, you won't have to do that every time now.

V1.2.4

16 Jul 13:34
Compare
Choose a tag to compare

The Program utilizes a cache. Depending on you computer and the world you are looking at and the selections you are filtering for, this cache can grow to a few Gigabytes. With this release we now have a mechanism and a userexposed setting to reduce the size of this cache by deleting unused items from the cache.

V1.2.3

16 Jul 14:01
Compare
Choose a tag to compare

Added Darkmode/Lightmode switch in the menu bar. By default the program follows the setting of your operating system, just like it did previously. The setting is not yet saved across program restarts, but that will be implemented in the future.

V1.2.2

16 Jul 14:01
Compare
Choose a tag to compare

Whenever the program fetches data from Grepolis it will now save a copy locally. This allows you to look into the past and compare snapshots of a world from different times.

V1.2.1

08 Jul 18:25
Compare
Choose a tag to compare

Changes:

  • When you have multiple constraints in one selection and edit one, the list of possible values that is shown depends on the other constraints already present in that selection. For example if constraint 1 of a selection is PlayerName == (Your Name) and constraint 2 is TownName == (...) and you edit the town name, the drop down list of possible values will only include the names of your towns, not all towns.
    The way these drop down values are collected in the backend is now significantly improved!