Releases: rappen/LCG-UDG
LCG-UDG-1.2024.11.004
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
Read more about these tools release notes:
Latebound Constants Generator
UML Diagram Generator
Changes:
- a90b695 nuspecs updated
- 3a6d6a2 Feature to show data in FXB
- dadec2c Tiny UI adjustment
- d4b7d90 Typo
- 218a142 Possible to exclude all (?) MS custom tables #88
- 05ee444 Fixing a lot about #89 #90 #92 #93
- dad45dc Fixing #71 No region if no attributes
- 5aced35 Using latest packages from NuGet
- da26af1 LOT of improvement of Filters #92 #93 etc
- 63d9d98 Uniqueattributes only counts not-null values
See More
- 85b8d67 Changed CDS to Dataverse
- 72780c7 Update README.md
- 55e0f0e Counting data on attributes and filtering. #90 #93
- 33119b3 Record counts (v9.*) and filter by has data #89 #92
- a775fb0 Kindly stolen code from @DynamicsNinja ❤️
- 0e751f4 Update version number
- 9e5f72a Option to create UML schemas with more space, easier to read
This list of changes was auto generated.
LCG-UDG-1.2023.02.001
Changes:
- d04e4e1 NuSpec files ready for release
- 1735231 Merge pull request #87 from rappen/typeflavor-74
- 9b6a0af Fixed #74 More details to model layout
- dd004df Merge pull request #86 from rappen/master
- bfda70f 📦 Updated packages
- 0508e76 Handles bugs in Metadata, see details. #79
- b347121 A lot better filters for Attributes and Relations. #85
- d01a4b7 Filtering owners relationships better #85
- 84c29b1 Step one for #74
This list of changes was auto generated.
LCG-UDG-1.2021.12.001
LCG-UDG-1.2021.01.002
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
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
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
LateboundConstantsGenerator-1.2019.12.002
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