Skip to content

Releases: svthalia/Reaxit

v3.2.0

14 Sep 19:24
1c8ede2
Compare
Choose a tag to compare

🔖 ThaliApp v3.2.0

Most noticably, you can now TPay at borrels from the comfort of your ThaliApp. Furthermore, we've made a bunch of small improvements regarding long names in admin screens, deeplinks in event descriptions, and performance everywhere!

🚀 Features

  • Add sales order dialog (#238)
  • Add /members/photos/ deeplink (#248)
  • Parse lists in isolates (#236)
  • Bundle fonts and add licenses (#250)

🐛 Bugfixes

  • Handle various text overflows (#230)

📦️ Dependency updates

  • Upgrade to flutter 3.0.5 (#249)
  • Many more

🔧 Chores

  • Refactor asynchronous uses of buildcontext (#243)
  • Add tests (#235)

v3.1.1

08 Apr 14:24
c9d99a8
Compare
Choose a tag to compare

🔖 ThaliApp v3.1.1

This version fixes some problems that you may have noticed when registering for events.

🐛 Bugfixes

  • Fix bug in navigation to event registration screen (#210)
  • Fix exception on empty pushnotification (#212)
  • Fix map image cache keys (#215)
  • Catch HandshakeExceptions (#216)

📦️ Dependency updates

  • Update dependencies (#217)

v3.1.0

11 Mar 12:05
1ab5be4
Compare
Choose a tag to compare

🔖 ThaliApp v3.1.0

This release adds some buttons that the old app used to have, and contains a bunch of smaller improvements. For example, push notifications with deep links now correctly open in the app.

🚀 Features

  • Add weekday to event detail (#170)
  • Add calendar export button (#200)
  • Add download button for images (#195)
  • Show true name in admins (#190)

🐛 Bugfixes

  • Fix not refreshing registrations on eventscreen (#197)
  • Fix deep links not opening in the app

📦️ Dependency updates

  • Upgrade flutter to 2.10.3 (#208)

v3.0.1

24 Dec 09:58
c8d8adb
Compare
Choose a tag to compare

🔖 ThaliApp v3.0.1

This release fixes some small issues we missed.

🚀 Features

  • Add event share button (#180)

🐛 Bugfixes

  • Fix outdated search results (#183)
  • Fix Links on android (#173)
  • Fix 'Runner' in permission dialogs
  • Fix queued registrations being shown (#178)

v3.0.0

08 Dec 18:08
6a3adf0
Compare
Choose a tag to compare

🔖 ThaliApp v3.0.0

The app has been rebuilt in Flutter. ThaliApp now supports dark mode and Thalia Pay.

🚀 Features

  • Add dark mode
  • Support Thalia Pay

🧰 Chores