|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [1.3.7] - 2020-08-09 |
| 6 | + |
| 7 | +### Changed |
| 8 | +- Changelog changed to English. |
| 9 | + |
5 | 10 | ## [1.3.6] - 2020-08-09 |
6 | 11 |
|
7 | 12 | ### Changed |
8 | | -- Atualizada a versão do Log4j. |
| 13 | +- Version updated Log4j. |
9 | 14 |
|
10 | 15 | ## [1.3.5] - 2020-08-09 |
11 | 16 |
|
12 | 17 | ### Changed |
13 | | -- Atualizada a maneira que o log é gerado. |
14 | | -- Corrigidos erros de digitação no changelog |
| 18 | +- Updated the way the log is generated. |
| 19 | +- Fixed typos in the changelog. |
15 | 20 |
|
16 | 21 | ## [1.3.4] - 2018-05-28 |
17 | 22 |
|
18 | 23 | ### Added |
19 | | -- Licença ao projeto |
| 24 | +- Project license |
20 | 25 |
|
21 | 26 | ### Changed |
22 | | -- Estrutura interna de pacotes. |
| 27 | +- Internal structure of packages. |
23 | 28 |
|
24 | 29 | ## [1.3.3] - 2018-01-20 |
25 | 30 |
|
26 | 31 | ### Added |
27 | | -- Função de iniciar o jar sem passar parâmetro do workspace. |
28 | | -- Classe FileHelper, para auxiliar as ações envolvendo arquivos. |
29 | | -- Classe OsHelper, para auxiliar as ações envolvendo propriedades do SO. |
| 32 | +- Function of starting the jar without passing a workspace parameter. |
| 33 | +- FileHelper class, to assist actions involving files. |
| 34 | +- OsHelper class, to assist actions involving OS properties. |
30 | 35 |
|
31 | 36 | ### Changed |
32 | | -- Estrutura interna de pacotes. |
33 | | -- Estrutura do Changelog do projeto. |
| 37 | +- Internal structure of packages. |
| 38 | +- Changelog structure of the project. |
34 | 39 |
|
35 | 40 | ## [1.3.2] - 2018-01-18 |
36 | 41 |
|
37 | 42 | ### Changed |
38 | | -- Correções e melhorias internas além da limpeza de código. |
| 43 | +- Internal fixes and improvements in addition to code cleaning. |
39 | 44 |
|
40 | 45 | ## [1.3.1] - 2017-12-20 |
41 | 46 |
|
42 | 47 | ### Added |
43 | | -- Suporte ao Linux. |
| 48 | +- Linux support. |
44 | 49 |
|
45 | 50 | ## [1.2] - 2017-07-12 |
46 | 51 |
|
47 | 52 | ### Added |
48 | | -- Módulo para projetos que utilizam Grunt. |
| 53 | +- Module for projects that use Grunt. |
49 | 54 | ### Changed |
50 | | -- Correção na maneira que o log é gerado. |
| 55 | +- Correction in the way the log is generated. |
51 | 56 |
|
52 | 57 | ## [1.1] - 2017-04-30 |
53 | 58 |
|
54 | 59 | ### Changed |
55 | | -- Correção nos links internos presentes no README. |
56 | | -- Modificado processo de build para executar com o `mvn install`. |
57 | | -- Alterado nome final do jar para o nome do `artifactId` ficando reduzido a `scriptum.jar` |
58 | | -- Ajuste dos exemplos no README.md para se adequar ao novo nome do jar. |
| 60 | +- Correction to the internal links present in the README. |
| 61 | +- Modified build process to run with `mvn install`. |
| 62 | +- Changed the final name of the jar to the name of `artifactId` being reduced to` scriptum.jar` |
| 63 | +- Adjust the examples in README.md to suit the new jar name. |
59 | 64 |
|
60 | 65 | ## [1.0] - 2017-04-30 |
61 | 66 |
|
62 | 67 | ### Added |
63 | | -- Módulo de atualização do Git |
64 | | -- Módulo de instalação do Maven |
65 | | -- Módulo de atualização e instalação do npm |
66 | | -- Módulo de atualização e instalação do bower |
| 68 | +- Git update module |
| 69 | +- Maven installation module |
| 70 | +- Npm update module |
| 71 | +- Bower update module |
0 commit comments