Skip to content

Releases: GeekGene/mewsfeed

v0.11.4

30 Mar 01:10
Compare
Choose a tag to compare

Support for holochain 0.2.6

v0.12.0

11 Oct 06:23
08837ed
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release
  • breaking bumps holochain to 0.3.0-beta-dev.20
  • improve network info indictator styling, hide when cell not loaded
  • Resolves #245

v0.11.3

27 Sep 04:32
e1ad54c
Compare
Choose a tag to compare
  • fix 0.2.2 dev environment
  • add network info panel to all pages

v0.11.2

27 Sep 03:09
844b2a8
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release

Bump holochain to 0.2.2

v0.11.1

13 Sep 01:00
518055c
Compare
Choose a tag to compare
  • feat: add ellipses to truncated agent pub keys, extend truncation to 15 chars, do not truncate only on creators / followers list

v0.11.0

12 Sep 23:56
246ad1d
Compare
Choose a tag to compare
  • feat: show avatar in lightbox upon clicking profile (#233)
  • refactor: manage dialogs via stores, reduce duplicate components (#232)
  • fix: ensure notifications count only grows over time (#231)
  • fix: reactivity of profile popup data (#230)
  • fix: show create profile form upon clicking 'pin mew' button without a profile (#228)
  • fix: avoid excessive "profile not found" errors (#225)
  • build: replace new-port-cli with fork avoiding rust clap validation issue (#224)
  • feat: only notify agent of responses to mews they responded to if those responses are created after their own (#221)
  • feat: avoid duplicate notifications for both 'responded to your mew' and 'responded to a mew you responded to' when agent both created the mew & responded to it (#221)
  • fix: infinite scroll of followers / creators lists (#220)
  • feat: display confirmation dialog before creating a mewmew (#219)
  • feat: focus on input fields upon opening dialogs (#216)
  • fix: reduce noise of toast errors from failed zome calls when fetching data, only display toast errors when active user actions fail (#204)
  • fix: remove typo dot (#203)
  • feat: add tooltips to site menu (#202)
  • chore: delete unused signals code (#201, #200)
  • fix: reactively update pinned mews & authored mews upon mew deletion (#199)
  • style: add padding around agent profiles in followers / creators lists (#198)
  • fix: use count_links for followers /creators counts (#197)
  • style: wrap toast message text, shrink font size, increase display time (#196)
  • fix: explore shuffle profiles reactivity (#175)
  • fix: explore page mis-matched tags (#175)

v0.10.0-rc.4

08 Aug 18:27
7756cfe
Compare
Choose a tag to compare

Compatible with holochain 0.2.x

  • fix: break long words to fit into mew content div
  • fix: ensure that links are not broken into new lines in webkit
  • feat: change styling of 'show more' button for truncated mew content
  • feat: remove 'show less' button for truncated mew content
  • feat: do not truncate mew content in its yarn view, nor in create mew dialog
  • fix: truncate a single word longer than truncation length at the truncation length - 15 chars
  • fix: break long words in mew quotes to fit into mew embed div
  • build: specify zome with no dependencies as dependencies: [] instead of dependencies: ~ to avoid devhub bug preventing publish (
    holochain/devhub-gui#31)
  • fix: ensure websocket address is replaced by hc_launch if running / building for launcher

v0.10.0-rc.1

02 Aug 01:20
Compare
Choose a tag to compare

Compatible with holochain 0.2.1

Changelog

  • build: upgrade to holochain 0.2.1 (#159)
  • feat: front-end UI redesign (#128, #154)
  • refactor: rewrite DNAs following patterns of scaffolder (#124)
  • feat: improve styling of quotes (#134)
  • feat: pin mews to your profile page (#133)
  • feat: pagination + infinite scroll of all lists (#146)
  • feat: explore page to discover creators and tags
  • feat: notifications page to see all interactions with an agent's content (#141)
  • feat: use local storage cache, polling, and SWRV pattern for fetching data (#144, #133)
  • feat: support pagination + infinite scroll of lists (#146)
  • feat: soft-delete mews (#129)
  • feat: optionally set a strict min + max mew length via DNA properties (#116)
  • feat: link to mentions on profile page (#110)
  • feat: link to parent mew in response mews (#107)
  • feat: allow app use without profile, prompt to create profile upon first action (#61)
  • feat: improve rendering of mew content and input field (#57)
  • refactor: link input UX (#106)
  • infrastructure: improvements to deployment, ci infrastructure (#156, #119, #118, #103)
  • fix: minor quirks & codebase cleanup (#148, #143, #164)
  • chore: rename app from 'clutter' to 'mewsfeed' (#115)

v0.9.0-alpha

26 Feb 17:48
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Upgrade to Holochain v0.1.3

Added

  • Support multi-word link text in mews with the syntax ^[my link]
  • Human-readable timestamps
  • Search for hashtags, cashtags
  • Display URL in tooltip when hovering over mew links
  • URL hyperlinks in mews.

v0.8.0-alpha

25 Dec 12:05
Compare
Choose a tag to compare
v0.8.0-alpha Pre-release
Pre-release

Added

  • Thread view for a mew with all its replies.

Changed

  • Upgrade to Holochain 0.0.175