Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

69 lines (54 loc) · 1.67 KB

PopTracker Changelog

v0.14.2

  • Pack Features
    • work around bug in IoGR's logic with random starting location
    • added composite_toggle item type

v0.14.1

  • Fixes
    • Make items' pink background transparent (disabled/with img_mods)

v0.14.0

  • App Features
    • Accept mouse clicks when window is not focused
    • Add support for zipped packs (no need to unpack anymore)
    • Auto-save should now always work
    • More debug output
  • Pack Features
    • arguments to lua access rules
    • JsonItem.MaxCount now readable and writable
    • dummy LocationSection.CapturedItem to allow packs to load
    • Make items' pink background transparent
  • Fixes
    • don't let SNES auto-tracking block unloading packs
    • fix bug in creating (auto-save) directories
    • fix a memory leak when creating directories

v0.12.1

  • Fixes
    • fix potential crash when changing packs/variants

v0.12.0

  • App Features
    • macOS support
    • allow locations to be on multiple points on a map
  • Pack Features
    • support more layouts/packs
  • Fixes
    • fix crash when listing a pack with no variants
    • work around slow shutdown for watch with slow update interval

v0.11.0

  • App Features
    • --version command line switch
    • save and restore ui state/hints (active tabs)
  • Pack Features
    • LuaItem.IconMods
    • ScriptHost:RemoveMemoryWatch
    • ScriptHost:AddWatchForCode
    • ScriptHost:RemoveWatchForCode
    • Tracker:UiHint
  • Fixes
    • fix some potential crashes from lua
    • fix a crash when closing
    • fix restoring window position on win32
    • sanitize save paths
    • changed sizing in dock, hbox and vbox (hopefully for the better)
    • fix memory leaks for lua

v0.1.0

  • initial release