• v0.0.13 92ecdfcb76

    v0.0.13 Stable

    kerem released this 2025-04-27 23:08:26 +03:00 | 486 commits to main since this release

    📅 Originally published on GitHub: Thu, 24 Apr 2025 08:20:56 GMT
    🏷️ Git tag created: Sun, 27 Apr 2025 20:08:26 GMT

    New 🎊

    • Android

      • Added support for phone keys on the android app.
    • Web

      • Added UI to create and manage phone specific API keys on the web UI
      • Added captcha when searching for messages
      • Added web socket notification to update the UI when a new phone is added.
      • Added web socket notifications to update the UI when an SMS is sent or when the sending fails.
    • API

      • Added API's for creating and deleting phone API Keys
      • Added environment variables for managing CORS headers #641

    Bug Fixes 🪲

    • Improved the heartbeat handler on the android app so shows an error if the heartbeat could not be sent'
    • Fixed the icon of the android app on newer versions of android
    • Update the remote debug logs to use https://axiom.co

    New Contributors

    Full Changelog: https://github.com/NdoleStudio/httpsms/compare/v0.0.12..v0.0.13

    Downloads
  • v0.0.12 38f880a6d1

    v0.0.12 Stable

    kerem released this 2025-01-13 01:04:37 +03:00 | 600 commits to main since this release

    📅 Originally published on GitHub: Sun, 12 Jan 2025 22:08:05 GMT
    🏷️ Git tag created: Sun, 12 Jan 2025 22:04:37 GMT

    New 🎊

    • Android

      • 2 heartbeats for phones with 2 SIM are stored in 1 HTTP request
      • Created a failed event when the app cannot send an SMS due to an error
    • Web

      • Added ability for users to delete their accounts on the web UI.

    Bug Fixes 🪲

    Downloads
  • v0.0.11 570b65f9fb

    v0.0.11 Stable

    kerem released this 2024-11-06 10:57:08 +03:00 | 700 commits to main since this release

    📅 Originally published on GitHub: Wed, 06 Nov 2024 08:01:36 GMT
    🏷️ Git tag created: Wed, 06 Nov 2024 07:57:08 GMT

    New 🎊

    • Android

      • Add the ability to scan the API Key as a QR code. #519
      • Update the target SDK to Android 15 (35).
    • Web

      • Add ability to bulk delete messages and threads. #434
      • Add the ability to view the API Key as a QR code. #519

    Bug Fixes 🪲

    • Improved the UX when logging in the first time to add a done button which hides the keyboard. #562

    New Contributors

    Full Changelog: https://github.com/NdoleStudio/httpsms/compare/v0.0.10...v0.0.11

    Downloads
  • v0.0.10 a89c51ea24

    v0.0.10 Stable

    kerem released this 2024-04-14 21:28:32 +03:00 | 1015 commits to main since this release

    📅 Originally published on GitHub: Sun, 14 Apr 2024 18:49:01 GMT
    🏷️ Git tag created: Sun, 14 Apr 2024 18:28:32 GMT

    New 🎊

    • Android

      • Add an optional setting to forward missed call events from the Android App.
    • Web

      • Add a webhook event when the Android phone has a missed call
        • message.call.missed
      • Add the ability to rotate the API key under the settings page #412

    Bug Fixes 🪲

    • Fix the retry logic when sending received messages so we don't retry 4XX errors
    • Fixed a bug in which the App Settings page was not scrollable.

    Full Changelog: https://github.com/NdoleStudio/httpsms/compare/v0.0.9...v0.0.10

    Downloads
  • v0.0.9 302c761e92

    v0.0.9 Stable

    kerem released this 2024-03-05 08:31:44 +03:00 | 1087 commits to main since this release

    📅 Originally published on GitHub: Tue, 05 Mar 2024 05:37:47 GMT
    🏷️ Git tag created: Tue, 05 Mar 2024 05:31:44 GMT

    New 🎉

    • Bulk message requests are now executed in parallel and increased the bulk limit to 1000
    • Increased the CSV/Excel bulk limit to 1000 SMS messages per upload
    • Add ability to pass the x-api-key in the request body or as a query parameter.
    • Add ability to detect if Google Play Services is installed on the Android phone.
    • Add setting to enable remote debug logs.

    Bug Fixes 🪲

    • Add retry logic when enqueuing events to google cloud task
    • Fixed bug where phone keeps retrying event when a message is deleted before it is SENT or DELIVERED
    • Send only 1 SENT event for multipart SMS messages
    Downloads