Skip to content

Releases: cwnicoletti/ExhibitU

v1.0.3

03 Jan 15:23
Compare
Choose a tag to compare

ExhibitU has now been released on the android store! 🥳

✔️ Bugfixes:

  • Fixed headers in login/signup screens
  • IntroScreen now shows skip button on android
  • SignUpOrLoginScreen logo scales with device
  • NotificationsPermissionScreen now correctly uploads token
  • More screens compatible with android

📈 Performance/Improvements/Updates:

  • Updated Expo SDK to 43
  • Lots of small improvements to individual files
  • Lots of components combined into one
  • Lots of css being organized into stylesheets than inline
  • Updates to ReadMe

✂️ Removed Features:

  • Making name header unclickable when looking at an individual feed post (might return in the future)

v1.0.2

01 Dec 19:08
Compare
Choose a tag to compare

App is now officially live on the iOS AppStore! 😄

✔️ Bugfixes:

  • Fixed white flickering completely

📈 Performance:

  • Breaking down more components into sub-components
  • More Jest test cases have been added
  • Booting up app is very smooth now. Originally it was an entire splash screen -> startupscreen with activity indicator -> main app, but now it's transparent picture in splash screen that fades in -> unseen change from splash screen to startupscreen with same transparent picture -> fade-out -> fade-in app. Looks a loooot better and feels a lot faster.

🔃 Changed Features:

  • Some input fields & buttons have been slightly changed

✂️ Removed Features:

  • Removed drawers from all screens except profile screen

v0.5.0

10 Nov 18:28
Compare
Choose a tag to compare

This is a big bug-fix release! 0.4.7 was approved for the apple store so I'm just fixing everything I possibly can before the app goes live 🥳🎉

✔️ Bugfixes:

  • White flickering on app start is fixed
  • Changing number of profile columns now instantly updates number of profile columns across all tabs
  • Expo push notification token removed from database when logged out
  • Users can now swipe-to-navigate from showcasing back to their profile
  • Fixed bug where users could navigate from profile screen to intro screen...
  • Picking an image modal no longer snaps to top

v0.4.5 & v0.4.6 & v0.4.7

08 Nov 18:31
Compare
Choose a tag to compare

Wrapping a bunch of releases together since it's been a ... fun... process submitting to the Apple Store 👀

✔️ Bugfixes:

  • edge-case: denying permission, then allowing in settings and reopening app doesn't redirect to the wrong page anymore
  • Navigating from feed followers/following to feed profile works correctly now

🔃 Changed Features:

  • Small changes to permission wording and adding info.plist equivalent into app.json
  • Changed how headers work throughout app, now custom instead of React Navigation default

v0.4.4 (Hotfix)

01 Nov 17:26
Compare
Choose a tag to compare

🔥 Hotfix:

  • correctly show invalid credentials when logging in incorrectly (previously just left activity indicator hanging)

v0.4.3

01 Nov 17:04
Compare
Choose a tag to compare

🔥 Hotfix:

  • Feed following and followers simple bug fix

📈 Performance:

  • Navigating from intro screen to signuporlogin screen to feed screen is now insanely smooth

v0.4.2

29 Oct 23:12
Compare
Choose a tag to compare

✔️ Bugfixes:

  • Notifications correctly send the current user's username and profile picture
  • Refreshing profile no longer updates explore profile number of following
  • Profile title now hidden if not provided on all relevant screens
  • ProfileTitle hides when there is none, FeedPostView
  • Following, Followers, and Cheering screens correctly searches users
  • ExplorePictureScreen now correctly updates with profile/job title
  • Following from any cheer screen -> profile screen works correctly now
  • Fixed edge-case in startupscreen

🎉 New Features:

  • Adding back in Introing

✂️ Removed Features:

  • removing MORE tutorial items, I swear they're everywhere....
  • Same with advocating, this time it's all removed (hopefully...)
  • Removing last slide in introscreen

v0.4.1

22 Oct 19:44
Compare
Choose a tag to compare

✔️ Bugfixes:

  • Cheering while having ExploreProfileScreen open and FeedScreen open at the same time updates cheering stats properly now
  • Following while having ExploreProfileScreen open and NotificationsProfileScreen open at the same time updates following stats properly now

🎉 New Features:

  • Adding a photo permission screen and notification permission screen after signup

✂️ Removed Features:

  • Removing more tutorial content (will be made into its own nav stack)

v0.4.0

11 Oct 17:48
Compare
Choose a tag to compare

✔️ Bugfixes:

  • Hiding followers/following/exhibits on your profile now correctly hides when other users "explore" your profile

🎉 New Features:

  • Added notifications!! When cheering a post or following someone, a push notification will be sent to their phone. Check your own notifications by pressing the notification tab.

📈 Performance:

  • All uploaded profile pictures are now resized and stored as 200x200 PNG pictures within cloudinary. This reduced cost & improved performance within the app by almost 50 fold (assuming every profile picture uploaded was about ~2MB, which has been reduced to ~48KB)

🔃 Changed Features:

  • Changed the looks of your feed. Feed items look a little... different from before.
  • Replacing advocating on profiles to just number of exhibits.

✂️ Removed Features:

  • Removing all advocating within the app (might return, who knoOoOows... 👻)
  • Tutorialing has been temporarily removed. Planning on making tutorialing a navigation/carousel based experience.

v0.3.2 (Hotfix)

07 Sep 23:56
Compare
Choose a tag to compare

🔥 Hotfix

  • Crashing due to Object.values() being passed an undefined prop

Check out the previous release: https://github.com/cwnicoletti/ExhibitU/releases/tag/0.3.1