Skip to content

Commit

Permalink
Contrast-Finder v0.5.2
Browse files Browse the repository at this point in the history
----------------------

  set version to 0.5.2
  typo
  fixed compile_and_build_docker_image.sh
  Fixed #75 - Remove unused dependencies: httpclient + json
  DOC - Fixing a compilation warning
  typo
  Fixed #74 - Javascript: allowed only valid RGB values
  JS refactor
  Fixed #73 UI (sample color)
  fixed #72 - UI, used the CSS "user-select:all" property for color result
  minor fix (a11y + .java)
  fixed import .*
  fixed #70 - Upgraded commons-lang3: 3.6 instead of 3.5
  fixed some build warnings: plugin.version for markdown-page-generator is missing
  typo
  Uptaded form: only one help-block for color fields
  fixed #69 - tar.gz - Documentation files in html format
  Fixed #68 tar.gz - changelog and readme files in html format
  Updated README + CHANGELOG (typo)
  typo
  fixed #67 - Replaced radio button by drop-down list for algo
  README - Fixed dependency badge + Changed screenshot + Added logo + Typo
  set version to 0.5.2-dev
  • Loading branch information
dzc34 committed Jul 4, 2017
2 parents 6c1d544 + 3fce46e commit 80f9506
Show file tree
Hide file tree
Showing 48 changed files with 637 additions and 360 deletions.
186 changes: 80 additions & 106 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,262 +1,236 @@
# CHANGELOG

Contrast-Finder 0.5.2, 2017-07-04
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat

