Skip to content

tetanes-v0.12.2

Latest
Compare
Choose a tag to compare
@lukexor lukexor released this 05 Apr 16:29
· 18 commits to main since this release
3f30f8c

⛰️ Features

  • Recent rom enhancements. closes #391 - (d70ca9b)
  • Add don't show again checkbox to update window. closes #390 - (5cb1186)

🐛 Bug Fixes

  • Fixed ctrlc handling - (131aa18)
  • Revert input serialization change, as it broke run-ahead - (6489c57)
  • Fix controls in index - (567137b)
  • Removed extra touch scaling - (44f41db)
  • Removed download button for Mobile - (035362a)
  • Fix touch events - (1a8d3da)
  • Fixed some configuration/repaint issues - (8eb07da)
  • Basic cpu error recovery options - (c60d8d1)
  • Remove color emojis from window titles. closes #410 - (b149648)
  • Fix ctrl-c handling while file dialog is open - (cb006f2)
  • Show warning if no audio device on startup. closes #388 - (b0625e5)
  • Handle ctrl-c. closes #386 - (817ee58)

🚜 Refactor

  • Changed input serializing - (ad37b47)
  • Cleaned up Memory struct - (7cb31fb)

📚 Documentation

  • Fix urls - (8136c42)
  • Ensure features display in docs.rs - (f58b31c)
  • Remove custom docs.rs metadata - (201b3bc)

⚡ Performance

  • Re-enable puffin_egui with patched versions - (24ee0cc)

🎨 Styling

  • Updated loading for tetanes-web - (02b7a24)
  • Some small cleanup - (4757228)
  • Warn if surface format isn't supported, add test gamma png - (9a03731)

⚙️ Miscellaneous Tasks