Skip to content

Releases: TRSTN4/br4nch

br4nch - 2.4

16 May 20:34
Compare
Choose a tag to compare
  • Added 'filter.Node' feature. (Allows you to filter certain node names.)
  • Renamed 'tree' argument to 'new_tree' in 'create.Tree' feature. ⚠️
  • Added 'match_include' and 'match_exclude' arguments to the 'get.Tree' feature.
  • Added 'match_include' and 'match_exclude' arguments to the 'get.Node' feature.
  • Added 'match_include' and 'match_exclude' arguments to the 'get.Position' feature.
  • Updated documentation.

br4nch - 2.3.3

14 May 10:14
Compare
Choose a tag to compare
  • Fixed a bug when using the 'load.Json' function that occurred when loading into a file that does not have proper indentation.

br4nch - 2.3.2

13 May 16:06
Compare
Choose a tag to compare
  • Fixed crucial error in multiple features. ⚠️
  • Updated documentation.

br4nch - 2.3.1

13 May 10:14
Compare
Choose a tag to compare
  • Fixed list error in 'load.Json' feature.
  • Swapped arguments in 'get.Node' and 'get.Position'. ⚠️
  • Updated documentation.

br4nch - 2.3

12 May 21:58
Compare
Choose a tag to compare
  • Added 'get.Data' feature. (Allows you to get the data of a tree and read it as a dictionary.)
  • Added possibility to add all operators to the '#' aka 'serial' operator.
  • Swapped 'get.Node' and 'get.Position' results. ⚠️
  • Documented all scripts in the br4nch package.
  • Multiple code blocks rewritten.
  • Multiple features fixes.
  • Updated documentation.

br4nch - 2.2.1

09 May 13:13
Compare
Choose a tag to compare
  • Fixed an issue in 'export.Json' that causes a error when displaying the tree after exporting the tree to a json file.

br4nch - 2.2

09 May 12:30
Compare
Choose a tag to compare
  • Added 'export.Json' feature. (Allows you to export a tree into a json file.)
  • Python version '3.6' is now unsupported. ⚠️
  • Updated documentation.

br4nch - 2.1

07 May 21:16
Compare
Choose a tag to compare
  • Added 'load.Json' feature. (Allows you to import a json file and display it as a tree structure.)
  • Updated documentation.

br4nch - 2.0

30 Apr 11:37
Compare
Choose a tag to compare
  • Rewritten the complete br4nch package.
  • Improved usability for arguments. ⚠️
  • Discontinued the 'paint' feature. ⚠️
  • Added an improved algorithm to search for new updates for br4nch.
  • Added alot of new features to multiple functions.
  • Added new 'get' functions.
  • Added support for more python versions.
  • Updated documentation.

(To support Ukraine, we will make the tree in in both Github and the Documentation a Ukrainian tree. Slava Ukraini! 💙💛)

br4nch - 1.2.1

30 Mar 11:19
Compare
Choose a tag to compare
  • Added update-check file.
  • Removed unnecessary printer function.
  • Fixed 'unused' argument in the 'load_folder' function.
  • Fixed 'include' argument in the 'load_folder' function.
  • Fixed 'exclude' argument in the 'load_folder' function.
  • Fixed 'sensitive' argument in the 'display_layer' function.
  • Multiple cosmetic fixes.
  • Updated documentation.