Skip to content

💡 Hey, who turned out the lights?

Compare
Choose a tag to compare
@onfe onfe released this 06 Apr 13:46
· 195 commits to master since this release

It's 2 am, unlike other chat applications 👻 who refuse to give your eyes the break they need, the Picto team is one of culture. We know the importance of a good dark mode. Say hello to 1.1.0 🎈

This should also be the last time you have to do a force refresh to apply an update, from now on a little ":arrows_counterclockwise: Update" will let you install the update with one click.

Changelog

👀 Things You'll Notice

  • Add themes (:sun_with_face:, :moon:, :ice_cream:) that respond to browser presets (#77)
  • Add an update notification. (#74)
  • Implement message hiding. (#72)
  • A fancy page title. (#30)
  • Add UI elements to tell you if you're connected to Picto or not on the join page. (#69)
  • Implement messages >5 minutes old being ignored in public rooms. (#71)
  • Implement some reconnection margin before closing rooms. (#15)

🐛 Things you hopefully hadn't noticed (bugs)

  • Fix a bug with text reappearing on the canvas after copying another message. (#78)

⚙️ Things you won't notice (behind the scenes)

  • Restructure the project to use a single package.json. (#73)
  • Make the server tell us if it's starting up in dev mode and what port it's using on launch. (#76)
  • A big refactor of serveAPI.go because it was becoming a tangled mess. (#75)