Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Apr 11, 2024
1 parent 9b060be commit 91a31af
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AuthoringTool/Resources/View/Shared/MainLayout.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
</value>
</resheader>
<data name="PageTitle" xml:space="preserve">
<value>Autorentool v2.1.1</value>
<value>Autorentool v2.1.2</value>
</data>
</root>
2 changes: 1 addition & 1 deletion AuthoringTool/Resources/View/Shared/MainLayout.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</value>
</resheader>
<data name="PageTitle" xml:space="preserve">
<value>Authoring tool v2.1.1</value>
<value>Authoring tool v2.1.2</value>
</data>
</root>
2 changes: 1 addition & 1 deletion AuthoringTool/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"appId": "com.AuthoringTool.app",
"productName": "AuthoringTool",
"copyright": "Copyright © 2023 Team AdLer",
"buildVersion": "2.1.1",
"buildVersion": "2.1.2",
"compression": "maximum",
"directories": {
"output": "../../../bin/Desktop_Publish"
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@

</details>

## [2.1.2] - 2024-04-11

### Changed
- Changed a typo in the German version of the Create World dialog.
- Changed an inconsistency of wording where the action of deleting a learning world was incorrectly referred to as closing it instead.

### Fixed
- Fixed a bug where the program would crash if you try to delete learning content which is currently opened in a program that holds a lock on the file. (#504)
- Fixed a bug where deleting a learning world would incorrectly be undoable (#506)


## [2.1.1] - 2024-03-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Presentation/Resources/View/HeaderBar.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<value>Autorentool</value>
</data>
<data name="AuthoringTool.Version" xml:space="preserve">
<value>v2.1.1</value>
<value>v2.1.2</value>
</data>
<data name="3DWorld.Generate.Text" xml:space="preserve">
<value>Veröffentlichen der Lernwelt</value>
Expand Down
2 changes: 1 addition & 1 deletion Presentation/Resources/View/HeaderBar.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<value>Authoring tool</value>
</data>
<data name="AuthoringTool.Version" xml:space="preserve">
<value>v2.1.1</value>
<value>v2.1.2</value>
</data>
<data name="3DWorld.Generate.Text" xml:space="preserve">
<value>Publish learning world</value>
Expand Down
2 changes: 1 addition & 1 deletion Shared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Shared;

public static class Constants
{
public const string ApplicationVersion = "2.1.1";
public const string ApplicationVersion = "2.1.2";
public const string AtfVersion = "2.0";
}

0 comments on commit 91a31af

Please sign in to comment.