Skip to content

Releases: rlwakefield/CoMaCon

v1.0.0

27 Sep 18:17
9c9dab3
Compare
Choose a tag to compare

It's official, version 1.0.0 has been released! This major release adds in one of the biggest and best additions to the COMACON utility...AUTHENTICATION! Along with the following functionality:

  1. Authentication
  2. Password reset (Forgot Password functionality will be added in a future release)
  3. User Management
  4. Audit History (not visually showing yet, but hopefully soon enough)

One of the other major features/functionality that I have added to this is everything regarding the authentication, audit history, and such forth will be utilizing a SQLite database. By initially putting the authentication into the database, it will allow me to add more and more functionality going forward a lot faster.
 
I am so happy that I feel comfortable enough to be able to release this out as the official V1.0.0 release. I can't wait to hear back from others about this and your ideas on how I can make it better.

Thank you to everyone who has supported me in this endeavor so far and I can't wait to see what the future holds for this utility!

v0.9.0

05 Aug 14:55
1571bb4
Compare
Choose a tag to compare

Release Notes

It's official, version 0.9.0 has been released! This release brings a whole new functionality of being able to create a new Web Application from scratch.

See the list of fixes/enhancements below!

Application Server

  1. Updated the "Formatted-Text-Iframe-Supported-Domains-Tooltip" element so you can add multiple of them. #57
  2. Updated the "Apps" elements so that you can add multiple of them. #58
  3. Added the ability to test/validate a Connection String works. #25
  4. Added the "Additional Options" text box back into the UI for the Connection Strings settings. #71

Gateway Caching Server

  1. Added a check on the "Cache" field to make sure that it wasn't a UNC path. #49

General

  1. Added the ability to create a new Web Application from scratch. #40
  2. Fixed the "duplicate" JavaScript logic. #7
  3. Tested and validated that when you have a value in the web.config file that is above/below the min/max threshold, it puts that field in an error state and adds it to the error notification queue. #60
  4. Refactored the error notifications to be in a single array instead of individual. #61
  5. Fixed some Dark Mode visuals that were broken/missing. #73

As always, don't forget to submit any bugs that you may encounter as well as any potential enhancements and more here.

v0.8.1

10 Jul 17:06
3ca54a4
Compare
Choose a tag to compare

This is a hotfix release that fixed a small piece of code that was missed in the v0.8.0 release and stopped it from working. Please use this one.

v0.8.0

09 Jul 22:20
69daa8f
Compare
Choose a tag to compare

Release Notes

It's official, version 0.8.0 has been released! This release gives you a whole new functionality of a Dark Mode!!!

See the list of fixes/enhancements below!

Application Server

  1. Added all of the tooltip values that I could find. #9

Agenda Online

  1. Added all of the tooltip values that I could find. #8
  2. Added the ability to have multiple "Integration" elements to UI and data structure and all. #22
  3. Refactored the Save logic to be more streamlined. #31
  4. Refactored the load/save methods for all Web Applications so that they are all in a single interface. #37
  5. Fixed it so that all tooltips are showing up properly. #6
  6. Updated the .NET version being used from .NET 6 to .NET 8. #32

Electronic Plan Review

  1. Added all of the tooltip values that I could find. #10

Gateway Caching Server

  1. Added all of the tooltip values that I could find. #11

Healthcare Form Manager

  1. Added all of the tooltip values that I could find. #51

Patient Window

  1. Added all of the tooltip values that I could find. #12

Public Access Viewer - Legacy

  1. Added all of the tooltip values that I could find. #13

Public Access Viewer - Next Gen

  1. Added all of the tooltip values that I could find. #14

Reporting Viewer

  1. Added all of the tooltip values that I could find. #15

Web Server

  1. Added all of the tooltip values that I could find. #16
  2. Moved the Healthcare Web Viewer "Source Origin Whitelist" to it's own titled section in the HTML. #63

General

  1. Secured the communications between the core program and the Helper Utility. #3
  2. Reviewed all of the tooltips that were put in and found missing min/max values and updated all of the data structures appropriately. #62
  3. Created a Dark Mode. #2

As always, don't forget to submit any bugs that you may encounter as well as any potential enhancements and more here.

v0.7.0

07 Jun 18:41
bc0b246
Compare
Choose a tag to compare

Release Notes

It's official, version 0.7.0 has been released! And this is probably the biggest and most amazing release yet. The reason for saying this is because this release is one where I have been finally able to remove my dependency on having to have the Hyland .dll files in my solution. And thus by doing so, I am able to make my releases more compliant. But most of all, this will allow me to open up the door to making this solution public! And that means more ability to get feedback and more from more people!

You can find the list of all bug fixes and enhancements outlined below.

Application Server

  1. Support for 24.1

Agenda Online

  1. Support for 24.1

Electronic Plan Review

  1. Support for 24.1
  2. Support for 23.1 (missed this in the v0.6.0 release)

Healthcare Form Manager

  1. Support for 24.1

Window

  1. Support for 24.1

Public Access Viewer - Next Gen

  1. Support for 24.1

Reporting Viewer

  1. Support for 24.1
  2. Fixed a UI element on the Reporting Viewer screen.
  3. Added support for the Reporting Viewer and configuring the Hyland Identity Provider.
  4. Added support for toggling "Optimize for Windows Authentication" for the Reporting Web Viewer.

Web Server

  1. Support for 24.1

General

  1. Removed dependency on the Hyland .dll files
  2. Added backup functionality for when you go and save the web.config files, it creates a backup of the current file just in case.
  3. I am now hiding the extra buttons on the home page until the functionality is there and ready to go.
  4. Added error handling to the Hyland Identity Provider fields.
  5. Enhanced the visuals when you go to the error notification window and click the "View" button to view the error, it now flashes the border of the box from a thick red border back to the normal black border 5 times.
  6. Fixed an issue when loading the Application Server URL, it was just taking the whole URL and putting it in the UI unlike where the current WAMCON removes the Service.asmx/Service.rem from the URL and that is what is shown in the UI. The CoMaCon now performs more closely to how WAMCON does.
  7. Fixed a bug where the CoMaCon wasn't reading the default Hyland.Logging routes.
  8. Added error validation checking upon loading of a web.config file.
  9. Added a new feature to all of the Web Applications where if a numeric field input is above or below the min/max numbers, it will push an error to the error notification screen as well stop the user from being able to save as the value is incorrect.
  10. Added a check when a user loads a Web Application that if they change a field, but don't realize it and then go to copy or open a new Web Application, it will alert them of there being a change being made.

As always, don't forget to submit any bugs that you may encounter as well as any potential enhancements and more here.