Skip to content

Releases: itsjunetime/smserver

v0.3.7

02 Sep 01:17
Compare
Choose a tag to compare

Changelog

0.3.6 -> 0.3.7

  • Introduced general optimizations
  • Specifically optimized message and searching retrieval functions
  • Introduced viewing of read receipts
  • Fixed issues of plus signs being filtered out with query parsing
  • Removed postinst script
  • Decreased code footprint

v0.3.6

29 Aug 01:04
Compare
Choose a tag to compare

Changelog

0.3.5 -> 0.3.6

  • Maybe fixed Cydia never-ending update issue?
  • Fixed styling issues with css grid noncompatible browsers
  • Fixed weird colors on light theme
  • Fixed crashing issue when marking conversation as read
  • Optimized chat retrieval SQL Query

0.3.4 -> 0.3.5

  • Added support for marking conversations as read when viewed in web interface
  • Added support for relative date displays
  • Removed unnecessary functions
  • Added option to change how many photos display by default

v0.3.4

19 Aug 15:07
Compare
Choose a tag to compare

Changelog

  • Rewrote function to fetch texts to use sql joins instead of multiple queries; is significantly faster now
  • Almost now shows favorite images in interface
  • Fixed issue #14 (correctly parses chat_ids when retrieving messages)
  • Improved name retrieval to match SMS Sender ID

v0.3.3

18 Aug 04:48
Compare
Choose a tag to compare

Changelog

  • Implemented better chat_identifier parsing to get name & image (see issue #9);
  • Enabled interacting with and selecting photos from the camera roll in the web interface
  • Remove unnecessary parsePhoneNum() function
  • Fixed issue with images failing to load
  • Introduced custom query parsing to allow for plus signs (or replacements like %2B) in the URL
  • Fixed issues with app crashing if a text was received before the server had started

v0.3.2

16 Aug 07:07
Compare
Choose a tag to compare

Changelog

  • Updated notifications to show more information
  • Fixed issue with favicon not showing
  • Fixed issue with app still requiring one to enter phone number
  • Updated Content-type of CSS pages to text/css
  • Fixed issue with new texts not displaying properly

v0.3.1

16 Aug 00:53
Compare
Choose a tag to compare

First Github release

Attached are the deb that is hosted on Twickd Repo as version 0.3.1, and the same version packaged in .ipa format.

These packages were created with commit 4f59bfcfb7062dbb5e8fd2abfaf1638bd4301223, and have all the code associated with such.

As this is the first release, I won't be attaching a Changelog, but feel free to check docs/Changelog.md for information on what each new version brought or changed.