Skip to content

Releases: Cubitect/cubiomes-viewer

cubiomes-viewer 2.3.3

21 Aug 16:15
Compare
Choose a tag to compare

No code changes since 2.3.2.
This patch only reverts a change in the build system that causes issues on some targets (notably flatpak).

cubiomes-viewer 2.3.2

21 Aug 13:41
Compare
Choose a tag to compare

Changes:

  • fixed regression for keyboard shortcut no longer working on map (#153)
  • fixed regression for biome exclusion filter not working for 1.17 and below (#152)
  • fixed text encoding to prefer local 8-bit encoding and add UTF-8 support on Windows (#151)
  • changed biome color editor to arrange biomes more sensibly (#150)
  • changed temple terrain check in 1.18+, which should improve accuracy (still far from perfect)

cubiomes-viewer 2.3.1

08 Aug 17:38
Compare
Choose a tag to compare

Changes:

  • added two example filters
  • added version check for abandoned villages
  • changed noise layers to scale 1:4
  • fixed some conditions getting corrupted upon saving in 2.3.0
  • fixed desktop file by removing carriage returns

cubiomes-viewer 2.3.0

07 Aug 15:24
Compare
Choose a tag to compare

Changes:

  • added undocking option for map view
  • added map loading indicator
  • added customization option for the scale at which structures become visible
  • added climate parameters to map layer selection
  • added shortcuts to switch map layer selection
  • added "ignore reference" option to exclude the source instance in relative conditions
  • added match-any biome search for 1.17- (#130)
  • added NOT logic gate helper condition (#138)
  • added quick access to the biome color editor and structure zoom to the preferences dialog
  • added customizable condition label texts
  • added analysis for matching seeds list
  • changed logo image
  • changed area input to allow flipped coodinates (#133)
  • changed seed type indicator so it is hidden for number input (#149)
  • changed the default scale at which structures are visible so they show up on a coordinate reset (#112)
  • changed analysis to be non-blocking
  • fixed broken system theme on linux since last version (#140)
  • fixed map artifacts at a large zoom (#135)
  • fixed UI freeze when using 48-bit block search with strongly restrictive conditions (#145)
  • fixed analysis of condition trigger not giving proper insight about its activation
  • fixed occasional small bounding box error causing inaccuracy of ancient_city generation
  • fixed loading preset filter clearing matching seed list

cubiomes-viewer 2.2.2

03 Jun 19:42
Compare
Choose a tag to compare

Changes:

  • fixed ancient_city generation inaccuracy
  • fixed village generation inaccuracies for pre-1.16
  • fixed bastion/nether_fortress generation inaccuracy for 1.18+
  • fixed end_gateways, since 1.18 completely broke all previous versions
  • fixed (maybe) font loading problem on Windows
  • fixed nonsensical focus behavior on condition editor
  • added copy seed shortcut to map view

cubiomes-viewer 2.2.1

25 May 19:30
Compare
Choose a tag to compare

Changes:

  • fixed ancient_city filter not working
  • fixed ruined_portal generation for the Nether in 1.18+
  • fixed biome color changes not updating in cached tiles
  • fixed biome image export using wrong Y-level at scale 1:4 and above
  • updated ancient_city generation to 1.19-pre2
  • updated biome image export with a more detailed overview

cubiomes-viewer 2.2.0

24 May 18:45
Compare
Choose a tag to compare

Changes:

  • added 1.19 deep_dark and mangrove_swamp biomes
  • added 1.19 ancient city structures
  • added biome color editor with biome highlighting
  • added layer/scale selection for mapview
  • added export of biomes as image or tiled image sequence
  • added support for plural text translations + some text updates
  • fixed deadlock when stopping some searches

cubiomes-viewer 2.1.1

14 Apr 17:11
Compare
Choose a tag to compare

Changes:

  • added help info regarding the area selection options
  • changed the y-level height selection to an editable drop-down list

cubiomes-viewer 2.1.0

13 Apr 19:54
Compare
Choose a tag to compare

Changes:

  • rewrite of thread management - better suited for a wider range of searches
  • removed obsolete queue size and search item size settings
  • added search speed indicator
  • added toggle to enable/disable conditions
  • added support for copy/paste of conditions
  • added key shortcuts for condition edits
  • added warning when a biome requirement cannot be met by the MC version
  • added save/load for custom filters with examples
  • changed default y-level to surface height
  • changed 48-bit generator settings to be collapsed/hidden when unused
  • fixed a few minor issues
  • disabled network features for static build due to missing SSL support
  • readme now has more extensive build instructions

cubiomes-viewer 2.0.0

02 Mar 22:31
Compare
Choose a tag to compare

This update comes with several usability upgrades and bug fixes.

Main highlights are that conditions with relative dependencies now behave more intuitivly and there are several more controls for 1.18 biome searches.

Changes since 1.12:

  • changed conditions with a single required instance so they now check each instance individually rather than average the occurrences to a single point
  • added new climate noise filter (offers optimization potential for 1.18 biome filters)
  • added new filter which finds the approximate location of the first stronghold
  • added radial distance filter option for structures
  • added structure exclusion filter option, looking for an area with no instances
  • added 1.18 biome filter option, to be satisfied when any biome is found
  • added an OR logic gate helper condition
  • added filter examples
  • added key shortcut support (copy/paste/delete) for matching seeds UI
  • added update checker
  • added copy of some DejaVu fonts which should help with UI problems on some platforms
  • added more warnings for loading issues (including notices for missing seed files)
  • added option to control the memory usage by the map viewer cache
  • improved cache utilization for the map viewer
  • improved accuracy of approximated biome filters for 1.18 (but they will only work for scale 1:4 now)
  • fixed biome names not working with biome color config
  • fixed invalid relative position for some filters on the first search pass
  • fixed stronghold filter yielding some false negatives
  • fixed some saving/loading issues