Releases: MRT-Map/stencil2
Releases · MRT-Map/stencil2
v2.2.12
v2.2.11
- Add support for jpg and webp tile image loading
v2.2.10
- Fix crash on component delete
v2.2.9
- Fix inaccurate status messages on idle
- Added version checker
v2.2.8
- Remove confirmation message for deleting a namespace, since it can be undone
- Make
❌buttons red - Remove
click_max_offsetoption 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
- 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
- Upgrade
bevyto v0.16 - Fix some English
v2.2.5
- Upgrade
bevyto v0.15- This involves major internal refactors
- Slight movements between mouse down and up will no longer count as a click * Upgrade
egui_dockto 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_durationmiscellaneous setting not being able to be updated - Components and their node circles are now only rerendered when needed
tomlfile 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_eguiin debug builds
v2.2.4
- 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
fontsfolder 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
- Fix skin cache deletion every startup