Skip to content

Commit

Permalink
Version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
punkice3407 committed Jul 23, 2023
1 parent 922a647 commit 6e8c355
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.5.5

Features:

* New versions 12.31+
* A window to change frame durations for all objects at once.
* Support for negative offsets.

Bug Fixes:

* Fixes related to duration settings and frame groups.
* Fixed sort order when adding, replacing, or drag-dropping sprites and objects.

### 0.5.4

Features:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Downloads
#### Windows

Latest Adobe AIR [AdobeAIR 33.1.1.502](https://mega.nz/file/VA8wCQYY#n6WVUTz8E-awaXrwvCPzosvrDehWiVOoT927TG_ihtA).
Download the .zip file in [releases](https://github.com/whiteblXK/ObjectBuilder/releases).
Download the .zip file in [releases](https://github.com/punkice3407/ObjectBuilder/releases).


Compiling in Windows
----

Follow tutorials in [wiki](https://github.com/whiteblXK/ObjectBuilder/wiki)
Follow tutorials in [wiki](https://github.com/punkice3407/ObjectBuilder/wiki)


Donate
Expand Down
2 changes: 1 addition & 1 deletion locale/en_US/strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ autosaveChanges=Auto save object changes
invalidXML=Invalid XML

# Splash Screen
splashMessage=© 2014-2023 Mignari nailsonnego@gmail.com | whiteblXK. See the legal notices in the About Box.
splashMessage=© 2014-2023 Mignari nailsonnego@gmail.com | punkice3407. See the legal notices in the About Box.
loadingSettings=Loading settings

# Alert
Expand Down
2 changes: 1 addition & 1 deletion locale/es_ES/strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ autosaveChanges=Auto guardar cambios del objeto
invalidXML=XML Inválido

# Splash Screen
splashMessage= © 2014-2023 Mignari nailsonnego@gmail.com | whiteblXK. Ver los avisos legales en la ventana Acerca.
splashMessage=© 2014-2023 Mignari nailsonnego@gmail.com | punkice3407. Ver los avisos legales en la ventana Acerca.
loadingSettings=Cargando configuración

# Alert
Expand Down
2 changes: 1 addition & 1 deletion locale/pt_BR/strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ autosaveChanges=Salvar alterações nos objetos automaticamente
invalidXML=XML inválido

# Splash Screen
splashMessage= © 2014-2023 Mignari nailsonnego@gmail.com | whiteblXK. Consulte os avisos legais na caixa Sobre.
splashMessage=© 2014-2023 Mignari nailsonnego@gmail.com | punkice3407. Consulte os avisos legais na caixa Sobre.
loadingSettings=Carregando configurações

# Alert
Expand Down
2 changes: 1 addition & 1 deletion src/ObjectBuilder-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<filename>ObjectBuilder</filename>
<name>Object Builder</name>
<versionNumber>0.5.5</versionNumber>
<versionLabel>0.5.5-dev</versionLabel>
<versionLabel>0.5.5</versionLabel>
<copyright>
<![CDATA[Copyright (c) 2014-2023 <a href="https://github.com/Mignari/ObjectBuilder/graphs/contributors">Contributors</a>]]>
</copyright>
Expand Down
4 changes: 2 additions & 2 deletions src/ob/components/SplashScreen.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ THE SOFTWARE.
right="1"
bottom="1"
top="190"
paddingLeft="30"
paddingRight="30"
paddingLeft="20"
paddingRight="20"
focusEnabled="false"
backgroundColor="0x353535"
textAlign="justify"
Expand Down

0 comments on commit 6e8c355

Please sign in to comment.