Skip to content

Releases: e-gun/HipparchiaGoServer

squish ugly regression bug

08 Jan 17:04
Compare
Choose a tag to compare
  • SetSubtraction() was broken by commit 361a09f (i.e. right after v109)
  • Was panicking when you try to delete items from searchlists...

hotfixes for bad scansion data formatting in DB

02 Jan 18:58
Compare
Choose a tag to compare
  • highlighting scansion in v.1.0.10 exposes a need for a quantityfixer to patch some problems in the DB data as currently formatted

happy new year

30 Dec 17:11
Compare
Choose a tag to compare
  • add option to sort vocab lists by headword count
  • add option to include scansion info in vocab lists
  • some ad hoc patching of odd html in dictionary entries [until HipparchiaBuilder fixes them]

misc minor bugfixes

21 Dec 18:12
Compare
Choose a tag to compare
  • fix N words after logic bug
  • findendpointsfromlocus() can now do both cicero 4:8:18 and cicero 10:24
  • don't panic if .Scan() returns nothing
  • formatparsingdata() needed better sorting and deduplication

move to pgx v5

16 Dec 17:36
Compare
Choose a tag to compare
  • move from pgx v4 to pgx v5
  • parallelize second half of WithinXWordsSearch()

minor bugfixes and code cleanups

11 Dec 21:24
Compare
Choose a tag to compare

the title says it all... users will only really notice the 'delunate' fixes, if they happen to have that option enabled

fixes to "not near" searches

24 Nov 23:28
Compare
Choose a tag to compare

squished some logic bugs

enable user authentication

17 Nov 14:07
Compare
Choose a tag to compare

a feature that almost nobody will use: require username/password pairs to access search, browse, text, and lexical paths

the default configuration bypasses all of this: every session can do everything

this is only of interest when not serving from 127.0.0.1

minor bugfix and under the hood changes

02 Nov 12:17
Compare
Choose a tag to compare
  • arrival order searchlist add/delete bug fixed
  • fix for multi-line span formatting
  • enable RtWebsocket() to handle multiple simultaneous clients

bugfixes for withinxwords searching

24 Oct 13:48
Compare
Choose a tag to compare

several significant bugfixes are in here for withinxwords searches and there are search cap bugfixes as well; definitely worth upgrading from 102...