📢 Meet the New Update!
11.08.2025

📢 Meet the New Update!

🚀 Faster, smoother, more efficient! The latest version of our app is now available. Take your shopping experience to the next level with brand new features, improved performance, and a modern design.
 
 

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>T-Soft Mobile Software Updates - Changelog</title>
  <style>
    :root{--bg:#f7f9fc;--card:#ffffff;--muted:#6b7280;--accent:#0ea5a4}
    body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; background:var(--bg); color:#0f172a}
    .container{max-width:980px;margin:40px auto;padding:24px}
    .hero{display:flex;gap:20px;align-items:center;background:linear-gradient(180deg,#ffffffcc, #f1f5f9);padding:28px;border-radius:14px;box-shadow:0 6px 18px rgba(15,23,42,0.06)}
    .hero .text{flex:1}
    .title{font-size:20px;font-weight:700;margin:0 0 8px}
    .subtitle{margin:0;color:var(--muted)}
    .promo{width:220px;height:420px;background:#e6eef2;border-radius:22px;display:block;flex-shrink:0;object-fit:cover}

    section{margin-top:22px}
    h2{font-size:16px;margin:0 0 12px}
    .card{background:var(--card);padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(2,6,23,0.04)}
    ul{margin:0;padding:0;list-style:none}
    li{padding:10px 0;border-bottom:1px solid #f1f5f9}
    li:last-child{border-bottom:0}
    .meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
    .badge{background:#eef2ff;color:#1e293b;padding:6px 8px;border-radius:8px;font-weight:600;font-size:13px}
    a.app-link{display:inline-block;margin-right:8px;margin-top:6px;color:var(--accent);text-decoration:none;font-weight:600}
    .notes{color:var(--muted);font-size:13px;margin-top:8px}
    .columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
    pre{background:#0b1220;color:#e6eef2;padding:12px;border-radius:8px;overflow:auto;font-size:13px}

    @media (max-width:640px){.hero{flex-direction:column;align-items:flex-start}.promo{width:100%;height:200px;border-radius:12px}}
  </style>
</head>
<body>
  <div class="container">
    <div class="hero">
      <div class="text">
        <h1 class="title">T-Soft Mobile Software Updates</h1>
        <p class="subtitle">This page lists the latest updates — new features, improvements, and new clients.</p>
      </div>
      <!-- Replace src with your promo image file (use an image without text) -->
      <img class="promo" src="/assets/img/app-promo.png" alt="App promo image (text-free, icon-focused)" />
    </div>

    <section>
      <h2>New Features</h2>
      <div class="card">
        <ul>
          <li>
            <strong>My Account</strong> page redesigned.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            <strong>TikTok SDK</strong> integration completed.
            <div class="meta"><span class="badge">iOS: 2.119.4</span></div>
          </li>

          <li>
            <strong>Catalog structure</strong> completed.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Support added for changing the warning text shown for <strong>out-of-stock products</strong> per application.
            <div class="meta"><span class="badge">iOS: 2.119.4</span></div>
          </li>

          <li>
            <strong>My Favorites</strong> page redesigned.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            <strong>Create Return Request</strong> page redesigned.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>
        </ul>
      </div>
    </section>

    <section>
      <h2>Improvements</h2>
      <div class="card">
        <ul>
          <li>
            On the <strong>SMS verification</strong> page, the entered code now triggers automatically.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Improvements made to the <strong>Insider</strong> infrastructure.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Improvements made to the <strong>Segmentify</strong> integration infrastructure.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Improvements made to the <strong>My Addresses</strong> page.
            <div class="meta"><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Improvements made to the <strong>My Personal Information</strong> page.
            <div class="meta"><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Improvements made to the <strong>Barcode Search</strong> infrastructure.
            <div class="meta"><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            <strong>Analytics</strong> – Improvements to <em>add_to_cart</em> and <em>view_item</em> events.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Added "My Categories" support to the "Mobile Menu" page in the <strong>V5 panel</strong>.
            <div class="meta"><span class="badge">iOS: 2.119.4</span><span class="badge">Android: 4.10.33</span></div>
          </li>

          <li>
            Improvements made to the <strong>Product Review</strong> page.
            <div class="meta"><span class="badge">iOS: 2.119.4</span></div>
          </li>
        </ul>
      </div>
    </section>

    <section>
      <h2>New Clients</h2>
      <div class="card">
        <div class="columns">
          <div>
            <strong>Xpro Nutrition</strong>
            <div class="notes">
              <a class="app-link" href="https://apps.apple.com/us/app/xpro-nutrition/id6742536277" target="_blank" rel="noopener">iOS</a>
              <a class="app-link" href="https://play.google.com/store/apps/details?id=com.tsoft.xpronutrition" target="_blank" rel="noopener">Android</a>
            </div>
          </div>

          <div>
            <strong>Star Laundry</strong>
            <div class="notes">
              <a class="app-link" href="https://apps.apple.com/gb/app/star-%C3%A7ama%C5%9F%C4%B1r/id6747573495" target="_blank" rel="noopener">iOS</a>
              <a class="app-link" href="https://play.google.com/store/apps/details?id=com.tsoftmobile.starcamasir" target="_blank" rel="noopener">Android</a>
            </div>
          </div>

          <div>
            <strong>Bonservis</strong>
            <div class="notes">
              <a class="app-link" href="https://apps.apple.com/tr/app/bonservis/id6446488113" target="_blank" rel="noopener">iOS</a>
              <a class="app-link" href="https://play.google.com/store/apps/details?id=com.tsoftmobile.bonservis" target="_blank" rel="noopener">Android</a>
            </div>
          </div>
        </div>
      </div>
    </section>

    <section style="margin-top:18px;">
      <div class="card">
        <h2>Notes</h2>
        <p class="notes">For the promo image, we recommend using a <strong>text-free</strong>, icon-focused app screen. We provide the image as <code>/assets/img/app-promo.png</code>; if you use a different path on the server, update the <code>src</code> value accordingly.</p>
      </div>
    </section>

  </div>
</body>
</html>

Share
Prepared by T-Soft E-Commerce