Skip to content

Releases: ShindouMihou/Celestia

v1.0.22

01 May 17:37
6acaf01
Compare
Choose a tag to compare

This is a minor patch that fixes the issue of #1 where infinite scroll wouldn't work when the query param exists after a reload, this is due to the scroller being unobserved on mount.

v1.0.21

30 Apr 16:00
2cbd11e
Compare
Choose a tag to compare

This is a very minor change that includes the .env to the dockerignore.

v1.0.2

30 Apr 15:47
5b5424b
Compare
Choose a tag to compare

This change introduces multiple fixes that improve more on behavior and clipping of content:

  • All glass box display names are capitalized to make everything more formatted.
  • Opening a document will now scroll you into the document when it's loaded (this was an issue on mobile).
  • Fixed a clipping issue when there was no word to break and the content's length exceeds the maximum content size of mobile.
  • Telemetry no longer logs connection aborts and other unnecessary errors, this is to ensure that we only grab the errors that directly come from requesting.
  • console.log has been replaced with winston to make logging more closer to JSON

v1.0.1

30 Apr 07:02
c972f0b
Compare
Choose a tag to compare

This change introduces an entirely new user interface look and also introduces multiple new features that were well-needed:

  • Load more has been removed in favor of infinite scrolling, this should make the user interface cleaner.
  • The maximum grid size has now been changed to 2 columns with 1280px below having 1 column to make everything easier to look at compared to a four-grid.
  • The user interface's color scheme has been moved to be warmer to the eyes, this should make it easier to look than before.
  • The homepage has been scrapped and is now using a simple message that tells the user that this instance is most likely a private instance and that they need to authenticate.
  • The previous behavior of heading to authentication would log out of your account has now been removed to automatically redirect the user to the dashboard.
  • The homepage will now redirect to the homepage if authenticated.
  • A minor flawed implementation of page state maintaining has been implemented to allow maintaining the current page after viewing a document.
  • A minor flawed implementation of filter state maintaining has been implemented to allow maintaining the current page after viewing a document.
  • The document identifier has been removed from the dashboard itself and can only be viewed when a document is viewed. This should make the viewing experience much cleaner in general.