Skip to content

Commit

Permalink
Nova versão lançada V0.60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tglima committed Apr 16, 2017
1 parent d098902 commit 4cce079
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log
## 0.60.2(2017-04-16)

* **Otimização do código fonte nas seguintes classes:**
* *FramePrincipal:*
* *ControllerPrincipal:*
* *Fgts*
* *CalcPeriodos*
* *ConverteFormata*
* *Rescisao*
* *Validacoes*
* *PlanilhaXLS*

**Bug Corrigido**

Erro não permitia digitar valores maiores que R$ 999,99. Tanto no campo Salário, como no campo Fgts.

**Criação do arquivo CHANGELOG.md**

**Corrigida a nomeclatura de executáveis antigos do projeto.**
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,21 @@ O CRS é uma aplicação Java para Desktops que realiza de forma simplificada, a
## Requisitos
Ter o [Java 8](https://www.java.com/en/download/) baixado e instalado em sua máquina.



## Última versão lançada

| Obter aplicação : |
|:-------------------------------------------------|
| [0.60.1-build20170412-1800.jar](releases/download/v0.60.1/0.60.1-build20170412-1800.jar) |
| [0.60.2-build20170416-1600.jar](releases/download/v0.60.2/0.60.2-build20170416-1600.jar) |


| Tipo de arquivo | Executável jar |
|:-------------------|:----------------------------------|
| Versão | 0.60.1 |
| Build Date | 12 de Abril de 2017 |
| Versão | 0.60.2 |
| Build Date | 16 de Abril de 2017 |
| Tamanho | < 15MB |
| MD5SUM | 8de842c2f47d40605a6ca5b44f689c74 |

| MD5SUM | becbdb98e4d8cc3e67e70bdb743bd82b |

Últimas modificações do projeto: [CHANGELOG](CHANGELOG.md)



Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added releases/0.60.2-build20170416-1600.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/br/edu/tglima/resource/html/About.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

<p>CRS - Cálculos Rescisórios Simples</p>
<br>
<p>Versão 0.60.1 - Build 20170412-1800</p>
<p>Versão 0.60.2 - Build 20170416-1600</p>
<p>Copyright (c) 2017 Thiago Lima de Sousa</p>
<br>
<p>Imagens adaptadas do tema Ultra-Flat-Icons, criado por: <a href="steftrikia@gmail.com">Steftrikia</a> e licenciado sob: <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
<br>
<p>Este programa é um Software Livre: você pode redistribuí-lo e/ou modificá-lo sob os termos da Licença Pública Geral GNU publicada pela Free Software Foundation <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">(GPLv3)</a>.</p>
<br>
<p>Código fonte disponível no link abaixo:</p>
<p><a href="http://www.oracle.com/technetwork/java/index.html">http://www.github.com/tglima/crsproject</a></p>
<p><a href="https://github.com/tglima/CRS">https://github.com/tglima/CRS</a></p>

</article>

Expand Down
4 changes: 0 additions & 4 deletions src/br/edu/tglima/view/FramePrincipal.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ public JPanel getjPanel1() {
return jPanel1;
}

/* public JPanel getCard01Principal() {
return card01Principal;
}*/

public JRadioButton getjRadioButton1() {
return jRadioButton1;
}
Expand Down

0 comments on commit 4cce079

Please sign in to comment.