1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
sear.c (0.0.14-1) stable; urgency=low
* beautified how PHP scripting is done and how l and h are resent
-- Anton Luka Šijanec <anton@sijanec.eu> Sat, 28 Aug 2021 20:00:00 +0200
sear.c (0.0.13-1) stable; urgency=low
* replaced systemd service User=nobody with DynamicUser=yes
-- Anton Luka Šijanec <anton@sijanec.eu> Mon, 23 Aug 2021 20:00:00 +0200
sear.c (0.0.12-1) stable; urgency=low
* added l and h parameters
* removed logging to memory
* embedding CSS in response
* added dependency: php-cli
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 22 Aug 2021 04:00:00 +0200
sear.c (0.0.11-1) stable; urgency=low
* added image search, fixed some memory leaks with valgrind
* stopped using anonymous functions, hard to debug
* TODO: still some memory leaks in xml documents
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 07 Apr 2021 23:00:00 +0200
sear.c (0.0.10-1) stable; urgency=low
* test
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 06 Apr 2021 15:06:00 +0200
sear.c (0.0.9-1) stable; urgency=low
* added notices about building in README
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 06 Apr 2021 15:00:00 +0200
sear.c (0.0.8-1) stable; urgency=low
* testing building in production goes brrrrrr
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 06 Apr 2021 13:00:00 +0200
sear.c (0.0.7-1) stable; urgency=low
* added a changelog entry I forgot to add in version 0.0.6
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 06 Apr 2021 12:35:00 +0200
sear.c (0.0.5-1) stable; urgency=low
* number of results is now around 100
* css fixes, namely title of result is closer to description
* added breadcrumbs directly from upstream engine
* removed googleweblight from URLs
* fix for occurences of description above title in upstream engine
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 04 Apr 2021 23:00:00 +0200
sear.c (0.0.4-1) stable; urgency=low
* finnaly
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 04 Apr 2021 16:00:00 +0200
sear.c (0.0.3-1) stable; urgency=low
* fixed systemd service and added other debian files
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 04 Apr 2021 15:30:00 +0200
sear.c (0.0.2-1) stable; urgency=low
* Fixed systemd file path
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 04 Apr 2021 15:00:00 +0200
sear.c (0.0.1-1) stable; urgency=low
* Fixed package for debian
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 04 Apr 2021 14:00:00 +0200
sear.c (0.0.0-1) stable; urgency=low
* Initial release.
-- Anton Luka Šijanec <anton@sijanec.eu> Sat, 03 Apr 2021 23:33:41 +0200
|