v0.20.3FixApril 21, 2026
- FixedCheckout now confirms your plan instantly after payment instead of always waiting up to 30 seconds.
v0.20.2FixApril 21, 2026
- FixedRefund timestamp now records the correct date and time instead of a literal placeholder.
- FixedRemoved a permissions loophole that could allow direct edits to account tier.
v0.20.1DebugApril 21, 2026
- FixedDisabled checkout activation endpoint for webhook testing — verifying Paddle signature validation.
v0.20.0FixApril 21, 2026
- FixedCheckout activation now correctly distinguishes a new upgrade from a duplicate — the confirmation screen shows the right message in both cases.
v0.19.9FixApril 21, 2026
- FixedCheckout iframe no longer crashes when the payment panel hasn't fully appeared yet — Paddle now verifies the container exists before mounting.
v0.19.8FixApril 21, 2026
- FixedCheckout activation no longer spins endlessly — sandbox payments now verify correctly, with a 20-second fetch timeout and a reliable 30-second fallback.
v0.19.7FixApril 20, 2026
- FixedCheckout no longer gets stuck on "Activating your plan..." — activation now works correctly and shows a helpful message if it takes longer than expected.
v0.19.6ImprovedApril 20, 2026
- ImprovedStudio tier upgraded — now includes 1,500 credits/month (up from 1,000) and 50 GB render storage (up from 40 GB) at the same $249 price.
v0.19.5FixApril 20, 2026
- ImprovedSignup & resend rate limits — first offense blocks for 30 minutes with a live countdown; repeat offenses escalate to 24 hours.
- FixedLogin & signup CAPTCHA — the security check now resets automatically after a failed attempt so you can retry without reloading the page.
v0.19.4FixApril 20, 2026
- FixedUpgrade page — plan now activates instantly after payment without relying on webhook delivery; the backend verifies the transaction directly with Paddle and assigns the tier in real time.
v0.19.3FixApril 20, 2026
- ImprovedResend confirmation email — now rate-limited per email address (4/hour) separately from the signup IP limit, with its own error message.
v0.19.2SecurityApril 20, 2026
- NewCAPTCHA on signup and login — Cloudflare Turnstile protects both forms from automated abuse.
- NewSignup rate limiting — each IP is limited to 4 signup attempts per hour.
- ImprovedResend confirmation code — now goes through a rate-limited server route instead of calling Supabase directly from the browser.
v0.19.1FixApril 20, 2026
- FixedCheckout — email is now pre-filled from your account so you don't have to retype it.
- FixedUpgrade page — plan activates automatically after payment without needing a manual refresh; a spinner shows while the purchase is being confirmed.
v0.19SecurityApril 19, 2026
- NewRe-signup abuse prevention — a SHA-256 hash of deleted account emails is retained after hard deletion; re-registering with the same email starts with 0 credits instead of 50.
- NewApp-wide restriction banner — restricted accounts now see an amber banner on every dashboard page, not just Settings.
- NewUpload gate for restricted accounts — the model upload area on the render page is replaced with a restriction message instead of the drop zone.
- ImprovedPrivacy Policy — documents SHA-256 email hash retention under legitimate interest basis.
- ImprovedTerms of Service — adds re-registration credit and tier transfer clause.
v0.18PaymentsApril 19, 2026
- NewIn-app upgrade page — authenticated users can now purchase lifetime access directly from app.rendertize.com/dashboard/upgrade with Paddle inline checkout. User ID is passed securely so purchases are always matched to the correct account.
- NewUpgrade button — free-tier users now see an Upgrade button in the sidebar.
- NewPlan-aware signup flow — clicking 'Get Lifetime Access' on the pricing page redirects to signup with the selected plan, then straight to checkout after email verification.
- NewAdmin panel — internal admin.rendertize.com with magic-link auth, user management, credit grants, tier assignment, refund tooling, transaction list, and usage stats.
- FixedPayment bugs — fixed credits_balance column name mismatch in assign_tier() and grant_monthly_credits(); added missing transaction_id column to paddle_purchases; fixed credit_ledger reason constraint to include 'refund' and 'initial_grant'.
- ImprovedTerms of Service — added 'one tier per account, no upgrades' clause to lifetime deal terms.
- ImprovedNo-upgrade enforcement — accounts with an existing paid tier silently skip re-assignment from Paddle webhooks; admin panel uses force-override for support cases.
- FixedCredit ledger — all five credit functions (deduct_credits, grant_credits, grant_initial_credits, grant_monthly_credits, assign_tier) now use SET search_path = public and correct column names, resolving silent failures since March 7.
- FixedMonthly credit grant — free-tier users are now explicitly excluded from grant_monthly_credits() using an allowlist of paid tiers.
- FixedDuplicate signup trigger — on_profile_created_grant_credits is now guaranteed to exist exactly once, preventing 4x credit_ledger entries on new signups.
- FixedSettings — deletion modal now closes immediately after scheduling; cancel deletion banner disappears instantly and re-syncs with the server.
- FixedSettings — account restriction banner now uses a generic message instead of a GDPR Art. 18 reference.
- FixedRender page — 451 (account restricted) responses now show a specific support message instead of a generic queue error.
- FixedAnalytics — first_upload_at now populates on first render submission alongside first_render_at.
v0.17FixApril 18, 2026
- FixedPaddle checkout — sandbox mode now loads from sandbox-cdn.paddle.com so test payments route correctly instead of hitting the production endpoint.
v0.16PolishApril 17, 2026
- NewSitemap — sitemap.xml added to rendertize.com, served at /sitemap.xml.
- ImprovedPrivacy Policy — privacy@rendertize.com replaced with support@rendertize.com across all references; lastUpdated date updated.
v0.15PolishApril 17, 2026
- FixedFooter — logo clickable area now matches the visible logo exactly; cropped transparent padding from logo image used in footer.
- ImprovedFooter — tagline 'Built for 3D asset sellers.' is now centered directly under the logo.
- ImprovedFavicon — added explicit icon metadata on both rendertize.com and app.rendertize.com to improve search engine favicon discovery.
v0.14PolishApril 17, 2026
- FixedFavicon — rebuilt favicon.ico as a proper multi-size ICO (16, 32, 48, 256 px) on both rendertize.com and app.rendertize.com so search engines can display it correctly.
v0.13Polish & SafetyApril 17, 2026
- ImprovedFavicon — generated proper multi-size favicon.ico (16, 32, 48, 256px) for both rendertize.com and app.rendertize.com; removed conflicting metadata override.
- FixedHeader — logo restored to original size; overflow-hidden on the nav container caps the clickable area to the navigation bar height.
- ImprovedNav — 'Try for Free' button changed to outline style.
- FixedConfirm page — 'Try again' resend button renamed to 'Resend'.
- ImprovedSignup — duplicate email error now includes a direct 'sign in' link to the login page.
v0.12Polish & SafetyApril 16, 2026
- ImprovedFavicon — added explicit icon metadata on both rendertize.com and app.rendertize.com for better search engine discovery.
- FixedHeader — logo clickable area no longer extends below the navigation bar.
- FixedFooter — logo renders at correct size; tagline now appears directly below the logo.
- ImprovedDelete account dialog — clarified that cancellation requires clicking 'Cancel deletion' in Settings, not just logging back in.
- NewDeletion warning banner — all dashboard pages now show a persistent red banner with a direct 'Cancel deletion' button when an account is scheduled for deletion.
v0.11Legal & RoadmapApril 15, 2026
- ImprovedPrivacy Policy — added Railway (backend hosting) and Resend (transactional email) as listed sub-processors.
- ImprovedPrivacy Policy — added GDPR data controller identification to Contact section.
- ImprovedPrivacy Policy — transactional email list now includes account deletion confirmations.
- ImprovedTerms of Service — account deletion section updated to reference the self-service Settings dashboard.
- ImprovedRefund Policy — removed unimplemented 'read-only state' language from post-refund downgrade description.
- ImprovedRoadmap — moved Undo/Redo, AI 3D Model Generation, Animations, and Collections to Pending; only Credit Top-Ups remains In Progress.
v0.10Email & FixesApril 15, 2026
- NewTransactional email — account deletion requests and cancellations now send confirmation emails via Resend.
- FixedSignup — 'Database error saving new user' resolved; initial credit grant was using the wrong column name.
- FixedFavicon — website and app now show the Rendertize favicon correctly instead of the default Vercel icon.
- FixedLogo — logo now renders at correct size across the website, app sidebar, login, and signup pages.
v0.9Brand & GDPRApril 14, 2026
- NewBrand logo and favicon — all logo instances across the website and app now use the official Rendertize logo.
- NewGDPR Art. 18 restrict-processing flag — admin can restrict AI processing for a user account; displayed in Settings if active.
- NewGDPR SOP — internal standard operating procedure document for handling Arts. 15–22 data subject requests.
- NewSettings page — now shows processing-restricted status if applicable.
v0.8Compliance & AnalyticsApril 14, 2026
- NewAccount deletion — users can schedule account deletion from Settings (30-day grace period, cancellable by logging back in).
- NewSettings page — new dashboard section showing account info and danger zone.
- NewVercel Analytics — cookieless, privacy-safe analytics now active on both the marketing website and app.
- ImprovedSignup — optional Full name field added; stored in account profile.
- FixedRoadmap — Free tier incorrectly described as '50 credits per month'; corrected to '50 one-time credits'.
- FixedTerms of Service — internal Privacy Policy and Refund Policy links were hardcoded absolute URLs; now use relative paths.
v0.7Privacy & AccuracyApril 14, 2026
- ImprovedPrivacy Policy — clarified that AI analysis uses automatically captured temporary images, not your saved renders.
- ImprovedPrivacy Policy — rendered images description no longer specifies format or file size for flexibility.
- FixedPrivacy Policy — fixed broken Paddle Data Processing Addendum link; added Supabase DPA link.
- ImprovedPrivacy Policy — Crisp chat scope clarified (marketing website only, no cookies until interaction).
- ImprovedPrivacy Policy — cookies section future-proofed with notification commitment if tracking is ever added.
- ImprovedPrivacy Policy — added sub-processor flexibility note and analysis images data retention entry.
- ImprovedPrivacy Policy — Gemini section updated to specify 3D model metadata (polygon count, materials, textures).
v0.6Roadmap & Policy RefreshApril 14, 2026
- ImprovedRoadmap redesigned — interactive filter tabs (All, Pending, In Progress, Complete) with card grid layout.
- ImprovedRoadmap now shows 16 completed features, 5 in progress, and 10 pending items.
- NewCredit Top-Ups added to roadmap — purchase extra credits without upgrading your tier (coming soon).
- ImprovedRefund policy updated — accounts downgrade to Free tier instead of full deletion after a refund.
- ImprovedRefund policy — credit top-up refund rules clarified with separate monthly/top-up credit pools.
- ImprovedTerms of Service — third-party services section simplified; provider details moved to Privacy Policy.
- NewTerms of Service — EU/EEA/UK arbitration carve-out added to Governing Law section.
- NewTerms of Service — force majeure and assignment clauses added.
- ImprovedTerms of Service — material changes now require 14 days' email notice before taking effect.
v0.5Legal ComplianceApril 13, 2026
- ImprovedTerms of Service — added user content warranty, indemnification, and AI-generated content disclaimer (§5).
- NewTerms of Service §8 — new Third-Party Services disclaimer covering Paddle, Supabase, Google, Vercel, and Crisp.
- ImprovedTerms of Service §11 — strengthened warranty disclaimer with AS-IS/AS-AVAILABLE and explicit merchantability/non-infringement language.
- ImprovedTerms of Service §13 — governing law updated to Delaware law with AAA arbitration.
- ImprovedPrivacy Policy — added Legal Basis for Processing section (GDPR Art. 6) covering contract, legitimate interest, legal obligation, and consent.
- NewPrivacy Policy — added International Data Transfers section with Standard Contractual Clauses and EU-US Data Privacy Framework.
- NewPrivacy Policy — added AI Data Processing section with explicit disclosure that paid Gemini API does not use data for training.
- NewPrivacy Policy — added Children's Privacy section (COPPA compliance).
- ImprovedPrivacy Policy — expanded GDPR rights with response timeframes and right to lodge complaint with supervisory authority.
- ImprovedPrivacy Policy — expanded CCPA rights with right to correct, opt-out of sale/sharing, and non-discrimination.
- NewPrivacy Policy — added Security and breach notification commitment (72-hour GDPR requirement).
- ImprovedPrivacy Policy — more specific data retention periods per category (account, renders, logs, chat, payments).
- ImprovedRefund Policy — added Merchant of Record section clarifying Paddle's role as legal seller and payment processor.
- NewRefund Policy — added Paddle refund windows (120 days card, 179 days PayPal) and currency/tax handling details.
- NewRefund Policy — added EU/EEA/UK section covering 14-day statutory withdrawal right and immediate delivery consent.
- ImprovedRefund Policy — added fraud/abuse refusal clause aligned with Paddle's policies.
v0.4Legal & TrustApril 12, 2026
- ImprovedTerms of Service §1 — clarified that Paddle handles payments and refunds; Rendertize handles product support.
- ImprovedTerms of Service §7 — explicit commitment to honor purchased credit allocations for the lifetime of the Service.
- NewTerms of Service §9 — new Refund section referencing the Refund Policy and Paddle Buyer Terms.
- ImprovedTerms of Service — governing law updated to Delaware law with AAA arbitration.
- ImprovedFixed Paddle Buyer Terms link (previously a 404).
- NewSignup page — added Terms of Service and Privacy Policy consent line.
- ImprovedPricing page — restored concise features note below the comparison table.
v0.3Roadmap & TransparencyApril 12, 2026
- NewPublic roadmap page — track what's complete, in progress, and pending at /roadmap.
- NewChangelog page — this page. A running record of what ships with each release.
- ImprovedRoadmap link added to footer and pricing sections for discoverability.
- ImprovedTerms of Service updated with explicit lifetime deal and roadmap disclaimer clauses.
v0.2Pricing & ContentApril 12, 2026
- NewFree tier — try Rendertize with 50 one-time credits, no credit card required.
- NewRoadmap features visible on pricing cards (more marketplaces, AI 3D generation, bulk upload, and more).
- ImprovedPricing page redesigned — tier CTAs now visually distinct (Free & Pro: green; Starter & Studio: white).
- ImprovedFeature comparison table fully rewritten with accurate per-tier details.
- ImprovedFAQ expanded to 13 questions with more accurate and detailed answers.
- ImprovedHomepage copy updated — hero, features section, and How It Works rewritten for clarity.
- ImprovedFAQ answers now expand and collapse with a smooth animation.
- FixedDouble period in tagline (Render. List. Sell..) resolved.
v0.1Initial LaunchApril 2026
- NewBrowser-based 3D rendering — load GLB/glTF models and capture up to 50 renders per session directly in your browser.
- NewAI listing generation — titles, descriptions, tags, and categories tailored for each marketplace.
- NewMulti-marketplace support: CGTrader, TurboSquid, Fab.com, and Sketchfab.
- NewRender gallery & history — view, download, and manage all your past renders and listings.
- NewZIP export — download all renders from a session as a single archive.
- NewCustom AI instructions — optionally guide the AI with context about your model.
- NewCredits system — monthly credits that refresh every 30 days. 10 credits = 1 session.
- NewLifetime plans: Starter ($59 · 200 credits/mo), Pro ($119 · 500 credits/mo), Studio ($249 · 1,000 credits/mo).
More updates coming soon. See what's next · Have a question?
