Skip to content

Releases: iyxan23/sk-collab

v0.1-alpha2 hotfix release

12 Feb 06:29
7199414
Compare
Choose a tag to compare
Pre-release

Fixed yet another critical bug, where SketchCollab doesn't save the project's information after uploading the project, making the local project to be disconnected with the project in the database.

And some bugfixes:

  • Fix members not showing on EditProject, and ViewOnlineProject
  • Fix Duplicate members on EditProject after editing members

Things added:

  • Now members can push commits to the project they're a member on

Known bugs:

  • The pagination on Browse Project is a bit wonky lol
  • The selected text in UserPicker doesn't change
  • (add v0.1-alpha known bugs here)

Report bugs on issues

v0.1 Alpha 1 Hotfix Release

11 Feb 10:47
dd7fb6d
Compare
Choose a tag to compare
Pre-release

Fixed a critical bug in v0.1-alpha

v0.1 Alpha Release

11 Feb 08:33
ad5e048
Compare
Choose a tag to compare
v0.1 Alpha Release Pre-release
Pre-release

Expected Bugs:

  • Clicking on an item in the SearchBar causes the app to crash
  • Commit history jump kinda doesn't work (in Browse Code)
  • Patch text in BottomSheet while clicking a commit in CommitsActivity causes a UI Glitch.

Changelog from the previous early alpha:

  • Added a rich "SearchBar" on MainActivity (kinda working)
  • Added pagination (kinda working)
  • Added Members (Collaboration with members are untested)
  • Added Jump-To-Commit in BrowseCodeActivity (kinda working)
  • Added cloning
  • Added a way to edit your project's description / members
  • Added a help button on UploadActivity
  • And probably some more that i forgot

Note: Every users and projects are deleted in this release

NOTE: PLEASE INSTALL v0.1-alpha1 INSTEAD, THIS VERSION CONTAINS A CRITICAL BUG.

v0.1 Early alpha release

27 Jan 08:01
cccf0c7
Compare
Choose a tag to compare
Pre-release

This is an early alpha release, core features like uploading project, commiting changes are "working", but not every features are implemented (branching, cloning, profile are still under development).

Note(s):

  • Your data will be deleted.
  • Do not use this release for real use, this release is meant for testing purposes.

Report bugs in the issues page