Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 3042d04

Browse files
committed
Release version 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 #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
1 parent f93b78f commit 3042d04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/
193193
Change Log
194194
==========
195195

196-
XX XXXXX XXXX - 1.3.10
196+
15 June 2017 - 1.3.10
197197
- BREAKING CHANGE Changed validation of repository names such that they must be alphanumeric, _ or - with client and server side validation
198198
- BREAKING CHANGE Fix spelling of check_filerepo_chages to check_filerepo_changes for properties file
199199
- Set follow symlinks to be configurable through properties file https://github.com/boyter/searchcode-server/issues/99

assets/sales/pricing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ <h1 class="white">Pricing for searchcode server.</h1>
110110
<p>
111111
<ul class="text-left list-unstyled">
112112
<li>Current version hash</li>
113-
<li>MD5 - 8fbfc0a641234dbe3cfbcc7ae93c2d11</li>
114-
<li>SHA1 - 1cd39bdbea40965573b9dba186b2ae6bbf952f4d</li>
113+
<li>MD5 - 43bb386a19cb33b57b493db5adc0eff0</li>
114+
<li>SHA1 - 0535883a73f5f26497e6d22ffca75a4429959a5d</li>
115115
</ul>
116116
</p>
117117
</div>

0 commit comments

Comments
 (0)