Skip to content

Releases: rappen/LCG-UDG

LCG-UDG-1.2024.11.004

24 Nov 17:29
Compare
Choose a tag to compare

Changes:

  • 0d08c7b Showing release notes when going into a new version
  • 74f3a15 Nonduplication relationships plus DBML fixes
  • af345d7 Beautifying DBML better
  • 00a6584 Relatioships hiccup. Fixed now.
  • 9d72f14 Always make sure the current version is set in settings before saving it
  • 1a1ed25 Opeing old file may remove some relationships. Fixed now. #113
  • 7521540 Typo... 🙄
  • 7ffdc3b nuspec updated
  • be3f4c8 Better handling: Settings for non-used formats are now hard coded
  • 369aa32 A bit safer with default values for the templates
See More
  • d9e8233 Safer opening of files now
  • 1c7b61f Simplifying Open files sharing config between LCG UML DBML
  • c8a3707 Again fixing Entity list columns widths
  • 2fbe4cc Fixing #118 UML attribute details
  • 1256e57 New layouts mainly with all filters
  • b802d57 UI fix for Hide/Show filters
  • c9c22c2 Syncing IsSelected from both sides of the relationships #113
  • a5d7a1e Typos
  • 6274c4d Added option to filter relationships by lookup attribute requred #116
  • 97277ee Option to remove related refs when removing entity #115
  • bafb0fb A few more TriCheckBox for filtering plus layout improvements
  • dfe7f41 Entity Selected and Records using TriCheckBox
  • 294fbd8 Some tables are uncountable, option to inclute them #109
  • ff42968 Using cooler control: TriCheckBox for filtering settings
  • 693f634 Nicer icons - again!
  • 716c032 Remove unused using
  • 86ba386 Big changes in Settings and Templates files (#117)
  • 398d982 Typofix #105
  • 2c955e6 Option to set colors by entity/attr type #99
  • 3ebf395 UML can show Display+Logical name #105
  • d83a5f9 Handling Groups for the DBML template #110 #111
  • a1104ab Merge pull request #112 from rappen/jimbonovak-jim_support_DBML
  • 2db7400 Acceptiong PR #110 by @jimbonovak plus adjustments
  • 42988b1 Supporting Themes in PlantUML! #75
  • 4b3d631 Even better columns widths for entities
  • f71f2b3 Better columns widths for entities
  • 11c6d91 Refresh button for Attributes usage improved
  • 8005799 Opening file handles groups too #111
  • 66626d1 Reversed MscrmTools.Xrm.Connection to 1.2023.6.56 because...
  • e4b28ec Generating is using Groups #111
  • 9e2a027 Using new class EntityGroups #111
  • 666cafb Added Entity Group class #111
  • dcaf0af Added Supporting, New icons
  • 67ddbe2 Including Helpers and Supporting
  • 0eb65bc A bunch of updated packages
  • 689bbc2 Reordering code, now more correct
  • 0e1263f adding support for DBML gen - UI updates and template work
  • c8ecb5c Merge pull request #104 from lsysunbow/master
  • c261b22 Update MetadataProxy.cs
  • 8ede9bb Merge pull request #101 from nullstatement/patch-1
  • 4adfefa Update README.md

This list of changes was auto generated.

LCG-UDG-1.2023.12.001

31 Dec 11:47
Compare
Choose a tag to compare

Read more about these tools release notes:

Latebound Constants Generator

UML Diagram Generator

Changes:

See More

This list of changes was auto generated.

LCG-UDG-1.2023.02.001

02 Feb 20:40
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

LCG-UDG-1.2021.12.001

15 Dec 17:27
Compare
Choose a tag to compare

Changes:

  • c451fb3 🚀 nuspec for launch UML
  • fe7b920 🚀 Added nuspec for release
  • 9e37448 📦 Updated packages for XTB etc
  • f9a2ee8 Fixed #72 Include Config not available for one file per entity
  • 7911f87 Fix problem for open with no setting file

This list of changes was auto generated.

LCG-UDG-1.2021.01.002

15 Jan 14:09
Compare
Choose a tag to compare

Changes:

  • fa5a260 Logging update, it reported the XTB version, not the tool version

This list of changes was auto generated.

LCG-UDG-1.2021.01.001

14 Jan 23:13
Compare
Choose a tag to compare

Major improvement!

Configuration will now by default be stored inline in the generated C#/PlantUML file as a comment block in at the end of the file.
This makes the "project file" obsolete, and a generated C#/PlantUML file can be opened by Latebound Constants Generator / UML Diagram Generator and the configuration is parsed from the comment block. (#59)

Also

Simplify Save and Generate behavior, not prompting all the time (#66)
Better handling of identifier strings to ensure compilable results (#70)
Fixed crash when opening configuration containing entities not in the database (#57)

Changes:

  • 9553015 Updated nuspecs for 1.2021.1 release
  • 600ba8e Fixed everything in UDG for #59
  • bf75de3 Finalizing and closing #59 save config in C# file
  • 1da5ddb Restructuring ConfigurationUtils
  • e2edb54 Minor rename
  • 4096134 Adding logic supporting #59
  • a7c34a0 Adding ConfigurationUtil to extract config from any file
  • 869c69d Adding config option for #59 save selection to generated file
  • d69dd9c #59 Adding option to save selection to generated C# file
  • e194f85 Handle Project-Save properly, closing #66
See More
  • 0aaeb96 Don't validate identifiers for UDG
  • 9462dfd Added FabienDehopreIdentifier.cs to ensure valid identifiers
  • 2f27abd Minor refactoring for more efficient code.
  • b1d5fd6 Loading metadata automatically
  • 05d5410 Closed #66 Save without prompt
  • e51cca5 VS proposed refactoring
  • 122a07e Fixed #70 Deduplicating optionsetvalue identifiers
  • e52aa56 First step towards fixing #70, official Roslyn fixing of identifiers
  • 503ef4a 📦 Shine new packages
  • 25da0c6 Create LICENSE
  • e8470fc Fixed #57 Don't crash when opening project with missing entities.
  • 1cd0775 Updated all packages, removed XTBAppInsights.cs, now relying on what is provided from XTB core.

This list of changes was auto generated.

LCG-UDG-1.2020.02.001

03 Feb 20:51
Compare
Choose a tag to compare

Changes:

  • 5644a70 nuspec updates
  • 4e15bbb Renamed CSharp* to Generation*
  • d634f94 Closed #54 Sorting relationships in the UI
  • ac64e6e Closed #53 Filter to exclude various "internal" attributes
  • 2f912fa Fixed #44 Relationships filters improved
  • fc4f4d3 Closed #50 Prompt to open generated file
  • 4d8cb2d Closed #51 Option to hide legend
  • ab6d1a4 Organizing code in folders
  • d12f2af Decreasing collapsed filter box sizes
  • 7856a07 Fixed #47 Hide gridviews when no records match filter
See More
  • f456c93 Fixed #46 Project menu disabled when disabled
  • f380757 Fixed #49 Uncheck attributes and relationships when unchecking an entity
  • 6d24e29 Updated repository name to LCG-UDG
  • 5be5840 Folder restructure to reflect it's not all about LCG
  • b8ce5c4 Fixed url
  • 90e9e1d Added link to UML webpage

This list of changes was auto generated.

LateboundConstantsGenerator-1.2020.01.003

28 Jan 21:35
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

LateboundConstantsGenerator-1.2019.12.002

02 Dec 17:38
Compare
Choose a tag to compare

Changes:

  • 3c8e49a Set correct XTB dependency
  • 4c0b5bb Updated nuspec
  • 4b23300 Latest packages of SDK and XTB
  • db11204 Fixed some more PrimaryKey issues related to #35
  • fc94a9f Fix if Attribute identifier equals entity identifier, which is not allowed in the const class.
  • 50a9174 Including relationships broke when using common class.
  • dbae5a3 Fixed the dedupe-method again, it broke for some optionsets.
  • dd415bd Adding codealike.json
  • 2946186 Slightly nicer line splitter than what I got from @mikefactorial 😉 in #39
  • c842c2a Merge pull request #39 from mikefactorial/master
See More
  • dc5b7a2 Update to DeduplicateIdentifiers method to handle comments on an identifier.
  • 86146c1 Merge pull request #37 from maerger/master [ #35 ]
  • 8e2ba8e #35 bugfix primarykey

This list of changes was auto generated.

LateboundConstantsGenerator-1.2019.06.002

26 Jun 19:32
Compare
Choose a tag to compare

Changes:

  • c259e98 Fixed #30 Enum texts containing [ or ] now created correctly. Thanks to @DerekHAu!
  • 947bc3c NuSpec file updated for 1.2019.6.x
  • a5b2110 Updated SDK and XTB packages
  • f0ed120 Closed #33 It is now possible to include logical attributes.

This list of changes was auto generated.