Skip to content

Commit

Permalink
📦 Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evrignaud committed Oct 10, 2016
1 parent ad07b4b commit f9fcb8d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fim</groupId>
<artifactId>fim</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<name>Fim</name>
<packaging>jar</packaging>
Expand Down
21 changes: 21 additions & 0 deletions src/main/asciidoc/docs/en/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
= Fim changelog

== Version 1.2.1
*(Released 2016-10-10)*

https://github.com/evrignaud/fim/tree/1.2.1[image:icons/octocat.png[GitHub] Sources]
&nbsp;&nbsp; - &nbsp;&nbsp;
https://github.com/evrignaud/fim/compare/1.2.0%2E%2E%2E1.2.1[image:icons/list.png[List] Full Changelog]
&nbsp;&nbsp; - &nbsp;&nbsp;
https://github.com/evrignaud/fim/releases/tag/1.2.1[image:icons/package.png[Package] Download]

=== General
* 'diff' command deprecated in favor of the 'status' command
* Fix https://github.com/evrignaud/fim/issues/6[issue #6] - Add commitDetails into the State in order to display more details regarding each commit while running 'fim log'.
The 'log' command displays now the same output as the 'status' command. It works completely with States generated with this version of Fim
* Thanks to @ch3v, clarified the 'find-duplicates' command output and sort duplicate sets by wasted space to display the biggest first
* Fim is now able to *remove duplicates* that are in the repository see more in <<dealing-with-duplicates.adoc#_delete_duplicates_from_a_workspace,Delete duplicates from a workspace>>
* Add http://evrignaud.github.io/fim/slides/fr[French slides]

=== Bug fix
* Update memory maximum sizes to more accurate values
* In `fim-docker`, don't use the `realpath` command that is not installed by default

== Version 1.2.0
*(Released 2016-05-23)*

Expand Down
7 changes: 7 additions & 0 deletions src/main/assembly/assembly-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,12 @@
<include>*.css</include>
</includes>
</fileSet>
<fileSet>
<directory>target/slides</directory>
<outputDirectory>slides</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit f9fcb8d

Please sign in to comment.