Releases: PocketTogether/pocket-chat
Releases · PocketTogether/pocket-chat
v0.7.1
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
Added
- Supports quick drag-and-drop file uploads by @KIPPUDESU in #33 #35
v0.6.0
📝 查看中文版本 (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
Added
- Added icon support for Apple‑related, Android‑related, and Windows‑related file types. by @haruki1953 in #28
v0.5.0
📝 查看中文版本 (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
📝 查看中文版本 (Chinese Version)
新增
- 实现文件功能 by @haruki1953 in #20
修复
- el-scrollbar 优化 by @haruki1953 in #21
- 取消其点击滚动条上的任意位置来跳转,因为其体验不太好、移动端也容易误触
- 当屏幕小于500px时,减小滚动条的宽度
- 图片查看器优化动态过渡判断 by @haruki1953 in #22
Added
- Implement file functionality by @haruki1953 in #20
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
📝 查看中文版本 (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-typegenfrom 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
📝 查看中文版本 (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
📝 查看中文版本 (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
Added
- Implement image functionality by @haruki1953 in #8