Releases: ArkheimGroup/XClone
Releases · ArkheimGroup/XClone
Release list
Version 1.1
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 generateconfig.propertiesnext to the jar file.
Initial version
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.