2022-08-19-the-stuff-loads-better-release.html (3469B)
1 2 <!DOCTYPE html> 3 <html lang="en"> 4 <head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 8 <title>The Damus Log</title> 9 <link rel="stylesheet" href="log.css?v=29"> 10 <link rel="stylesheet" href="comments.css?v=5"> 11 </head> 12 <body> 13 <section class="header"> 14 <span class="logo"> 15 <img src="/img/damus-nobg.svg"/> 16 </span> 17 </section> 18 <div class="container"> 19 <a href="https://damus.io/log" class="date">< The Damus Log</a> 20 <h1 id="v0.1.3---the-stuff-loads-better-release">v0.1.3 - The “Stuff 21 Loads Better” Release</h1> 22 <p>It’s that time again! A new damus release. This one fixes a bunch of 23 annoying issues such as profiles not loading properly in some 24 situations. We also do a much better job at caching profile pictures, so 25 no more weird poppyness and wasting your cell data.</p> 26 <p>If you’re not on the testflight already, you can get it here:</p> 27 <p><a href="https://testflight.apple.com/join/CLwjLxWl">Damus 28 TestFlight</a></p> 29 <p>This was the last release before lightning support, so next version 30 will be exciting!!</p> 31 <p>Anyways, here’s the full changlog!</p> 32 <pre><code># Added 33 34 - Support kind 42 chat messages (ArcadeCity). 35 - Friend icons next to names on some views. Check is friend. Arrows are friend-of-friends 36 - Load chat view first if content contains #chat 37 - Cancel button on search box 38 - Added profile picture cache 39 - Multiline DM messages 40 41 # Changed 42 43 - #hashtags now use the `t` tag instead of `hashtag` 44 - Clicking a chatroom quote reply will now expand it instead of jumping to it 45 - Clicking on a note will now always scroll it to the bottom 46 - Check note ids and signatures on every note 47 - use bech32 ids everywhere 48 - Don't animate scroll in chat view 49 - Post button is not shown if the content is only whitespace 50 51 # Fixed 52 53 - Fixed thread loading issue when clicking on boosts 54 - Fixed various issues with chatroom view 55 - Fix bug where sometimes nested navigation views weren't dismissed when tapping the tab bar 56 - Fixed minor carousel spacing issue on homescreen 57 - You can now reference users, notes hashtags in DMs 58 - Profile pics are now loaded in the background 59 - Limit post sizes to max 32,000 as an upper bound sanity limit. 60 - Missing profiles are now loaded everywhere 61 - No longer parse hashtags in urls 62 - Logging out now resets your keypair and actually logs out 63 - Copying text in DMs will now copy the decrypted text</code></pre> 64 <p><a href="https://damus.io">Damus TestFlight</a></p> 65 66 <h3><a id="comment-link" href="nostr:e:">Comments</a></h3> 67 <div id="comments"> 68 </div> 69 <script src="nostr.js?v=4" ></script> 70 <script src="comments.js?v=16" ></script> 71 <script> 72 const threads = { 73 "the-stuff-loads-better-release": "9941b55c2844f275b7b8714a1c39859088a425ce798f740ea8fea879f9098641", 74 "introducing-damus-log": "4e8b44bb43018f79bd3efcdcd71af43814cdf996e0c62adedda1ac33bf5e1371", 75 "stop-developing": "7328ba525fba9240a13dc67bc8ccf9248d90fa0c752419ccbe0558e129ea96d5", 76 } 77 let relay 78 for (const key of Object.keys(threads)) { 79 if (window.location.href.includes(key)) { 80 const id = threads[key] 81 relay = comments_init(id) 82 document.querySelector("#comment-link").href = 'nostr:e:' + id 83 break 84 } 85 } 86 </script> 87 </div> <!-- container --> 88 </body> 89 </html>