Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Oct 31, 2019
1 parent 186f0f2 commit aa74b27
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions app/resources/locale/es_ES/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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."

Expand Down
16 changes: 8 additions & 8 deletions app/views/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
<div class="version-info-tab--bg"></div>
<div class="version-info-tab--body">
<div class="version-info-tab--body--content">
<h1>{{ 'Icestudio Inception' | translate }}{{' (0.5.0-dev)'}}</h1>
<h1>{{ 'Icestudio Inception' | translate }}{{' (0.5.0)'}}</h1>
<hr>
<p>{{ 'Wellcome to Inception, Icestudio version, focused on submodules.' | translate }}</p>
<p>{{ 'There are a number of updates in this version that we hope you will like, some of the key highlights include:' | translate }}</p>

<h2>{{'Submodule edition' | translate }}</h2>
<p>{{'This version improve the edition capatabilities, including the possibility of editing block contents.' | translate }}</p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0-dev/block-edition.gif"></p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0/block-edition.gif"></p>

<h2>{{'Copy & Paste OR Copy & Clone blocks' | translate }}</h2>
<p>{{'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 }}</p>
<p>{{'This is a very powerfull feature to maintain large designs.' | translate }}</p>

<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0-dev/copy-paste.gif"></p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0/copy-paste.gif"></p>
<p>{{'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 }}</p>
<p>{{'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 }}</p>
<p>{{'If you are clonning blocks, it is very important than you change block information to identify the new block features.' | translate }}</p>

<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0-dev/copy-clone.gif"></p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0/copy-clone.gif"></p>
<h2>{{'Generic blocks' |translate}}</h2>
<p>{{'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}}</p>
<p>{{'To do it, only is necessary that prefix the block identifier with Generic-' |translate}}</p>

<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0-dev/generic.gif"></p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0/generic.gif"></p>
<h2>{{'Labels' |translate}}</h2>
<p>{{'The use of labels permits clarify larger designs, connecting blocks without wires.'|translate}}</p>

<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0-dev/labels.gif"></p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0/labels.gif"></p>
<h2>{{'Automatic check for new versions' |translate }}</h2>
<p>{{'Because Icestudio is in actively development it is important to stay your icestudio in the last version. Now we are notifying you!'|translate}}</p>

<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0-dev/checkforupdates.gif"></p>
<p style="padding:20px;"><img style="width:100%;max-width:927px;" src="resources/images/version-notes/0.5.0/checkforupdates.gif"></p>


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": "https://github.com/FPGAwars/icestudio",
Expand Down

0 comments on commit aa74b27

Please sign in to comment.