Skip to content

Releases: Nerimity/nerimity-web

v0.6.0-stable

17 Nov 11:30
Compare
Choose a tag to compare

Features

Commits

  • 8810b42: updated to use pnpm in github actions (Supertiger)

v0.5.0-stable

16 Nov 21:04
Compare
Choose a tag to compare

Features

  • ✨ Added server:updated event (Supertiger)
  • ✨ You can now update changes in the server settings. (Supertiger)
  • ✨ Added manage channels in server settings (Supertiger)
  • 🚧 Added server channel setting placeholder page (Supertiger)
  • 🚧 A bit of work done to the manage server channel pane (Supertiger)
  • 🧑‍💻 Added more vscode settings. (Supertiger)
  • 🚧 Working on server channels settings page (Supertiger)
  • 🚧 More progress with server channels settings (Supertiger)
  • ✨ Add new server channel (Supertiger)
  • ✨ Added update server feature (Supertiger)
  • ✨ Added delete server channel service (Supertiger)
  • ✨ You can now delete server channels. (Supertiger)
  • ✨ Added leave server functionality (Supertiger)
  • ✨ Close tabs, Delete Server (Supertiger)
  • ✨ Authentication, error, connected indicator (Supertiger)
  • 💄 Added mobile swiping drawers for mobile layout (Supertiger)
  • ✨ Delete server roles. (Supertiger)
  • ✨ Added edit message functionality. (Supertiger)
  • ✨ Added edited icon. (Supertiger)
  • Added send message item to member context menu (Supertiger)

Bug Fixes

  • 🐛 Fixed a bug with createUpdatedSignal (Supertiger)
  • 🐛 Fixed Server Settings (Supertiger)
  • 🐛 remove server channels on leave (Supertiger)
  • 🐛 Made send button work & enter key makes a new like for mobile (Supertiger)

Styles

Code Refactoring

  • ♻️ Moved SettingsBlock to its own component (Supertiger)
  • ♻️ Export all components as default. Removed index.ts for components. (Supertiger)
  • ♻️ re-organized components and changed naming convention (Supertiger)

Performance Improvements

  • ⚡ Decreased socket connect delay to 300ms (Supertiger)

Builds

  • ⬆️ Updated all dependencies and vite to 3.0 (Supertiger)
  • ⬆️ Updated all dependencies and vite to 3.0 (Supertiger)
  • 💚 Added setDefaultResultOrder to fix localhost (Supertiger)

Chores

  • 🧑‍💻 Added peacock vscode color. (Supertiger)

Commits

  • 75ab914: renamed tag release (Supertiger)
  • b509917: fixed mistake (Supertiger)
  • 20a3169: Merge branch 'main' of https://github.com/Supertigerr/chat-client-solidjs (Supertiger)
  • b2cd667: fixed bugs (Supertiger)
  • 950f25f: fixed import (Supertiger)
  • b02f497: WIP server members update (Supertiger)
  • 802118f: wip delete button (Supertiger)
  • 0ccb7c9: more progress with delete channel button (Supertiger)
  • 62e6bf6: WIP permissions (Supertiger)
  • d4aa326: more progress with channel permissions (Supertiger)
  • cae06a0: Migrated, but needs testing. (Supertiger) #1
  • 44dd4b0: fixed mention problem (Supertiger) #1
  • acd6c49: fixed bug with date (Supertiger) #1
  • e498521: Fixed bugs (Supertiger) #1
  • 827d065: Changed toString to toISOString (Supertiger)
  • 93bcb75: Fixed bug (Supertiger)
  • 06407c7: Updated packages, enabled Suspense. (Supertiger)
  • e47060b: Fixed bug with header (Supertiger)
  • 1535a9b: Updated README (Supertiger)
  • 8821689: More progress on server roles (Supertiger)
  • 9ebbc3d: Fixed bug with main header (Supertiger)
  • e4337a3: Added server role create event (Supertiger)
  • 0896a44: Added role and role update (Supertiger)
  • 9ebb7a0: More progress with context menu (Supertiger)
  • 3759749: More progress on server role picker (Supertiger)
  • 318e919: more progress with role color. Added .env to gitignore (Supertiger)
  • 91745b7: removed env file (Supertiger)
  • 424715c: more progress for drawers (Supertiger)
  • 4a84839: added snapping to drawer (Supertiger)
  • d76c4c7: updated example env (Supertiger)
  • da5d03e: change focus to input area after clicking on send. (Supertiger)
  • 84091e8: Fixed bug (Supertiger)
  • 1d94d3e: Pause touches on scroll (Supertiger)
  • 631fee0: made scrolling even better, i hope (Supertiger)
  • 4d00bd4: Fixed bug (Supertiger)
  • 0cdd48d: progress on the right drawer (Supertiger)
  • dc46cc0: more progress with members list (Supertiger)
  • 262334c: fixed newlines not working. (Supertiger)
  • ffa5c14: Fixed line (Supertiger)
  • 01e0173: refactored code (Supertiger)
  • ef7aa01: popup model improvements. (Supertiger)
  • aaca67f: store presences to store when joining a server (Supertiger)
  • 67682f5: debugging (Supertiger)
  • a1e4b12: debugging (Supertiger)
  • 5c7b9b8: Removed transition for now to fix bug from server settings. (Supertiger)
  • e529da6: Added some icons to server member context menu (Supertiger)
  • 4d06177: Updated styling of inbox tabs. (Supertiger)
  • 7f2d2e8: Made buttons thicker. (Supertiger)
  • fc7e9e7: Fixed various small css issues and design improvements. (Supertiger)
  • 2ed2bbc: Fixed tab title cut off when its italics. (Supertiger)
  • f8337e9: Unfinished. (Supertiger) #2
  • a86b6d2: Replaced tabs with header. (Supertiger) #2
  • 9bdcd11: Replaced loading text. (Supertiger)
  • 63c0fa4: replaced createStore with createSignal (Supertiger)
  • 3dcf739: fix role order when modifying (Supertiger)
  • 63f70e4: Models can now be closed by clicking on the background (Supertiger)
  • 85f6863: added redirection support for login and register links (Supertiger)
  • 1fcadc9: refactered code. (Supertiger)
  • cf7e606: Hide right drawer when not available. (Supertiger)
  • ed4fb7d: More upgrades to the drawer. (Supertiger)
  • 9449534: Added drawer buttons to the header (Supertiger)
  • 8ca944b: wip changing router. (Supertiger)
  • 673e13a: Migration done (Supertiger)
  • 0088add: Added typing indicator (Supertiger)
  • 527087b: Made some design changes and invite copy link button work. (Supertiger)
  • f311101: system messages wip (Supertiger)
  • 88f7ac9: Renamed some stuff and fixed bugs (Supertiger)
  • 9415053: added join message. (Supertiger)
  • dc162de: Added kick and ban functionality. (Supertiger)
  • 49e111b: made buttons only click once. (Supertiger)
    -...
Read more

v0.4.0

18 Jul 08:21
Compare
Choose a tag to compare