release-notes's Notes

Public notes from release-notes

Sunday, November 16, 2025

ramblefeed-web-app: v0.2.2

Bug Fixes

  • very long bookmark URLs would cause the page to be too wide on iOS / Safari making it so the page would scroll horizontally on the homage page or any other page with bookmark URLs (87f09cd)
#

Thursday, November 13, 2025

ramblefeed-web-app: v0.2.1

Bug Fixes

  • remove 'View on GitHub' from release notes (d326863)
  • the 'Back to Notes' link on a note's detail page would take you to the current user's notes rather than the current note's author's notes (401e460)
  • The Apple Touch Favicon wasn't bordered properly on iOS (17cf224)
#

Tuesday, November 11, 2025

ramblefeed-web-app: v0.2.0

Features

  • add privacy/terms policy pages (40be0ec)
  • added public notes feed at /rambling and a preview of it on home page (620eb4c)
  • link to release notes from footer (7812315)

Bug Fixes

  • Some user handles are now reserved for use by the system (826d656)
#

Monday, November 10, 2025

ramblefeed-web-app: v0.0.0

Features

  • add release notes feature (6a3c954)
  • added /contact page for feedback (921a066)
  • added a beta alert/warning to the top of all pages (8d5cfef)
  • added open graph meta tags throughout to ensure all pages appear better when shared (4220456)
  • added schema.org microdata to notes, robots.txt, sitemap.xml (6e3975b)
  • As the user enters tags, there is now type-ahead completion for the user's existing tags to help reuse tags (928a012)
  • autosize text area when editing content textarea of a bookmark (fa9ef20)
  • bookmarklet now adjusts height down to fit iPhone 13 mini (812px) and responively expands content textarea on wider/desktop screens (e0de09f)
  • Bookmarks can be created/saved using the Cmd+S keyboard shortcut on macOS or Ctrl+S on linux/windows (420bfaf)
  • can delete note from the note list page (7c1281d)
  • ensure large image previews in Apple MessagesOG meta tags use HTTPS URLs (Apple Messages blocks HTTP images).Before the X-Forwarded-Proto header wasn't honored for returning the protocol to image links. (41b7093)
  • ensure login page has autocomplete behavior for email (7cec908)
  • hide headers in bookmarklet popups to make it more compact (caefcd6)
  • improve Apple Messages link previews by increasing social image size and size attributes (583cc01)
  • made it so title IS required and content is NOT required. Note editor shows bookmark editor below the title; notes//edit shows bookmark below title now in a smaller/muted format. /notes/ shows bookmark url below title in muted format (7558a79)
  • make space commit a tag in the note/bookmark editor since comma char and tab char are inconvenient on mobile keyboards (f279ad4)
  • moved the enter key on edit/new note forms to be the primary key to save a note (instead of commiting a tag) and removed Cmd+S (eaab4bf)
  • new tag editing experience (9befe43)
  • orange (ae23715)
  • Recently used tags are suggested on the bookmarklet so that if you're bookmarking multiple similar pages, you can apply the same set of tags easily (98a1ca6)
  • refined and cleaned up the experience and styling. Mostly icons, consistency (74819a6)
  • Selected text when posting via the bookmarklet will now appear as quoted in the note using markdown syntax (bc74ee0)
  • update favicon + phones (a98ad37)
  • update route: /bookmarks -> /notes?filter=bookmarks (cb0029a)
  • update styling of note card in note list so you can click on heading to view details, and remove veiw button; style url of bookmarks (e5ad69a)
  • update styling of the notes list to be clean and minimalistic (d010272)
  • users now have a page to share their public notes at (a53a09d)
  • various limits added to note fields and notes per user count. (d60b9bb)
  • when a bookmarklet note is submitted succesfully, the bookmarklet popup is closed (4a36b18)
  • when using bookmarklet to create a bookmark, if that url is saved before it shows a list of them (187e231)

Bug Fixes

  • add http->https redirect and Strict-Transport-Security header so visitors using http are always redirected to https (780fccb)
  • add rollup override to web-app package.json for Docker builds (d258bc2)
  • admin users page was sorting after paginating not before (133d9b3)
  • dark/light mode would flip when it shouldn't (c9b5a09)
  • database is now preserved between runs/restarts when running the scripts/dev script (9a91f6f)
  • enable releases by setting private=false (431e5fa)
  • exclude kube health checks from https redirect (013b4d0)
  • going to the bookmarklet page triggerd a generic error (21f7991)
  • hide the search link from unauthenticated users (cf10cd1)
  • lots of misc cleanup on /notes, /notes/{id}, notes/{id}/edit and /bookmarks (d683127)
  • missing package-lock files (d302f02)
  • move vite-plugin-svgr to devDependencies to fix Docker build (a3884e5)
  • only first 25 notes would be shown on the note listing page. Now it has 'infinite scroll' ability to gradually load more notes as you scroll (1cb9d25)
  • prevent risky html injection into markdown (a16d5f2)
  • there was a bug when deleting a note that would show an error involving useContext (68bee50)
  • update the root layout for cleaner code, better perf & resiliancy (6358265)
  • web analytics not working in prod (ca0cb1e)
#