diff --git a/app/package-lock.json b/app/package-lock.json index 2cac5adea..9784e4a4b 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "icestudio", - "version": "0.5.0-dev", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index ce0bb35de..7d2db6d07 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "icestudio", - "version": "0.5.0-dev", + "version": "0.5.0", "nightly": "0.5.1-nightly", "description": "Visual editor for open FPGA boards", "author": "Jesús Arroyo Torrens ", diff --git a/app/resources/images/version-notes/0.5.0-dev/block-edition.gif b/app/resources/images/version-notes/0.5.0/block-edition.gif similarity index 100% rename from app/resources/images/version-notes/0.5.0-dev/block-edition.gif rename to app/resources/images/version-notes/0.5.0/block-edition.gif diff --git a/app/resources/images/version-notes/0.5.0-dev/checkforupdates.gif b/app/resources/images/version-notes/0.5.0/checkforupdates.gif similarity index 100% rename from app/resources/images/version-notes/0.5.0-dev/checkforupdates.gif rename to app/resources/images/version-notes/0.5.0/checkforupdates.gif diff --git a/app/resources/images/version-notes/0.5.0-dev/copy-clone.gif b/app/resources/images/version-notes/0.5.0/copy-clone.gif similarity index 100% rename from app/resources/images/version-notes/0.5.0-dev/copy-clone.gif rename to app/resources/images/version-notes/0.5.0/copy-clone.gif diff --git a/app/resources/images/version-notes/0.5.0-dev/copy-paste.gif b/app/resources/images/version-notes/0.5.0/copy-paste.gif similarity index 100% rename from app/resources/images/version-notes/0.5.0-dev/copy-paste.gif rename to app/resources/images/version-notes/0.5.0/copy-paste.gif diff --git a/app/resources/images/version-notes/0.5.0-dev/generic.gif b/app/resources/images/version-notes/0.5.0/generic.gif similarity index 100% rename from app/resources/images/version-notes/0.5.0-dev/generic.gif rename to app/resources/images/version-notes/0.5.0/generic.gif diff --git a/app/resources/images/version-notes/0.5.0-dev/labels.gif b/app/resources/images/version-notes/0.5.0/labels.gif similarity index 100% rename from app/resources/images/version-notes/0.5.0-dev/labels.gif rename to app/resources/images/version-notes/0.5.0/labels.gif diff --git a/app/resources/locale/es_ES/es_ES.po b/app/resources/locale/es_ES/es_ES.po index c4ae075ec..363048c67 100644 --- a/app/resources/locale/es_ES/es_ES.po +++ b/app/resources/locale/es_ES/es_ES.po @@ -115,7 +115,7 @@ msgid "" "Because Icestudio is in actively development it is important to stay your " "icestudio in the last version. Now we are notifying you!" msgstr "" -"Debido a que Icestudio está en desarrollo activo, es importante mantener su " +"Debido a que Icestudio está en desarrollo activo, es importante mantener tu " "icestudio en la última versión. Ahora te estamos notificando!" #: app/scripts/services/blocks.js:1564 app/scripts/services/blocks.js:461 @@ -984,7 +984,7 @@ msgid "" "have in you design six AND blocks, if you modify one of them, yo modify all " "of them." msgstr "" -"La edición de submódulo afecta a todos los mismos tipos de bloque. Por " +"La edición de submódulos afecta a todos los mismos tipos de bloque. Por " "ejemplo, si tienes en tu diseño seis bloques AND, si modifica uno de ellos, " "modificas todos ellos." diff --git a/app/views/version.html b/app/views/version.html index 8d5e28949..582f5c651 100644 --- a/app/views/version.html +++ b/app/views/version.html @@ -3,37 +3,37 @@
-

{{ 'Icestudio Inception' | translate }}{{' (0.5.0-dev)'}}

+

{{ 'Icestudio Inception' | translate }}{{' (0.5.0)'}}


{{ 'Wellcome to Inception, Icestudio version, focused on submodules.' | translate }}

{{ 'There are a number of updates in this version that we hope you will like, some of the key highlights include:' | translate }}

{{'Submodule edition' | translate }}

{{'This version improve the edition capatabilities, including the possibility of editing block contents.' | translate }}

-

+

{{'Copy & Paste OR Copy & Clone blocks' | translate }}

-

{{'Submodule edition affect at all of the same block types. For example if you have in you design six AND blocks, if you modify one of them, yo modify all of them.' | translate }}

{{'This is a very powerfull feature to maintain large designs.' | translate }}

-

+

+

{{'Submodule edition affect at all of the same block types. For example if you have in you design six AND blocks, if you modify one of them, yo modify all of them.' | translate }}

{{'In other way, if you copy and clone a block, you make it independently of the original block type and the modifications only affect at this new block type' | translate }}

{{'If you are clonning blocks, it is very important than you change block information to identify the new block features.' | translate }}

-

+

{{'Generic blocks' |translate}}

{{'If you are developing a collection, you can make Generic blocks that works as templates. When you insert a generic block from a collection, acts as a clone for rapidly modifications without do a copy and clone operation.'|translate}}

{{'To do it, only is necessary that prefix the block identifier with Generic-' |translate}}

-

+

{{'Labels' |translate}}

{{'The use of labels permits clarify larger designs, connecting blocks without wires.'|translate}}

-

+

{{'Automatic check for new versions' |translate }}

{{'Because Icestudio is in actively development it is important to stay your icestudio in the last version. Now we are notifying you!'|translate}}

-

+

diff --git a/docs/conf.py b/docs/conf.py index 7717a908b..0925d56e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = u'0.5.0' # The full version, including alpha/beta/rc tags. -release = u'0.5.0-dev' +release = u'0.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package-lock.json b/package-lock.json index 58c972833..09aa39456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "icestudio", - "version": "0.5.0-dev", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48a5428ca..e1c2b5515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icestudio", - "version": "0.5.0-dev", + "version": "0.5.0", "description": "Visual editor for open FPGA boards", "author": "Jesús Arroyo Torrens ", "repository": "https://github.com/FPGAwars/icestudio",