Skip to content

Releases: PocketTogether/pocket-chat

v0.7.1

20 Apr 02:05
cf78649

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

修复

  • 修复拖拽上传时快速拖出浏览器窗口导致遮罩不消失的问题,并优化拖拽区域动画 by @KIPPUDESU in #38

Fixed

  • Fixed drag‑and‑drop overlay not disappearing when quickly dragging files out of the browser window, and improved drag‑area animations by @KIPPUDESU in #38

v0.7.0

27 Mar 07:55
d8fc437

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

Added

v0.6.0

11 Mar 06:51
c27d810

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

  • Feature/user and user realtime by @haruki1953 in #30
  • 支持消息搜索,并可在消息中通过 “#标签” 来快速跳转至搜索页。
  • 支持用户艾特功能,可在消息中使用 “@username”,点击后可查看用户详情。
  • 支持用户实时状态,如 “在线”、“离线”、“闲置”、“输入中”。

Added

  • Feature/user and user realtime by @haruki1953 in #30
  • Supports message search, and allows quick navigation to the search page via “#tags” inside messages.
  • Supports user mention: use “@username” in messages, and click to view user details.
  • Supports real‑time user presence status, including “Online”, “Offline”, “Idle”, and “Typing”.

v0.5.1

09 Feb 12:43
2f03eb4

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

  • 文件图标这一块,新增 苹果、安卓、Windows 相关文件的图标支持 by @haruki1953 in #28

Added

  • Added icon support for Apple‑related, Android‑related, and Windows‑related file types. by @haruki1953 in #28

v0.5.0

20 Jan 11:03
f681f8c

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

  • 支持pwa安装,即“安装”或“添加到主屏幕” by @haruki1953 in #24
    • 支持 桌面端、移动端 的pwa安装
    • 支持一定程度的离线访问
    • 网站中的图片和文件拥有更稳定缓存

修复

  • 解决图片查看器顶栏Alt滚动条点击后会持续拖拽无法放开的问题 by @haruki1953 in #25

Added

  • Support for PWA installation, including “Install App” or “Add to Home Screen” by @haruki1953 in #24
    • Works on both desktop and mobile devices
    • Provides partial offline access
    • Offers more reliable caching for images and files

Fixed

  • Fix an issue where clicking the Alt scrollbar in the image viewer’s top bar causes continuous dragging that cannot be released by @haruki1953 in #25

v0.4.0

18 Jan 11:55
9cb0a41

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

修复

  • el-scrollbar 优化 by @haruki1953 in #21
    • 取消其点击滚动条上的任意位置来跳转,因为其体验不太好、移动端也容易误触
    • 当屏幕小于500px时,减小滚动条的宽度
  • 图片查看器优化动态过渡判断 by @haruki1953 in #22

Added

Fixed

  • el-scrollbar optimization by @haruki1953 in #21
    • Removed the functionality of clicking anywhere on the scrollbar to jump to a specific position, as the user experience was poor and prone to accidental touches on mobile devices.
    • Reduced the scrollbar width when the screen width is less than 500px.
  • Image viewer optimized for dynamic transition handling. by @haruki1953 in #22

v0.3.0

11 Jan 15:39
8694f6c

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

  • Implement user access control and improve the front-end. by @haruki1953 in #18
  • 实现用户权限控制,发送消息权限、发送图片权限
  • 实现用户封禁功能
  • 实现控制是否只允许oauth2注册
  • 图片查看器,实现双击缩放或还原
  • 图片查看器,实现图片加载失败时重试

变更

  • 从 devDependencies 中移除了 pocketbase-typegen,改为使用位于 /pocketbase-typegen 的本地实现

修复

  • 解决手机输入状态时滚动可能导致底栏被overflow-hidden的问题
  • 完善图片查看器底栏中图片边框的显示

Added

  • Implement user access control and improve the front-end. by @haruki1953 in #18
  • Implemented user permission controls, including message‑sending and image‑sending permissions.
  • Added user banning functionality.
  • Added an option to restrict registration to OAuth2 only.
  • Image viewer: added double‑tap to zoom/restore.
  • Image viewer: added automatic retry when image loading fails.

Changed

  • Removed pocketbase-typegen from devDependencies and switched to a local implementation located at /pocketbase-typegen.

Fixed

  • Fixed an issue where scrolling during text input on mobile could cause the bottom bar to be hidden by overflow-hidden.
  • Improved the display of image borders in the image viewer’s bottom bar.

v0.2.2

07 Jan 11:14
3c8a173

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

修改

  • Improve some issues by @haruki1953 in #16
  • 图片查看器中,让加载遮罩也阻止点击关闭
  • 用户头像大小限制与格式限制放宽一些,1MB

修复

  • 解决手机浏览器可能看不到底栏的问题

Changed

  • Improve some issues by @haruki1953 in #16
  • In the image viewer, make the loading overlay also block click-to-close actions.
  • Relax the size and format restrictions for user avatars, allowing up to 1 MB.

Fixed

  • Fix the issue where the bottom bar may not be visible in mobile browsers.

v0.2.1

06 Jan 02:15
3352e19

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

修复

  • Solve some problems by @haruki1953 in #13
  • 解决当聊天高度不够屏幕时,导致新消失提示无法消除的问题
  • 优化图片查看器transform过渡,完善触摸缩放位移控制
  • 解决图片选择页左列较空时仍有滚动的问题
  • 解决未登录时仍能确认选择图片的问题

Fixed

  • Solve some problems by @haruki1953 in #13
  • Fix the issue where the “new message dismissed” indicator cannot be cleared when the chat height is shorter than the screen.
  • Optimize the image viewer’s transform transitions and improve touch-based zoom and pan controls.
  • Fix the issue where the left column in the image selection page still scrolls even when it has little content.
  • Fix the issue where users can still confirm image selection without being logged in.

v0.2.0

05 Jan 09:14

Choose a tag to compare

📝 查看中文版本 (Chinese Version)

新增

Added