Skip to content

Commit

Permalink
24.7.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Aug 28, 2024
1 parent 0989424 commit f4af415
Show file tree
Hide file tree
Showing 106 changed files with 5,513 additions and 1,793 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ about: Create a report to help us improve
### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->

* [ ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [ ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/dev/CODE_OF_CONDUCT.md) that this project adheres to.
* [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

You must agree to search and the code of conduct. You must fill in this entire template. If you delete part/all or miss parts out your issue will be closed.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Suggest an idea for this project

---

* [ ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [ ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/dev/CODE_OF_CONDUCT.md) that this project adheres to.
* [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

**Is your feature request related to a problem? Please describe.**
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
stale-issue-label: 'wontfix'
stale-pr-label: 'wontfix'
close-issue-label: 'declined'
days-before-stale: 180
days-before-close: 14
days-before-stale: 250
days-before-close: 30
exempt-issue-labels: notstale
exempt-pr-labels: notstale
exempt-pr-labels: notstale
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
28-AUG-2024: 24.7.8

- Adds math typesetting support for Mermaid [drawio-desktop-1824]
- [conf cloud] Handle incorrect draft status of a page [DID-12384]

12-AUG-2024: 24.7.7

- [conf cloud] Improved mass import error message to match API v2 behavior [DID-12282]
- Fixes scratchpad saving errors [drawio-1833]

29-JUL-2024: 24.7.6

- Uses current host only for non-public GitLab and GitHub files [jgraph/drawio#4502]
- [conf cloud] Fixed Giffy mass import issues [DID-12199]

25-JUL-2024: 24.7.5

- [conf cloud] Applies link adjustment configuration to diagram editor [DID-12118]
Expand Down
16 changes: 6 additions & 10 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
JGraph Adapted Apache License
Based on Version 2.0, January 2004
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
Expand Down Expand Up @@ -173,15 +173,11 @@
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

10. None of the Work may be used in any form as part, or whole, of an
integration, plugin or app that integrates with Atlassian's
Confluence or Jira products.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the JGraph Adapted Apache License to your work.
APPENDIX: How to apply the Apache License to your work.

To apply the JGraph Adapted Apache License to your work, attach the following
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
Expand All @@ -192,11 +188,11 @@

Copyright {yyyy} {name of copyright owner}

Licensed under the JGraph Adapted Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://github.com/jgraph/drawio/blob/dev/LICENSE
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ As well as running this project, we run a production-grade deployment of the dia
License
-----------------

The source code authored by us in this repo is licensed under a modified Apache v2 license. This project is not an open source project as a result.
The source code authored by us in this repo is licensed under the Apache v2. The full core is open source, but there are some boundary functions that are difficult to publish in a way we can maintain them.

The JGraph provided icons and diagram templates are licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Additional terms may also apply where the icons are originally defined by a third-party copyright holder. We have checked in all cases that the original license allows use in this project. Also see the terms for using the draw.io logo below.

Expand Down Expand Up @@ -43,7 +43,7 @@ draw.io supports Chrome 98+, Firefox 94+, Safari 15.4+, Opera 84+, WebView Andro
This project is not open-contribution
------------------------------------------------------

draw.io is also closed to contributions, as it's not open source. We follow a development process compliant with our SOC 2 Type II process. We do not have a mechanism where we can accept contributions from non-staff members.
draw.io is also closed to contributions. We follow a development process compliant with our SOC 2 Type II process. We do not have a mechanism where we can accept contributions from non-staff members.

draw.io is not suitable as a framework for building other products from. For this try either [Tldraw](https://github.com/tldraw/tldraw) or [Excalidraw](https://github.com/excalidraw/excalidraw).

Expand All @@ -58,4 +58,4 @@ Do not use any draw.io logo as the icon or logo for your business/organization,

Do not modify the permitted draw.io logos, including changing the color, dimensions, or combining with other words or design elements.

Do not use JGraph trademarks or logos without JGraph’s prior written permission.
Do not use JGraph trademarks or logos without JGraph’s prior written permission.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.7.5
24.7.8
Binary file modified src/main/webapp/images/sidebar-azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
184 changes: 184 additions & 0 deletions src/main/webapp/img/lib/azure2/ai_machine_learning/AI_Studio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4af415

Please sign in to comment.