### Security
- [#70 - Upgraded commons-lang3: 3.6 instead of 3.5](https://github.com/Asqatasun/Contrast-Finder/issues/70)

### Bug
- [#74 - Javascript: allowed only valid RGB values](https://github.com/Asqatasun/Contrast-Finder/issues/74)

### Improvement
- [#72 - UI, used the CSS "user-select:all" property for color result](https://github.com/Asqatasun/Contrast-Finder/issues/72)
- [#67 - UI, replaced radio button by drop-down list for algo](https://github.com/Asqatasun/Contrast-Finder/issues/67)
- [#73 - UI, improved color sample when user use the color field](https://github.com/Asqatasun/Contrast-Finder/issues/73)

### Refactoring
- [#75 - Remove unused dependencies: httpclient + json](https://github.com/Asqatasun/Contrast-Finder/issues/75)

### Task
- [#68 - tar.gz - Changelog and readme files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/68)
- [#69 - tar.gz - Documentation files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/69)


Contrast-Finder 0.5.1, 2017-06-14
---------------------------------

Features:
none
Upgrade-o-meter: just replace the .war file and restart Tomcat

Security:
### Security
- [#65 - Upgraded spring-security to v4.2.3](https://github.com/Asqatasun/Contrast-Finder/issues/65)

Bugs:
### Bug
- [#61 - Added missing color names (*Grey + RebeccaPurple)](https://github.com/Asqatasun/Contrast-Finder/issues/61)
- [#63 - Allowed "rgb(255,255,255" value for "rgb(255,255,255)" in the form](https://github.com/Asqatasun/Contrast-Finder/issues/63)
- Fixed some codacy "error prone" + "code style"

Refactoring:
### Refactoring
- [#66 - Modified project directories](https://github.com/Asqatasun/Contrast-Finder/issues/66)
- [#64 - Moved contrast-finder.log|.conf files into webapp directory](https://github.com/Asqatasun/Contrast-Finder/issues/64)

Configuration:
none

Documentation:
none

Upgrade-o-meter: just replace the .war file and restart Tomcat


Contrast-Finder 0.5.0, 2017-06-09
---------------------------------

Features:
Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
- [#25 - Allowed RGB values in the form](https://github.com/Asqatasun/Contrast-Finder/issues/25)
- [#57 - Allowed color names (CSS3) in the form](https://github.com/Asqatasun/Contrast-Finder/issues/57)

Security:
### Security
- [#54 - Upgraded SpringFramework to v4.3.9](https://github.com/Asqatasun/Contrast-Finder/issues/54)

Bugs:
### Bug
- [#53 - White spaces allowed around the color in the form](https://github.com/Asqatasun/Contrast-Finder/issues/53)
- [#55 - Added "back to the homepage" link](https://github.com/Asqatasun/Contrast-Finder/issues/55)
- [#58 - Associated the user tips with the color fields](https://github.com/Asqatasun/Contrast-Finder/issues/58)
- [#60 - Added the "required" attribute to the color fields](https://github.com/Asqatasun/Contrast-Finder/issues/60)

Configuration:
### Configuration
- [#52 - contrast-finder.conf: added option for debugging](https://github.com/Asqatasun/Contrast-Finder/issues/52)

Documentation:
none

Upgrade-o-meter: just replace the .war file and restart Tomcat


Contrast-Finder 0.4.7, 2017-06-01
---------------------------------

Features:
Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
- [#51 - Added a cookie to keep the user's choice on the algorithm to use](https://github.com/Asqatasun/Contrast-Finder/issues/51)

Security:
### Security
- [#44 - Upgrade outdated dependencies: SpringFramework, maven-surefire, maven-war, maven-dependency](https://github.com/Asqatasun/Contrast-Finder/issues/44)

Bugs:
### Bug
- [#45 - Fixed docker/pre-requisites: syntax error](https://github.com/Asqatasun/Contrast-Finder/issues/45)
- [#46 - Fixed maven warnings: 'version' contains an expression but should be a constant](https://github.com/Asqatasun/Contrast-Finder/issues/46)

Configuration:
### Configuration
- [#50 - contrast-finder.conf: added option to override the default algorithm](https://github.com/Asqatasun/Contrast-Finder/issues/50)
- [#47 - Added prerequisites for maven (version 3.1)](https://github.com/Asqatasun/Contrast-Finder/issues/47)
- [#49 - Dockerfile: added HEALTHCHECK instruction](https://github.com/Asqatasun/Contrast-Finder/issues/49)

Documentation:
### Documentation
- [#42 - Fixed Javadoc warnings](https://github.com/Asqatasun/Contrast-Finder/issues/42)
- [#12 - Added documentation for releasing a new version](https://github.com/Asqatasun/Contrast-Finder/issues/12)

Upgrade-o-meter: just replace the .war file and restart Tomcat


Contrast-Finder 0.4.6, 2017-04-12
---------------------------------

Features:
none
Upgrade-o-meter: just replace the .war file and restart Tomcat

Security:
### Security
- [#35 - Added HTTP security headers without HTTP no-cache headers](https://github.com/Asqatasun/Contrast-Finder/issues/35)
- [#36 - Added the maven plugin "OWASP Dependency-Check"](https://github.com/Asqatasun/Contrast-Finder/issues/36)
- [#38 - Upgraded maven-compiler-plugin and maven-surefire-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/38)
- [#41 - Upgraded the outdated dependencies](https://github.com/Asqatasun/Contrast-Finder/issues/41)

Bugs:
### Bug
- [#43 - contrast-finder.conf is not required](https://github.com/Asqatasun/Contrast-Finder/issues/43)

Configuration:
### Configuration
- [#37 - Added maven-javadoc-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/37)
- [#39 - Changed source and target of the Java compiler: 1.7 instead of 1.6](https://github.com/Asqatasun/Contrast-Finder/issues/39)

Documentation:
### Documentation
- [#8 - Howto build & install: missing libspring-instrument-java](https://github.com/Asqatasun/Contrast-Finder/issues/8)

Upgrade-o-meter:
just replace the .war file and restart Tomcat


Contrast-Finder 0.4.5, 2017-03-30
---------------------------------

Features:
none
Upgrade-o-meter: just replace the .war file and restart Tomcat

Security:
### Security
- [#33 - Upgraded SpringFramework to v4.3.7](https://github.com/Asqatasun/Contrast-Finder/issues/33)
- revert [#23 - Added HTTP security headers](https://github.com/Asqatasun/Contrast-Finder/issues/23)

Bugs:
### Bug
- [#34 - Fixed HTML errors](https://github.com/Asqatasun/Contrast-Finder/issues/34)
- [#29 - Fixed lang-switcher: error on the lang attribute](https://github.com/Asqatasun/Contrast-Finder/issues/29)
- [#30 - Fixed punctuation errors in english](https://github.com/Asqatasun/Contrast-Finder/issues/30)
- [#31 - Fixed front-end webperf regression (repeat view)](https://github.com/Asqatasun/Contrast-Finder/issues/31)
- revert [#23 - Added HTTP security headers](https://github.com/Asqatasun/Contrast-Finder/issues/23)
- revert [#23 - Added HTTP security headers](https://github.com/Asqatasun/Contrast-Finder/issues/23)

Configuration:
### Configuration
- [#32 - Changed LOG dependency: logback + slf4j instead of log4j](https://github.com/Asqatasun/Contrast-Finder/issues/32)
- .jsp - Added appVersion

Documentation:
none

Upgrade-o-meter:
just replace the .war file and restart Tomcat


Contrast-Finder 0.4.4, 2017-02-12
---------------------------------

Features:
Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
- [#20 - Added cookieMaxAge (2 months) for lang cookie](https://github.com/Asqatasun/Contrast-Finder/issues/20)
- [#26 - compile_and_build_docker_image.sh : added --build-only-* options](https://github.com/Asqatasun/Contrast-Finder/issues/26)
- [#27 - compile_and_build_docker_image.sh : added option to skip unit tests](https://github.com/Asqatasun/Contrast-Finder/issues/27)

Security:
### Security
- [#22 - Upgraded SpringFramework to v4.3.6](https://github.com/Asqatasun/Contrast-Finder/issues/22)
- [#23 - Added HTTP security headers](https://github.com/Asqatasun/Contrast-Finder/issues/23)

Bugs:
### Bug
- [#19 - Paths to image files should be relative](https://github.com/Asqatasun/Contrast-Finder/issues/19)
- [#21 - Added space between sampleText and sampleTextBold](https://github.com/Asqatasun/Contrast-Finder/issues/21)
- [#28 - Fixed color contrast falling for links :hover + :focus](https://github.com/Asqatasun/Contrast-Finder/issues/28)

Configuration:
none

Documentation:
### Documentation
- explained ratio

Upgrade-o-meter:
just replace the .war file and restart Tomcat


Contrast-Finder 0.4.3, 2017-01-25
---------------------------------

Features:
Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
- [#18 - Webperf - Aggregate JS and CSS files](https://github.com/Asqatasun/Contrast-Finder/issues/18)

Security:
### Security
- [#9 Webapp - Don't expose session ID in the URL](https://github.com/Asqatasun/Contrast-Finder/issues/9)

Bugs:
### Bug
- [#17 - Revert "Webapp - Used input tag type=color instead off type=text"](https://github.com/Asqatasun/Contrast-Finder/issues/17)


Configuration:
none

Documentation:
### Documentation
- added docker/RELEASE/README.md for Docker Hub

Upgrade-o-meter:
just replace the .war file and restart Tomcat


Contrast-Finder 0.4.2, 2017-01-15
---------------------------------

Features:
none
Upgrade-o-meter: just replace the .war file and restart Tomcat

Security:
### Security
- [#13 - Upgraded Apache.HttpComponents HttpClient to v4.3.6](https://github.com/Asqatasun/Contrast-Finder/issues/13)
- [#14 - Upgraded SpringFrameworkt to v3.2.12 and remove spring-asm](https://github.com/Asqatasun/Contrast-Finder/issues/14)
- [#15 - Removed commons-httpclient dependency](https://github.com/Asqatasun/Contrast-Finder/issues/15)
- [#16 - Changed JSTL artifact : jstl --> taglibs-standard-jstlel](https://github.com/Asqatasun/Contrast-Finder/issues/16)

Bugs:
### Bug
- [#10 Webapp - Color contrast falling for links](https://github.com/Asqatasun/Contrast-Finder/issues/10)
- [#11 Webapp - Color contrast failing for "the color should be between (…)"](https://github.com/Asqatasun/Contrast-Finder/issues/11)

Configuration:
none

Documentation:
none

Upgrade-o-meter:
just replace the .war file and restart Tomcat


Contrast-Finder 0.4.1, 2017-01-12
---------------------------------

Features:
Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
- [#2 Webapp - Used input tag type=color instead off type=text](https://github.com/Asqatasun/Contrast-Finder/issues/2)
- Added descriptor.xml (building tar.gz with maven)
- Added SNAPSHOT-local_from-Tomcat/Dockerfile

Security:
### Security
- [#9 Webapp - Don't expose session ID in the URL](https://github.com/Asqatasun/Contrast-Finder/issues/9)

Bugs:
none

Configuration:
none

Documentation:
none

Upgrade-o-meter:
just replace the .war file and restart Tomcat


Contrast-Finder 0.4.0, 2016-12-30
---------------------------------

Features:
Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
- Added compile_and_build_docker_image.sh
- Added pre-requisites_from-Ubuntu/Dockerfile
- Added SNAPSHOT-local_from-Ubuntu/Dockerfile
- Added RELEASE/Dockerfile

Security:
### Security
- [#1 Upgrade Apache Commons Collections to v3.2.2](https://github.com/Asqatasun/Contrast-Finder/issues/1)

Bugs:
none

Configuration:
none

Documentation:
none


Contrast-Finder 0.3.5, 2016-12-18
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat

### Bug
- [#7 Paths to CSS files should be relative](https://github.com/Asqatasun/Contrast-Finder/issues/7)
- Added locally JQuery & JQuery-UI

### Documentation
- Updated install doc


Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can help in many ways:

1. Use Contrast-Finder !
1. Help translate Contrast-Finder
1. Give us [feedback on the forum](http://forum.asqatasun.org) or [fill in bug report](https://github.com/Asqatasun/Contrast-Finder/issues)
1. Give us [feedback on the forum](https://forum.asqatasun.org/c/contrast-finder) or [fill in bug report](https://github.com/Asqatasun/Contrast-Finder/issues)

[Pull Requests](https://github.com/Asqatasun/Contrast-Finder/pulls) are always welcome!

Expand Down
Loading

0 comments on commit 80f9506

Please sign in to comment.