Skip to content

Commit 0bbb889

Browse files
committed
chat/iamb: update to 0.0.8
Features/Improvements ✨ - Append suffix to download filenames to avoid overwrites (#35) - Support uploading image attachments from clipboard (#36) - Support leaving rooms (#45) - Support hiding server part of username in message scrollback (#71) - Restore opened tabs and windows upon restart (#72) - Interpret newlines as line breaks when converting Markdown to HTML (#74) - Indicate when you're editing a message (#75) - Support configuring which program :open runs (#95) - Support sending and completing Emoji shortcodes in the message bar (#100) - Indicate number of members in room (#110) - Show errors fetching space hierarchy when list is empty (#113) - Show Git SHA information when printing version information (#120) - Reduce number of Tokio workers (#129) - Indicate when there are new messages below scrollback viewport (#131) Bug Fixes 🐞 - Tab completion panics for unrecognized commands (#81) - Fix error message for undefined download directory (#87) - Gracefully handle verification events that are unknown locally (#90) - Use terminal window focus to determine when a message has actually been seen (#94) - ChatStore::set_receipts locks up app for bad connections (#99) - Need fallback behaviour when dirs::download_dir returns None (#118) - Code blocks get rendered without line breaks (#122) - Remove trailing newlines in body (#125) - Profile session token should only be readable by the user (#130) - Handle sync failure after successful password entry (#133) Documentation/README Updates 📚 - Add manual pages (#88) - Mention Minimum Supported Rust Version in README (#115) - Link to AUR pkg in README (#121) Meta 👷‍♀️ - Update locked Cargo dependencies (#70) - Add Nix flake (#73) - Add FUNDING.yml to project (#77) - Upload artifacts built in GitHub Actions (#105) - Cache build directory in GitHub Actions (#107) - Replace GitHub actions using deprecated features (#114) - Fix Nix flake build on Darwin (#117)
1 parent 51c805a commit 0bbb889

File tree

3 files changed

+815
-473
lines changed

3 files changed

+815
-473
lines changed

chat/iamb/Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.2 2023/03/23 20:52:02 pin Exp $
1+
# $NetBSD: Makefile,v 1.3 2023/07/08 20:14:16 pin Exp $
22

3-
DISTNAME= iamb-0.0.7
3+
DISTNAME= iamb-0.0.8
44
CATEGORIES= chat
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=ulyssa/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,11 +12,5 @@ LICENSE= apache-2.0
1212

1313
.include "cargo-depends.mk"
1414

15-
INSTALLATION_DIRS= bin
16-
17-
do-install:
18-
${INSTALL_PROGRAM} ${WRKSRC}/target/release/iamb \
19-
${DESTDIR}${PREFIX}/bin
20-
2115
.include "../../lang/rust/cargo.mk"
2216
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)