Skip to content

Releases: tomasbonco/gitlabtree

v1.0.0

27 Aug 21:09
Compare
Choose a tag to compare

For a while, I wanted to implement new features and improvements, but the extension's architecture was too simple for more complex changes. Originally it was made in a short time to relieve a pain I had from switching from BitBucket to GitLab. As extension gained more and more users, I received a lot of great and valuable feedback. Now I finally found some time to implement it. Architecture still requires some work, but the extension is in the releasable state. So what improvements are coming with new 1.0.0 release?

Faster setup
Waiting 3 seconds for the extension to load is history. Bootstrap was reimplemented, and now it’s blazing fast.

Gain more pixels
You can now hide the extension and gain additional pixels. If you have only one file changed, the extension will be hidden by default (#8), and you can change the width of extension in settings (#14).

Sort files
In a brand new settings modal window you can find an option to sort files by their extension.

Turning the extension off
Turn extension off and search across the changes (#1).

Other improvements
Empty folders are now combined for a better experience of (mainly) Java developers (#15). Long file names won’t break UI or accessibility. The extension takes full browser width on latest GitLab (#17 #16) and so on.

Lastly, I would like to thank everyone who filled some issue or send some feedback, you're making this extension better for everyone. I also received many kind words, thank you for that!

v0.0.11

29 Jul 22:31
Compare
Choose a tag to compare

Changelog:

  • Quick fix to support Gitlab 11.1 (#16)

v0.0.10

08 May 22:21
Compare
Choose a tag to compare

Changelog:

  • Thanks to Pull Requests by @AustonZ new version dramatically increases width of Changes area in Merge Request view
  • Minor improvements (like rounded corners ... 😄 )

v0.0.9

06 Mar 19:45
Compare
Choose a tag to compare

Changelog:

  • This version solves issues with super long paths (see #5). Thank you @fraxachun for PR!

v0.0.8

05 Jan 12:23
Compare
Choose a tag to compare

Changelog:

  • Implemented support for Gitlab 10.3 (see #3)

v0.0.7

23 Aug 21:38
Compare
Choose a tag to compare

Changelog:

  • This version brings extension into GitLab 9.5 (see #2)

v0.0.6

12 Mar 19:06
Compare
Choose a tag to compare

Changelog:

  • Added ability to collapse/expand folder after clicking on it
  • Fixed issue when files were not visible during solving Merge Conflict in Gitlab editor

v0.0.5

15 Jan 21:16
Compare
Choose a tag to compare

Changelog:

  • Added icon notification that file was commented
  • Fixed bugs in errors

v0.0.4: * Displaying changes in colors

12 Jan 20:16
Compare
Choose a tag to compare

Changelog:

  • Changed how showing/hiding of elements works.
  • Added color indicators of whether file was added/updated/renamed or deleted.
  • Active file is now highlighted.

Enjoy!

First release

21 Dec 11:32
Compare
Choose a tag to compare
v0.0.2

Added readme