release-notes's Notes
Public notes from release-notes
Tuesday, January 6, 2026
Release [email protected]
@activescott/auth-provider-email: v0.1.0
Release [email protected]
@activescott/auth: v0.1.0
Thursday, January 1, 2026
Release [email protected]
ramblefeed-web-app: v0.6.0
Features
- add a public/private icon on note cards on the notes list and the cancel/save buttons on the edit note page will return you to the list if you came from the list (d4d9323)
Wednesday, December 24, 2025
Release [email protected]
ramblefeed-web-app: v0.5.1
Bug Fixes
- bookmarklet in Firefox Reader mode captured the wrong URL about:reader?url=https://.... instead of https://... (7c929aa)
Release [email protected]
ramblefeed-web-app: v0.5.0
Features
- when the bookmarklet is posting a url that already exists, edit existing note (134f9d8)
Saturday, December 6, 2025
Release [email protected]
ramblefeed-web-app: v0.4.0
Features
- add a 'Commonly Used Together' tags section on the tag specific page (8a4632a)
Bug Fixes
- selecting tags from the tag dropdown wasn't selecting tagsThis was caused by fetcher.unstable_reset being stablized to fetcher.reset in a minor update to react router (2dc5bc3)
Friday, December 5, 2025
Release [email protected]
Sunday, November 16, 2025
Release [email protected]
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
Release [email protected]
ramblefeed-web-app: v0.2.1
Bug Fixes
Tuesday, November 11, 2025
Release [email protected]
Monday, November 10, 2025
Release [email protected]
ramblefeed-web-app: v0.1.4
Bug Fixes
- use .ts extension and enable allowImportingTsExtensions (b4253f2)
Release [email protected]
ramblefeed-web-app: v0.1.3
Bug Fixes
- use .js extension in import and make seed fatal in production (53e2bad)
Release [email protected]
Release [email protected]
ramblefeed-web-app: v0.1.1
Bug Fixes
- add workflow permissions and fix prisma directory copy (ecd9b09)
Release [email protected]
Release [email protected]
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)