Skip to content

Commit

Permalink
v2.4.0 :shipit:
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlag committed Aug 9, 2024
1 parent 6c9dd87 commit c041491
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 349 deletions.
687 changes: 346 additions & 341 deletions dist/assets/index-674IO1HE.js → dist/assets/index-3_VZtqnl.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/assets/index-DsSCsxg7.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/index-l-AD5jpR.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
user-select: text;
}
</style>
<script type="module" crossorigin src="/app/assets/index-674IO1HE.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-DsSCsxg7.css">
<script type="module" crossorigin src="/app/assets/index-3_VZtqnl.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-l-AD5jpR.css">
</head>

<body
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export class GlyphrStudioApp {
// Internal Dev Stuff
mode: config.devMode, // {bool} global switch for all the stuff below
overwriteTitle: false, // {bool} Use a 'Dev Mode' window title
sampleProject: 'oblegg', // {true/false, 'oblegg', 'bool'} Load the sample project
sampleProject: false, // {true/false, 'oblegg', 'bool'} Load the sample project
twoSampleProjects: false, // {bool} Load two sample projects
currentPage: 'Ligatures', // {Sentence case page name} navigate straight to a page
currentPage: false, // {Sentence case page name} navigate straight to a page
currentGlyphID: false, // {glyph id} select a glyph
currentPanel: false, // {Title case panel name} navigate straight to a panel
currentTool: false, // {Tool name} select a tool
Expand Down
6 changes: 3 additions & 3 deletions src/app/app_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.4",
"versionDate": 0,
"devMode": true
"version": "2.4.0",
"versionDate": 1723230000000,
"devMode": false
}

0 comments on commit c041491

Please sign in to comment.