Skip to content

Releases: ArkheimGroup/XClone

Version 1.1

Choose a tag to compare

@farnam-jhn farnam-jhn released this 31 Jul 22:23
e71f393

Add new features:

  • Verification badge
  • Multi-Image attachment support
  • Banner image support

Restruct:

  • Complete overhaul on object transformation logic
  • Update error handling logic
  • User Interface optimization

Bug fixes:

  • Fixed pinned posts not deleting
  • Fixed pinned posts getting pinned in feeds

Note: unlike last version, properties like base url, socket host and socket port is not hard coded.
follow the Readme instructions to generate config.properties next to the jar file.

Initial version

Choose a tag to compare

@farnam-jhn farnam-jhn released this 29 Jul 18:31
c26b2d4

Initial release

This release has core features replicated from X.
unfortunately this release is hardcoded with a base url of 127.0.0.1:8080 and 127.0.0.1:8082. meaning in order to use this release you need to run server on your own machine with server ports 8080 and 8082 reserved for this application.
to deploy the project after deploying the server you need to buy a domain for the server, change base url in client's code with the domain and proper ports and finally recompile the code with the instructions from README.