
Release notes for version 1.91
- Fixed: e-mail sending with legacy SSL (port 465)
Release notes for version 1.87
- Fixed: SMS-by-EMail now works again
Release notes for version 1.85
- Fixed: Undo / Redo fatal bug that made it unusable
- Added: Visual styles
Release notes for version 1.85
- Added: Undo / Redo support on action list
- Fixed: Key bindings now work with Caps Lock on
Release notes for version 1.84
- Fixed: problems with ANSI encoding detection
- Fixed: NT service was always set up to auto-start
Release notes for version 1.81
- Added: GUI for instant message sending
- Fixed: send now / fake incoming menu entries and buttons
Release notes for version 1.80
- Fixed: closed COM port is now reopened successfully
Release notes for version 1.79
- Runtime library upgrade
- SOAP-enabled built-in web server added
- Other minor bug fixes and enhancements
Release notes for version 1.70
- Fixed: ignore occasional I / O errors on COM port
Release notes for version 1.69
- Fixed: re-included e-mail format descriptions
Release notes for version 1.68
- Fixed: go on-hook after detecting incoming call originator
Release notes for version 1.67
- Fixed: don't handle an incoming call as many RING messages instead of one.
Release notes for version 1.66
- Fixed: HTTP action now supports SSL (https urls)
- Added: an option to handle incoming calls
- Added: optimization for heavy-loaded services
Release notes for version 1.65
- Fixed: empty SMS body caused error
- Added: new action – http query
- Added: receiving SMS by e-mail with pop3
- Added: service locking (password protection)
- Added: useless logging suppression
- Added: Web scraping example
- Improvement: clickatell two-way messaging support
- Changed: .smr file format is now encrypted and not plain text (both formats are supported for reading).
Release notes for version 1.62
- Fixed: response parsing for Telit GM862 PCS GSM modem.
Release notes for version 1.61
- Added address checking to built-in SMTP server
Release notes for version 1.60
- Added built-in SMTP server for email-to-SMS forwarding (Configure / Email-to-SMS)
Release notes for version 1.59
- Logging: added log size limit to the service's settings (Configure / General)
Release notes for version 1.58
- GUI fixes: port and modem selection; main window colors etc.
Release notes for version 1.57
- Retry connection to the database up to 10 times
Release notes for version 1.56
- Minor GUI bugfixes
- Removed some obsolete code that might cause deadlocks
Release notes for version 1.55
- Experimental support for clickatell.com two-way accounts (incoming messages can be read from FTP log file in clickatell's format)
Release notes for version 1.54
- MyODBC (MySQL ODBC) bug workaround: unicode ODBC parameters were not quoted but parsed with the rest of the query. SmsRc now checks for this bug and avoids unicode parameters if it's present.
- Changed ODBC dialog prompt mode (PROMPT_ALL to PROMPT_COMPLETE), to work better with MyODBC 3.51
Release notes for version 1.53
- Fall back to non-unicode ODBC parameters when the connection doesn't support unicode ones
Release notes for version 1.52
- Disabled ODBC parameter type autodetection; now pass everything as varchar to be converted by the server
- Pass ODBC parameters as UNICODE string types (WVARCHAR, WLONGVARCHAR)
Release notes for version 1.51
- Change: show only GSM modems (not all modems) in the Modem dropdown list;
- Bugfix: sometimes port was left opened on errors, giving Permission denied for subsequent reopen attempts.
Release notes for version 1.50
- Empty parameter values for SQL queries don't cause errors any more
- Calling stored procedures with results don't break all subsequent database operations
Release notes for version 1.49
- The program is now able to download and delete all incoming messages, not only the UNREAD ones.
Release notes for version 1.48
- Added COM ports from 17 to 32
- Fixed: Selection of a port not tied to any modem is possible again.
Release notes for version 1.47
- Fixed: When sending from OutgoingSMS table via clickatell.com, Msg Status was set to 1 on error and 2 otherwise, contrary to the usual (and documented) behavior
- Fixed: Phone's failure to disable echo (ATE0) doesn't stop a connection any more.
Release notes for version 1.46
- Fixed: MsgStatus field is now updated correctly when sending SMS from OutgoingSMS data table.
Release notes for version 1.45
- More robust algorithm to determine available SMS storages (Telit GM862 PCS should begin to work, some other devices may begin to work too)
Release notes for version 1.44
- Fixed: SQL queries not worked correctly.
Release notes for version 1.43
- Change: Don't disconnect on errors during modem initialization
- Updated runtime
- Fixed NT service mode for WinXP
- Modem init strings default to +MODE=2, which is useful for some Motorola devices (but preventing some other devices from working, so take care).
Release notes for version 1.40
- Improvement: Added user-specified modem initialization strings to port configuration
Release notes for version 1.39
- Clickatell's gateway now may be used for outgoing messages
Release notes for version 1.38
- Entering PIN code is now supported.
Release notes for version 1.37
- Bugfix: the service was unable to start when port settings were never changed before.
Release notes for version 1.36
- Usability improvement: Now it's possible to select a phone by its modem name (user doesn't have to guess the port number anymore)
Release notes for version 1.35
- Fixed a bug: ExecuteSQL stored wrong data (one-column query & one-row result type)
- Fixed a bug: Standalone help browser was invisible when started.
Release notes for version 1.33
- Fixed a bug (database-originated messages): MsgPort field is now usable
- New way to specify a data source for Execute SQL action type.
Release notes for version 1.32
- Critical bugfix preventing program crashes (bug has become visible from v1.30)
Release notes for version 1.30
- New action: GoTo
- New action: Delay
- New action: Arithmetic assignment
- Run Program action: Successfully open scripts, documents and directories. Auto-quote file name if it helps.
- SMS messages are handled in parallel.
Release notes for version 1.29
- SMTP, mime: speed improvements
- OutgoingSMS: new field 'MsgPort' is supported
Release notes for version 1.28
- SMTP code upgraded for better authentication support
Release notes for version 1.27
- Improved logging on errors:
- Log SMTP server response for rejected recipients
- Log substitution errors for undefined variables
Release notes for version 1.26
- Prevent some modems from loosing incoming messages after service shutdown
- Increase pre-initialization delay: it's hopefully helpful for some devices.
Release notes for version 1.25
- Miscellaneous, mostly-critical bugfixes:
- the program was sometimes unable to start on Win98
- was unable to start when installed into network directory
- long file names are now used on Win98 when opening with drag'n'drop
- action files were read incorrectly, thus corrupted on open.
Release notes for version 1.24
- ODBC interface uses Unicode data types when available
- Syntax highlighting for SQL
- Variable highlighting in long text fields
- Deployment method changed: lesser files, faster startup
- Bugfix: refused to start on some systems, should be OK now.
- SenderSMSC variable stands for SMS center address of the incoming message (yet to be documented).
Release notes for version 1.23
- Bugfix: sending messages from OutgoingSMS database spool was working incorrectly for variable-length MsgIDs.
- Change: OutgoingSMS MsgID is now required to be integer
Release notes for version 1.22
- Bugfix: large (splitted) non-unicode messages were unable to send if they contained certain characters ([]|=<>{})
Release notes for version 1.21
- Numerous bugfixes:
- The program refused to start on some machines
- SQL actions were not working correctly
- Compatibility issues: too much to list here.
Release notes for version 1.20
- Critical bug fix: Send Message action was not sending SMS!!!
Release notes for version 1.19
- Service manager GUI redesigned
- Logging is much more useful now
- Multiple services on multiple ports
- Builtin help file rewritten
- Spooling multiple messages via files or databases doesn't cause serious problems any more
Release notes for version 1.18
- Support cellphones without «AT+CNMI» command (noticed on Nokia 6630)
Release notes for version 1.17
- Query OutgoingSMs table in MySQL-compatible way. Now OutgoingSMs works with MySQL
Release notes for version 1.16
Release notes for version 1.15
- Critical bug fix in SQL query execution
- ODBC workaround: long text variables are handled correctly for MS Access driver.
Release notes for version 1.14
- Fixed a bug that caused the event log to fill up with meaningless messages (NT service mode)
Release notes for version 1.13
- New action type: SMTP Send Mail!
- GUI improvements, bugfixes
- Runs in the NT service mode on Windows XP (started to use /Winserv as its runtime environment)
- Reported to work with Motorola E-1000 (and some other 3G modems should begin to work)
Release notes for version 1.12
- Now it works again with Windows '95/98/ME
Release notes for version 1.11
- Fixed some problems that appeared with Service Center Address support
Release notes for version 1.10
- Added Timestamp variable for service center timestamp of the message
- Added Service Center Address field for outgoing messages
- Corrected problems with Nokia 6210 that appeared in some situations
- Added Upcase and Downcase tweak types to the Tweak variable action.
- Doesn't use Startup folder any more to start on user's login
Release notes for version 1.09
- The program will now work with COM9 and higher port numbers.
- Some messages were incorrectly interpreted as binary data instead of text. It is fixed now.
- LZMA compression is used for the installer; the distribution is smaller now.
Release notes for version 1.08
Release notes for version 1.07
- GUI improvements
- Bugfixes
- This Changle Log was started :-)