Skip to content

Commit

Permalink
Release version 1.3.10
Browse files Browse the repository at this point in the history
 - BREAKING CHANGE Changed validation of repository names such that they must be alphanumeric, _ or - with client and server side validation
 - BREAKING CHANGE Fix spelling of check_filerepo_chages to check_filerepo_changes for properties file
 - Set follow symlinks to be configurable through properties file #99
 - Clicking Remove will also clear the text box filters #98
 - Improved stop/reset jobs logic, deleted jobs persist on searchcode restart #41
 - Add logic to calculate project stats by lines not files and display next to existing #103
 - Deep guess logic added to guess a files type based on keyword heuristic's #105
 - Additional languages added to classifier database, F#, Mathematica, Parrot, Puppet, Rakefile, PKGBUILD, Cargo, Lock, License
 - API auditing via logs added #57
 - Search results now have RSS feed #114
 - Can add custom HTML/CSS/JS to all pages #107
 - Add average index time seconds to repo overview page #118
 - Fix bug where unable to filter on html page #120
  • Loading branch information
boyter committed Jun 14, 2017
1 parent f93b78f commit 3042d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/
Change Log
==========

XX XXXXX XXXX - 1.3.10
15 June 2017 - 1.3.10
- BREAKING CHANGE Changed validation of repository names such that they must be alphanumeric, _ or - with client and server side validation
- BREAKING CHANGE Fix spelling of check_filerepo_chages to check_filerepo_changes for properties file
- Set follow symlinks to be configurable through properties file https://github.com/boyter/searchcode-server/issues/99
Expand Down
4 changes: 2 additions & 2 deletions assets/sales/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ <h1 class="white">Pricing for searchcode server.</h1>
<p>
<ul class="text-left list-unstyled">
<li>Current version hash</li>
<li>MD5 - 8fbfc0a641234dbe3cfbcc7ae93c2d11</li>
<li>SHA1 - 1cd39bdbea40965573b9dba186b2ae6bbf952f4d</li>
<li>MD5 - 43bb386a19cb33b57b493db5adc0eff0</li>
<li>SHA1 - 0535883a73f5f26497e6d22ffca75a4429959a5d</li>
</ul>
</p>
</div>
Expand Down

0 comments on commit 3042d04

Please sign in to comment.