Skip to content

Releases: MRT-Map/stencil2

v2.2.12

31 May 10:42
2361a24

Choose a tag to compare

  • Upgrade bevy to v0.16.1, among other dependencies

v2.2.11

11 May 19:42
e06b17a

Choose a tag to compare

  • Add support for jpg and webp tile image loading

v2.2.10

11 May 06:08
b3933b8

Choose a tag to compare

  • Fix crash on component delete

v2.2.9

03 May 18:26
66ca8b3

Choose a tag to compare

  • Fix inaccurate status messages on idle
  • Added version checker

v2.2.8

03 May 16:39
7fae7aa

Choose a tag to compare

  • Remove confirmation message for deleting a namespace, since it can be undone
  • Make buttons red
  • Remove click_max_offset option since it is no longer necessary anywhere
  • Added square next to component types, showing their colour on the map
  • Fix panning moving backwards when zoomed in past the basemap's max zoom
  • Position data is now shown as a table
  • Fix cursor staying as a pointing finger when hovered out

v2.2.7

03 May 05:53
5a7d5a6

Choose a tag to compare

  • Support panning with mouse & zooming with pinch gesture on trackpad
  • Add select button for components in components list
  • UI fixes in component editor

v2.2.6

01 May 19:18
9e7c0f3

Choose a tag to compare

  • Upgrade bevy to v0.16
  • Fix some English

v2.2.5

06 Apr 22:24
7529219

Choose a tag to compare

  • Upgrade bevy to v0.15
    • This involves major internal refactors
    • Slight movements between mouse down and up will no longer count as a click * Upgrade egui_dock to v0.16, close buttons are now available on the top-right corner of windows
  • If the cursor in creation modes is not hidden, a cell cursor is shown instead of a default pointer
  • Moving components now snap them to the grid
  • Make node-editing circle black instead of grey
  • Decrease size and border of all node circles
  • Fix notif_duration miscellaneous setting not being able to be updated
  • Components and their node circles are now only rerendered when needed
  • toml file filter when importing basemap
  • File dialogue states and dock layout are now preserved across sessions
    • they are stored in the cache and data directories respectively
  • Components turn olive when hovered over
  • bevy_inspector_egui in debug builds

v2.2.4

14 Aug 16:25
4b0fd1a

Choose a tag to compare

  • The order should be more closely followed when selecting components that are at a higher order/layer over others
  • Image file extension field in basemaps
  • Default maximum GET requests is now 65536
  • Map should no longer move when moving tabs or layout
  • Component list is now stable with more than 1 namespace
  • Custom font loading in fonts folder in the data directory
    • A proper UI will be done in v2.3
  • Move coordinates and pending number of tiles from the top menu to the toolbar

v2.2.3

26 Jul 17:48
69eee87

Choose a tag to compare

  • Fix skin cache deletion every startup