]>
Commit | Line | Data |
---|---|---|
5eb72478 V |
1 | # Change Log |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
17c9ac7c | 7 | |
00670b20 A |
8 | ## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - UNPUBLISHED |
9 | ||
36dcf997 V |
10 | This release introduces the REST API, and requires updating HTTP server |
11 | configuration to enable URL rewriting, see: | |
12 | - https://shaarli.github.io/api-documentation/ | |
13 | - https://github.com/shaarli/Shaarli/wiki/Server-configuration | |
14 | ||
a0df0651 | 15 | **WARNING**: Shaarli now requires PHP 5.5+. |
423ab028 | 16 | |
00670b20 | 17 | ### Added |
36dcf997 V |
18 | - REST API v1 |
19 | - [Slim](https://www.slimframework.com/) framework | |
20 | - [JSON Web Token](https://jwt.io/introduction/) (JWT) authentication | |
21 | - versioned API endpoints: | |
22 | - `/api/v1/info`: get general information on the Shaarli instance | |
23 | - `/api/v1/links`: get a list of shaared links | |
94cddf7b V |
24 | Theming: |
25 | - Introduce a new theme | |
26 | - Allow selecting themes/templates from the configuration page | |
89284d55 | 27 | - New/Edit link form can be submitted using CTRL+Enter in the textarea |
82941956 | 28 | - Shaarli version is displayed in the footer when logged in |
36dcf997 V |
29 | - Add plugin placeholders to Atom/RSS feed templates |
30 | - Add OpenSearch to feed templates | |
31 | - Add `campaign_` to the URL cleanup pattern list | |
32 | - Add an AUTHORS file and Makefile target to list authors from Git commit data | |
48417aed | 33 | - Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting. |
18e67967 | 34 | |
00670b20 | 35 | ### Changed |
36dcf997 | 36 | - Docker: enable nginx URL rewriting for the REST API |
94cddf7b V |
37 | - Theming: |
38 | - Move `user.css` to the `data` folder | |
39 | - Move default template files to a subfolder (`default`) | |
40 | - Rename the legacy theme to `vintage` | |
89284d55 A |
41 | - Private only filter is now displayed as a search parameter |
42 | - Autocomplete: pre-select the first element | |
36dcf997 V |
43 | - Move PubSubHub to a dedicated plugin |
44 | - Coding style: | |
45 | - explicit method visibility | |
46 | - safe boolean comparisons | |
47 | - remove unused variables | |
48 | - The updater now keeps custom theme preferences | |
49 | - Simplify the COPYING information | |
89284d55 A |
50 | - Improved client locale detection |
51 | - Improved date time display depending on the locale | |
52 | - Partial namespace support for Shaarli classes | |
36dcf997 | 53 | |
36dcf997 V |
54 | ### Removed |
55 | - PHP < 5.5 compatibility | |
a0df0651 | 56 | |
00670b20 | 57 | ### Fixed |
36dcf997 V |
58 | - Ignore generated release tarballs |
59 | - Hide default port when behind a reverse proxy | |
60 | - Fix a typo in the Markdown plugin description | |
61 | - Fix the presence of empty tags for private tags and in search results | |
62 | - Fix a fatal error during the install | |
63 | - Fix permalink image alignment in daily page | |
64 | - Fix the delete button in `editlink` | |
94cddf7b V |
65 | - Fix redirection after link deletion |
66 | - Do not access LinkDB links by ID before the Updater applies migrations | |
67 | - Remove extra spaces in the bookmarklet's name | |
89284d55 A |
68 | - Piwik plugin: Piwik URL protocol can now be set (http or https) |
69 | - All inline JS has been moved to dedicated JS files | |
00670b20 | 70 | |
94cddf7b V |
71 | ### Security |
72 | - Markdown plugin: escape HTML entities by default | |
90d4ed98 | 73 | |
90d4ed98 | 74 | |
94cddf7b V |
75 | ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 |
76 | ### Security | |
77 | - Markdown plugin: escape HTML entities by default | |
78 | ||
79 | ## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20 | |
80 | ### Fixed | |
90d4ed98 A |
81 | - PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template. |
82 | ||
fcb0d86b | 83 | ## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15 |
fcb0d86b A |
84 | ### Fixed |
85 | ||
86 | - Editing a link created before the new ID system would change its permalink. | |
00670b20 A |
87 | |
88 | ## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12 | |
6c1be5bc A |
89 | |
90 | > Note: this version will create an automatic backup of your database if anything goes wrong. | |
91 | ||
ca0ed5ca | 92 | ### Added |
c47d9723 | 93 | - Add CHANGELOG.md to track the whole project's history |
ae04803b | 94 | - Enable Composer cache for Travis builds |
c47d9723 V |
95 | - Save the last edition date for shaares and use it in Atom/RSS feeds |
96 | - Plugins: | |
97 | - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks | |
98 | - Allow defining init functions, e.g. for performing checks and error processing | |
b92287b6 A |
99 | - Add a Piwik plugin for analytics. |
100 | - Markdown: add warning notice regarding HTML rendering | |
101 | - Meta tag to *not* send the referrer to external resources. | |
c47d9723 | 102 | |
ca0ed5ca | 103 | ### Changed |
6c1be5bc A |
104 | - Link ID complete refactoring: |
105 | - Links now have a numeric ID instead of dates | |
106 | - Short URLs are now created once and can't change over time (previous URL are kept) | |
107 | - Templates: | |
108 | - Changed placeholder behaviour for: `buttons_toolbar`, `fields_toolbar` and `action_plugin` | |
109 | - Cleanup `{loop}` declarations in templates | |
110 | - Tools: hide Firefox Social button when not in HTTPS | |
111 | - Firefox Social: show Shaarli's title when shaaring using Firefox Social | |
ca0ed5ca V |
112 | - Release archives now have the same structure as GitHub-generated archives: |
113 | - archives contain a `Shaarli` directory, itself containing sources + dependencies | |
114 | - the tarball is now gzipped | |
b92287b6 A |
115 | - Plugins: |
116 | - Markdown: Parsedown library is now imported through Composer | |
7af9a418 | 117 | - Minor code cleanup: PHPDoc, spelling, unused variables, etc. |
68579ad5 | 118 | - Docker: explicitly set the maximum file upload size to 10 MiB |
c47d9723 | 119 | |
ca0ed5ca | 120 | ### Fixed |
c47d9723 V |
121 | - Fix the server `<self>` value in Atom/RSS feeds |
122 | - Plugins: | |
123 | - Tools: only display parameter description when it exists | |
124 | - archive.org: do not propose archival of private notes | |
b92287b6 A |
125 | - Markdown: |
126 | - render links properly in code blocks | |
127 | - bug regarding the `nomarkdown` tag | |
128 | - W3C compliance | |
fbc28ff1 | 129 | - Use absolute URL for hashtags in RSS and ATOM feeds |
68579ad5 | 130 | - Docker: specify the location of the favicon |
6c1be5bc | 131 | - ATOM feed: remove new line between content tag and data |
c47d9723 | 132 | |
ca0ed5ca | 133 | ### Security |
c47d9723 V |
134 | - Allow whitelisting trusted IPs, else continue banning clients upon login failure |
135 | ||
136 | ||
5eb72478 V |
137 | ## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12 |
138 | Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies. | |
17c9ac7c V |
139 | Please use our release archives, or follow the |
140 | [installation documentation](https://github.com/shaarli/Shaarli/wiki/Download-and-Installation). | |
5eb72478 V |
141 | |
142 | ### Added | |
143 | - Composer is required to resolve Shaarli's PHP dependencies | |
144 | - Shaarli now supports `#hashtags` | |
145 | - Firefox social share now uses selected text as a description | |
146 | - Plugin parameters can have a description in each plugin's `.meta` file | |
147 | ||
148 | ### Changed | |
149 | - Configuration is now stored as a JSON file | |
150 | - Previous configuration format will be automatically updated (PHP -> JSON) | |
151 | - Shaarli now defaults to cURL to fetch shaare titles | |
152 | - URL cleanup: remove `PHPSESSID` parameter | |
153 | - `nomarkdown` tag is no longer private, and now affects visitors | |
154 | - Cleanup template indentation | |
155 | - Rewrite bookmark import using a generic Netscape parser | |
156 | ||
157 | ### Removed | |
158 | - Shaarli no longer references Delicious in its description | |
159 | ||
160 | ### Deprecated | |
161 | - Shaarli configuration is not held as PHP globals anymore | |
162 | ||
163 | ### Fixed | |
164 | - Ignore case for tags in autocompletion and cloud tag | |
165 | - Avoid generating empty tags | |
166 | - Fix a Dockerfile syntax error | |
167 | ||
168 | ### Security | |
169 | - Fixed a bug preventing to change password | |
170 | - XSRF token now generated each time a page is rendered | |
171 | ||
17c9ac7c | 172 | |
5b750090 V |
173 | ## [v0.7.1](https://github.com/shaarli/Shaarli/releases/tag/v0.7.1) - 2017-03-08 |
174 | ### Security | |
175 | - Markdown plugin: escape HTML entities by default | |
176 | ||
5eb72478 V |
177 | ## [v0.7.0](https://github.com/shaarli/Shaarli/releases/tag/v0.7.0) - 2016-05-14 |
178 | ### Added | |
179 | - Adds an option to encode redirector URL parameter | |
180 | - Atom/RSS feeds now support Markdown formatting, and plugins in general | |
181 | - Markdown: use the tag `.nomarkdown` to avoid markdown processing | |
182 | - Prefill the login field when the authentication has failed | |
183 | - Show a private links counter | |
184 | ||
185 | ### Changed | |
186 | - Allow to use the bookmarklet in Firefox reader view (URL clean up) | |
187 | - Improve tagcloud font size | |
188 | - Improve title retrieving | |
189 | - Markdown: inline code background color | |
190 | - Refactor Netscape bookmark export | |
191 | - Refactor Atom/RSS feed generation | |
192 | ||
193 | ### Removed | |
194 | - Remove delicious from Shaarli description | |
195 | ||
196 | ### Fixed | |
197 | - Fix bad login redirections causing a 404 in a few cases | |
198 | - Fix tagcloud font-size with French locale | |
199 | - Don't display empty tags in tag search | |
200 | - Fix Awesomeplete conflicts with jQuery | |
201 | - Fix UTC timezone selection | |
202 | - Fix a bug preventing to import notes in browsers from bookmarks export | |
203 | - Don't redirect to ?post if ?addlink is reached while logged out | |
204 | ||
17c9ac7c | 205 | |
5eb72478 V |
206 | ## [v0.6.5](https://github.com/shaarli/Shaarli/releases/tag/v0.6.5) - 2016-03-02 |
207 | ### Fixed | |
17c9ac7c V |
208 | - Fixes a regression generating an unnecessary warning (language in HTTP request) |
209 | - Fixes a bug where going through multiple reverse proxy could generate malformed URL | |
210 | - Markdown: Fixes a bug where empty description blocks were displayed | |
211 | ||
5eb72478 V |
212 | |
213 | ## [v0.6.4](https://github.com/shaarli/Shaarli/releases/tag/v0.6.4) - 2016-02-28 | |
214 | ### Added | |
215 | - Add an updater class to automate user data upgrades | |
216 | - Plugin admin page: adds a label for checkboxes and improve name display | |
217 | - Plugin Wallabag: API version can be specified in plugin admin page | |
218 | ||
219 | ### Changed | |
220 | - Better tag cloud sorting, including special chars (`a > E > é > z`) | |
221 | - Autolocale now sets all locale categories, not just time | |
222 | - Use PHP's DateTime object instead of custom functions | |
223 | - Plugin hooks: process includes before header/footer | |
224 | - Markdown plugin: better styles for `<code>` and `<pre>` tags | |
225 | - Improve searching: | |
226 | - search terms are now considered separated and won't only return exact results anymore | |
227 | - exact search can be done with quotes `"this exact sentence"` | |
228 | - search supports excluded terms starting a dash `-exclude` | |
229 | - implement crossed search: terms + tags | |
230 | - all of them combined across all shaare fields | |
231 | - New tag behaviour: | |
232 | - tags starting with a dash will be renamed without it | |
233 | - tags starting with a dot `.` will be hidden unless the user is logged in | |
234 | ||
235 | ### Fixed | |
236 | - Fix Markdown plugin escape issues (code/quote blocks, etc.) | |
237 | - Link description aren't trimmed anymore to allow markdown format at the beginning of a shaare | |
238 | - Fixes plugin admin redirection page on error | |
239 | ||
240 | ### Security | |
241 | - Fix a bug where non initialized variables were causing a warning | |
242 | - Fix a bug where saving a link after edit could cause a 404 error | |
243 | ||
17c9ac7c | 244 | |
5eb72478 V |
245 | ## [v0.6.3](https://github.com/shaarli/Shaarli/releases/tag/v0.6.3) - 2016-01-31 |
246 | ### Added | |
247 | - Plugins administration page | |
248 | - Markdown plugin added for shaares description | |
249 | - Docker: Dockerfile is now in the main git repository and improved | |
250 | - Add a `.gitattributes` to ease repository management | |
251 | - Travis: include file permission checks | |
252 | ||
253 | ### Changed | |
254 | - Auto retrieve of title know works with websites (HTTPS, follow redirections, etc.) | |
255 | - 404 page is now handled in a template | |
256 | - Date in log files updated to work with fail2ban | |
257 | - Wallabag: support of Wallabag v2 and minor fixes | |
258 | - Link search refactoring | |
259 | - Logging function refactoring | |
260 | ||
261 | ### Fixed | |
262 | - Fix a bug where renaming a tag was causing a 404 | |
263 | - Fix a bug allowing to search blank terms | |
264 | - Fix a bug preventing to remove a tag with special chars when searching | |
265 | ||
266 | ||
267 | ## [v0.6.2](https://github.com/shaarli/Shaarli/releases/tag/v0.6.2) - 2015-12-23 | |
268 | ### Changed | |
269 | - Plugins: new footer hook | |
270 | - Plugins: improve QR code | |
271 | - Cleanup templates | |
272 | ||
273 | ### Fixed | |
274 | - Plugins: use the actual link URL to generate QR codes | |
275 | - Templates: missing/erroneous page titles | |
276 | - Templates: missing variables resulting in PHP errors | |
277 | ||
278 | ### Security | |
279 | - Fix invalid file permissions (remove executable bit) | |
280 | ||
281 | ||
282 | ## [v0.6.1](https://github.com/shaarli/Shaarli/releases/tag/v0.6.1) - 2015-12-01 | |
283 | ### Added | |
284 | - Add OpenSearch support | |
285 | - Add a Doxygen makefile target | |
286 | - Tools: add fine-grained file/directory permission checks (installation) | |
287 | ||
288 | ### Changed | |
289 | - Tools: check the 'stable' branch for new versions (updates) | |
290 | - Cleanup: introduce an `ApplicationUtils` class | |
291 | ||
292 | ### Removed | |
293 | - Cleanup: remove `json_encode()` function (built-in since PHP 5.2) | |
294 | ||
295 | ### Fixed | |
296 | - Auto-complete more than one tag | |
297 | - Bookmarklet: support titles containing quotes | |
298 | - URL encode links when setting a redirector | |
299 | ||
17c9ac7c | 300 | |
5eb72478 V |
301 | ## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18 |
302 | ### Added | |
303 | - Introduce a plugin system | |
304 | - Add a demo_plugin | |
305 | - Add plugins: | |
306 | - addlink_toolbar | |
307 | - archiveorg | |
308 | - playvideos | |
309 | - qrcode | |
310 | - readityourself | |
311 | - wallabag | |
312 | ||
313 | ### Changed | |
314 | - Coding style | |
315 | ||
316 | ### Fixed | |
317 | - Adding a new link now returns the correct anchor in the URL | |
318 | - Set default file permissions | |
319 | ||
320 | ||
321 | ## [v0.5.4](https://github.com/shaarli/Shaarli/releases/tag/v0.5.4) - 2015-09-15 | |
322 | ### Added | |
323 | - HTTPS: support being served behing an SSL-enabled proxy | |
324 | ||
325 | ### Changed | |
326 | - HTTP/Server utilities: refactor & add test coverage | |
327 | - Project & documentation: | |
328 | - improve/rewrite `README.md` | |
329 | - update contributor list | |
330 | - update `index.php` header | |
331 | ||
332 | ### Fixed | |
333 | - PHP session IDs: handle hash algorithms and bits per char representations | |
334 | ||
335 | ||
336 | ## [v0.5.3](https://github.com/shaarli/Shaarli/releases/tag/v0.5.3) - 2015-09-02 | |
337 | ### Fixed | |
338 | - Fix a bug that could prevent user to login | |
339 | ||
17c9ac7c | 340 | |
5eb72478 | 341 | ## [0.5.3](https://github.com/shaarli/Shaarli/releases/tag/0.5.3) - 2015-09-02 |
17c9ac7c | 342 | This release has been YANKED as it points to a tag that does not follow our naming convention. Please use `v0.5.3` instead |
5eb72478 V |
343 | |
344 | ### Fixed | |
345 | - Allow uppercase letters in PHP sessionid format | |
346 | ||
17c9ac7c | 347 | |
5eb72478 V |
348 | ## [v0.5.2](https://github.com/shaarli/Shaarli/releases/tag/v0.5.2) - 2015-08-31 |
349 | ### Added | |
350 | - Add PHP 7 to Travis platforms | |
351 | ||
352 | ### Changed | |
353 | - Also extract HTTPS page metadata (title) | |
354 | ||
355 | ### Fixed | |
356 | - Fix regression preventing to load LinkDB info when adding an existing link | |
357 | ||
358 | ### Security | |
359 | - Fix Full Path Disclosure upon cookie forgery | |
360 | ||
17c9ac7c | 361 | |
5eb72478 V |
362 | ## [v0.5.1](https://github.com/shaarli/Shaarli/releases/tag/v0.5.1) - 2015-08-17 |
363 | ### Added | |
364 | - Add a link to the shaarli/shaarli DockerHub repository | |
365 | ||
366 | ### Changed | |
367 | - Update local documentation | |
368 | - Improve timezone detection at installation | |
369 | - Improve feed cache handling | |
370 | - Improve URL cleanup for new links | |
371 | ||
372 | ### Fixed | |
373 | - Fix 404 after editing a link while being logged out | |
374 | ||
17c9ac7c | 375 | |
5eb72478 V |
376 | ## [v0.5.0](https://github.com/shaarli/Shaarli/releases/tag/v0.5.0) - 2015-07-31 |
377 | ### Added | |
378 | - Add Firefox Social API | |
379 | - Start code refactoring: | |
380 | - add unit test coverage | |
381 | - add Travis integration | |
382 | ||
383 | ### Changed | |
384 | - Search/Filter by tag fieds can now be accessed quickly with the `Tab` key | |
385 | - Update documentation | |
386 | - Remove duplicate tags in links | |
387 | - Remove annoying URL patterns | |
388 | - Start code refactoring: | |
389 | - move all settings to `data/config.php` | |
390 | - refactor Config, LinkDB, TimeZone, Utils | |
391 | ||
392 | ### Fixed | |
393 | - Fix locale handling | |
394 | - Fix note URLs | |
395 | - Fix page redirections | |
396 | - Fix daily RSS browsing | |
397 | - Fix title display | |
398 | - Restore compatibility with PHP 5.3 | |
399 | ||
400 | ### Security | |
401 | - Fix links not being hidden when `HIDE_PUBLIC_LINKS` is set | |
402 | ||
17c9ac7c | 403 | |
5eb72478 V |
404 | ## [v0.0.45beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.45beta) - 2015-03-16 |
405 | ### Fixed | |
406 | - Fix improperly displayed Unicode character | |
407 | - Fix incorrect font size for "Add link" input field | |
408 | ||
17c9ac7c | 409 | |
5eb72478 V |
410 | ## [v0.0.44beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.44beta) - 2015-03-15 |
411 | ### Added | |
412 | - Add a Makefile to run static code checkers | |
413 | - Add local documentation (help link in page footer) | |
414 | - Use awesomplete library for autocompletion | |
415 | - Use bLazy.js library for images lazy loading | |
416 | - New 'Add Note' bookmarklet to immediatly open a note (text post) compose window | |
417 | ||
418 | ### Changed | |
419 | - Theme improvements and cleanup (menu, search fields, icons, linklist...) | |
420 | - Allow 'javascript:' links sharing (bookmarklets) | |
421 | - Make update check optional | |
422 | - Redirect to homepage after adding a link via "Add Link" dialog | |
423 | - Remove more annoying URL parameters for shared links | |
424 | - Code cleanup | |
425 | ||
426 | ### Removed | |
427 | - Remove jQuery | |
428 | ||
429 | ### Security | |
430 | - Don't disclose version to visitors (shaarli-version.txt) | |
431 | ||
17c9ac7c | 432 | |
5eb72478 V |
433 | ## [v0.0.43beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.43beta) - 2015-02-20 |
434 | ### Added | |
435 | - Title button link URL is now configurable | |
436 | - RainTPL's TMP and TPL directories path are now configurable | |
437 | - Displayed URLs for each link are now clickable links | |
438 | - Show links timestamps in Daily view | |
439 | ||
440 | ### Changed | |
441 | - Automatically prepend "Note:" to title of self-posts (posts not pointing to an URL) | |
442 | - Make ATOM toolbar button optional (`SHOW_ATOM` configuration variable) | |
443 | - Optional archive.org links for each Shaarli link (`ARCHIVE_ORG` option) | |
444 | - Thumbnails: force HTTPS when possible | |
445 | - Improve tag cloud font scaling | |
446 | - Allow pointing RSS items to the permalink instead of the direct URL (`ENABLE_RSS_PERMALINKS` option) | |
447 | - Update JS libraries and add version numbers in filenames | |
448 | - Updates to README and footer | |
449 | ||
450 | ### Fixed | |
451 | - Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL) | |
452 | - Update check now checks against the community fork version | |
f1f1156d | 453 | - Include `cache/`, `data/`, `pagecache/` and `tmp/` directories in the repository |
5eb72478 V |
454 | - Fix duplicate tag search returning no results |
455 | - Fix unnecessary 404 error on "Add link" when the user is logged out | |
456 | - Fixes to copyright/licensing information and unlicensed media | |
457 | - Fixes for tag cloud invalid links | |
458 | - Coding style fixes/cleanup | |
459 | - Fix redirection after deleteing a link leading to a 404 error | |
460 | - Shaarli's HTML is now W3C-compliant | |
461 | - Search now works with Unicode characters | |
462 | ||
463 | ### Security | |
464 | - Do not leak server's PHP version and Shaarli's full path on errors | |
465 | - Prevent Shaarli from sending a lot of duplicate cookies | |
31081154 | 466 | |
17c9ac7c | 467 | |
31081154 V |
468 | ## [v0.0.42beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.42beta) - 2014-07-27 |
469 | ### Added | |
470 | - Add QRCode Javascript library | |
471 | - Allow importing bookmarks with the same timestamp (hack) | |
472 | - Allow putting a description in the bookmarklet URL | |
473 | - Add `json_encode()` implementation for PHP<5.2 | |
474 | - Highlight search results | |
475 | ||
476 | ### Changed | |
477 | - Improve 'Stay signed in' behaviour | |
478 | - Improve `smallHash()` | |
479 | - Refactor QRCode generation | |
480 | - Update Javascript lazyloading | |
481 | - Update CSS | |
482 | ||
483 | ### Removed | |
484 | - Remove jQuery from almost all pages | |
485 | ||
486 | ### Fixed | |
487 | - Fix overlapping tags | |
488 | - Fix field foxus in the bookmarklet | |
489 | - Fix error message when `data/` is not writable | |
490 | - Fix HTML generation | |
491 | ||
492 | ### Security | |
493 | - Fix XSS flaw | |
494 | ||
17c9ac7c | 495 | |
31081154 V |
496 | ## [v0.0.41beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.41beta) - 2013-03-08 |
497 | ### Added | |
498 | - Add HTTPS to the allowed protocols | |
499 | - Add support for magnet links in link descriptions | |
500 | - Allow creating new links as private by default | |
501 | - Allow disabling jQuery | |
502 | - Check write permissions | |
503 | - Check session support before installation | |
504 | ||
505 | ### Changed | |
506 | - Improve token security | |
507 | - RSS feed: allow inverting links/permalinks | |
508 | ||
509 | ### Fixed | |
510 | - Fix display issues during installation | |
511 | - Fix popup redirection after login failure | |
512 | - Fix RSS formatting for Thunderbird | |
513 | - Fix thumbnail creation | |
514 | - Fix cache purge | |
515 | ||
516 | ### Security | |
517 | - Fix login issue with WebKit browsers | |
518 | ||
17c9ac7c | 519 | |
31081154 V |
520 | ## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26 |
521 | Initial release on GitHub. | |
f1f1156d | 522 | |
17c9ac7c | 523 | |
f1f1156d V |
524 | ## [v0.0.40beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-24 |
525 | ### Added | |
526 | - Flickr thumbnail now also support albums, galleries and users | |
17c9ac7c V |
527 | - Add a configuration option to disable session cookie protection |
528 | Check this if your get disconnected often or your IP address changes often | |
f1f1156d V |
529 | |
530 | ### Removed | |
531 | - Removed the xml comment in cached RSS/ATOM feed | |
17c9ac7c | 532 | (although W3C-compliant, this may cause problems in some feed readers) |
f1f1156d V |
533 | |
534 | ### Fixed | |
535 | - A bug in the RSS cache would present old items as new in some cases | |
17c9ac7c V |
536 | - A small bug (non-initialized variable) in page cache cleaning |
537 | - Proper "Nothing found" message when search returns no results | |
538 | - No more 404 error when searching with empty input | |
539 | - Flickr thumbnails are back (Flickr has made some changes to their domains) | |
f1f1156d V |
540 | |
541 | ## [v0.0.39beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-10 | |
542 | ### Added | |
17c9ac7c V |
543 | - A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs |
544 | are massively hammered. Cache is automatically purged whenever the database | |
545 | is changed. This will reduce server load. I may add cache to other pages later. | |
f1f1156d V |
546 | |
547 | ### Changed | |
17c9ac7c V |
548 | - No more global `$LINKSDB` (Yuk) |
549 | - Background color was removed when hovering a link | |
f1f1156d V |
550 | |
551 | ### Fixed | |
17c9ac7c V |
552 | - Small bug corrected in config screen on timezones |
553 | - Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK) | |
554 | This is done on purpose | |
555 | - The `shaarli` session cookie now has a proper path | |
f1f1156d | 556 | Thus you can now install several Shaarlis on the same server in different paths, |
17c9ac7c V |
557 | and each will have its session |
558 | - Now when you delete a link, you go back the same page/search parameters you were on | |
559 | - Restore previously removed `error_get_last()`, to ensure PHP 5.1 compatibility | |
f1f1156d | 560 | (Yes, now it works on free.fr hosting) |
17c9ac7c V |
561 | - Added `dialog=1` in bookmarklet code for some browsers |
562 | ||
f1f1156d V |
563 | |
564 | ## [v0.0.38beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-06 | |
565 | ### Added | |
17c9ac7c V |
566 | - Automatic creation of the `tmp` directory with proper rights (for RainTPL) |
567 | - When you click the key to see only private links, it turns yellow | |
f1f1156d V |
568 | |
569 | ### Changed | |
570 | - The "Daily" page now automatically skips empty days. | |
571 | ||
572 | ### Fixed | |
17c9ac7c V |
573 | - Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters) |
574 | ||
f1f1156d V |
575 | |
576 | ## [v0.0.37beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-01 | |
577 | ### Added | |
17c9ac7c V |
578 | - Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices |
579 | - Picture wall no more instantly kills your browser. Now it uses | |
580 | [lazy image loading](http://www.appelsiini.net/projects/lazyload); | |
581 | the pictures are loaded only as you scroll the page. | |
582 | This will reduce browser memory usage (especially on mobile devices), | |
583 | as well as server load. | |
584 | If you have javascript disabled, the page will still work as before | |
585 | (all images loaded at once) | |
586 | - RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day. | |
587 | RSS feed provides the last 7 days (only non-empty days are returned). | |
588 | - In link list, added an icon to see only private links. Click to toggle (only private / all) | |
589 | ||
f1f1156d V |
590 | |
591 | ## [v0.0.36beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25 | |
592 | ### Added | |
593 | - Shaarli licence in COPYING | |
594 | ||
595 | ### Changed | |
17c9ac7c | 596 | - Display adjustments in "Daily" page |
f1f1156d V |
597 | |
598 | ### Fixed | |
17c9ac7c | 599 | - Improper text color in install form |
f1f1156d V |
600 | - Error in QRCode url (missing '?') |
601 | ||
17c9ac7c | 602 | |
f1f1156d V |
603 | ## [v0.0.35beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25 |
604 | ### Fixed | |
17c9ac7c V |
605 | - Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs |
606 | ||
f1f1156d V |
607 | |
608 | ## [v0.0.34beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25 | |
609 | ### Added | |
17c9ac7c | 610 | - There is now a QR-Code of each permalink to easily open a link on your smartphone |
f1f1156d | 611 | - Protocols `file:` and `apt:` are now also converted to clickable links (patch by Francis Chavanon) |
17c9ac7c | 612 | - Thumbnail support for http://xkcd.com/ (patch by Emilien Klein) |
f1f1156d | 613 | - Thumbnail support for http://pix.toile-libre.org/ |
17c9ac7c V |
614 | - Well I had _some_ mercy for users with antique browsers (IE) which do not have |
615 | support for gradients: I added a few `background-color` | |
616 | - First version of the "Shaarli Daily", a page showing all links of a specific day. | |
617 | By default, you see the links of the previous day. | |
618 | There is still work to do on this page (error checking, better navigation (calendar?), | |
619 | RSS feed, CSS for mobile and printing...) | |
f1f1156d V |
620 | |
621 | ### Changed | |
17c9ac7c V |
622 | - Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17) |
623 | - Upgraded bundled version of RainTPL (2.7) | |
624 | - Changed HTTPS detection code | |
f1f1156d V |
625 | |
626 | ### Fixed | |
17c9ac7c V |
627 | - In link edition, you can now click the word "Private" to check the box |
628 | - Clicking a tag would not work properly if the tag contained special characters (like +) | |
629 | - Added proper jQuery licence (shame on me) | |
630 | ||
f1f1156d V |
631 | |
632 | ## [v0.0.33beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-17 | |
633 | ### Added | |
634 | - Shaarli packaged to ease Linux distributions integration | |
17c9ac7c V |
635 | As a simple user, you do not need to cope with these versions |
636 | Future releases of Shaarli will also be customized and published in these directories | |
f1f1156d V |
637 | Differences with the standard Shaarli version: |
638 | - deb: | |
639 | - .tar.gz instead of .zip | |
640 | - COPYING licence file added | |
17c9ac7c | 641 | - jQuery/jQuery-UI libraries removed to cope with Debian rules |
f1f1156d V |
642 | This version links to the libs hosted at http://code.jquery.com |
643 | - rpm: | |
17c9ac7c | 644 | - sources located in a subdirectory with the same name as the zip file |
f1f1156d V |
645 | - COPYING licence file added |
646 | - WARNING: When downloading the .tar.gz, always use wget (and not your browser), | |
17c9ac7c | 647 | otherwise the .tar.gz will be corrupted |
f1f1156d V |
648 | |
649 | ### Fixed | |
17c9ac7c | 650 | - ATOM feed validates again |
f1f1156d V |
651 | |
652 | ### Security | |
17c9ac7c V |
653 | - XSS vulnerability patched (thanks to Stanislas D.!) |
654 | ||
f1f1156d V |
655 | |
656 | ## [v0.0.32beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-12-16 | |
657 | ### Added | |
17c9ac7c V |
658 | - Better check on URL parameters (patch by gege2061) |
659 | - Add `max-height` and `overflow:auto` attributes so that content can be scrolled if too large | |
f1f1156d V |
660 | |
661 | ### Changed | |
17c9ac7c V |
662 | - HTML generation moved to RainTPL templates (in the `tpl/` directory) |
663 | - Better detection of HTTPS (patch by gege2061) | |
664 | - In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061) | |
665 | - Jerrywham CSS patch included | |
666 | - Multiple spaces are now respected in description. | |
667 | Thus you can use Shaarli as a personal pastebin (for posting source code, for example). | |
f1f1156d V |
668 | |
669 | ### Removed | |
17c9ac7c | 670 | - Page time generation was removed |
f1f1156d V |
671 | |
672 | ### Fixed | |
17c9ac7c V |
673 | - Tab order changed in login screen |
674 | - Permalinks now work even if additional parameters have been added | |
675 | (e.g. `/?E8Yj2Q&utm_source=blablabla...`) | |
676 | - user.css is included only if the file is present | |
677 | (This prevents a useless CSS include which makes a harmless but useless 404 error.) | |
678 | ||
f1f1156d V |
679 | |
680 | ## [v0.0.31beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-29 | |
681 | ### Added | |
682 | - Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.) | |
17c9ac7c V |
683 | - partial [patch](http://www.idleman.fr/blog/?p=508) by Idleman: Better design consistency, icon on private links. In-page popup was not included because it causes problem on some websites |
684 | - Support for bookmark files without ADD_DATE attributes | |
685 | - Logo is clickable | |
686 | - `user.css` can be added to overload Shaarli base CSS.(patch by Jerrywham). | |
687 | Just put `user.css` in the same directory as shaarli.css. | |
688 | Example: `<code css>#pageheader { background: blue; }</code>` | |
689 | Please note that Shaarli CSS are not stable and may completely change on each version | |
f1f1156d V |
690 | |
691 | ### Changed | |
692 | - Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham) | |
693 | ||
694 | ### Fixed | |
695 | - Better error handling in thumbnail generation (patch by Emilien K.) | |
17c9ac7c V |
696 | - The top menu is no longer displayed in bookmarklet popup |
697 | - Bookmark which have the exact same date/time are now correctly imported. | |
698 | Most remaining import problems should be solved now | |
699 | - Comment in Shaarli export moved to beginning of file to prevent clash with last link description | |
700 | ||
f1f1156d V |
701 | |
702 | ## [v0.0.30beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18 | |
703 | ### Added | |
17c9ac7c | 704 | - Add a small `delete` button in link list (after the `edit` button) |
f1f1156d V |
705 | |
706 | ### Fixed | |
17c9ac7c V |
707 | - Moved the call to PubSubHub |
708 | ||
f1f1156d V |
709 | |
710 | ## [v0.0.29beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18 | |
711 | ### Fixed | |
17c9ac7c V |
712 | - Corrected a bug introduced in v0.0.28beta |
713 | (there was an error if you use the bookmarklet and you're not logged in) | |
714 | ||
f1f1156d V |
715 | |
716 | ## [v0.0.28beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-17 | |
717 | ### Added | |
17c9ac7c V |
718 | - Thumbnail support for youtu.be URLs (YouTube short url service) |
719 | - PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/). | |
720 | Warning: This was not tested. You need to set your hub url in | |
721 | `$GLOBALS['config']['PUBSUBHUB_URL']` and put the official client (`publisher.php`) | |
722 | in the same directory as Shaarli's `index.php` | |
723 | - RSS and ATOM feeds now also contain tags (in `category` tags, as per their | |
724 | respective specifications) | |
f1f1156d V |
725 | |
726 | ### Changed | |
727 | - New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469) | |
17c9ac7c V |
728 | - In picture wall, pictures point to Shaarli permalink instead of final URL. |
729 | This way, users can read the description. | |
730 | - In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs | |
731 | - In RSS/ATOM feeds, URLs are now clickable | |
732 | - Rename `http_parse_headers()` to `http_parse_headers_shaarli()` to prevent | |
733 | name collision with some PHP extensions | |
f1f1156d V |
734 | |
735 | ### Fixed | |
17c9ac7c V |
736 | - Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur) |
737 | - Shaarli now correctly only tries to get thumbnails for vimeo video URLs | |
738 | - Fix a bug in imgur.com URLs handling that would cause some thumbnails not to appear | |
739 | - The search engine would not return a result if the word to search was the first in description | |
740 | - Extracted title is now correct if the page has two `title` html tags | |
f1f1156d | 741 | |
f1f1156d V |
742 | |
743 | ## [v0.0.27beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-18 | |
744 | ### Added | |
17c9ac7c V |
745 | - Add a picture wall, which can be filtered too: it will use the same filters |
746 | (tags,text search) as current page when clicked. | |
747 | ||
f1f1156d V |
748 | |
749 | ## [v0.0.26beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-17 | |
750 | ### Changed | |
17c9ac7c | 751 | - Made permalink more visible (smallHash) |
f1f1156d V |
752 | |
753 | ### Fixed | |
17c9ac7c V |
754 | - Removed extras space in description when URLs are converted to clickable links |
755 | - Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave) | |
756 | ||
f1f1156d V |
757 | |
758 | ## [v0.0.25beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-13 | |
759 | ### Added | |
760 | - Better CSS for printing (thanks to jerrywham suggestion) | |
17c9ac7c V |
761 | - Allow using a redirector or anonymizing proxy for links |
762 | (such as `http://anonym.to/?` to mask you `HTTP_REFERER`). | |
763 | Just go to `Tools > Configure > Redirector` | |
764 | (thanks to Accent Grave for the suggestion). | |
765 | - The `ENABLE_LOCALCACHE` option can be set to `false` for those who have | |
766 | a limited quota on their host. | |
767 | This will disable the local thumbnail cache. | |
768 | Services which require the use of the cache will have no thumbnails | |
769 | (vimeo, flickr, direct link to image). | |
770 | Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us) | |
771 | ||
772 | ### Changed | |
773 | - Now thumbnails generated by Shaarli are croped to a height of 120 pixels | |
774 | - YouTube thumbnails now use `default.jpg` instead of `2.jpg` (This is usually more pertinent) | |
775 | - Configuration options (such as `HIDE_TIMESTAMPS`, `ENABLE_THUMBNAILS`, etc.) | |
776 | can now be put in a an external file so that you do not have to tweak them again | |
777 | when you upgrade Shaarli. | |
778 | Just add the file `data/options.php`. | |
779 | - If a single link is displayed, the page title contains the title of the link | |
780 | - Shaarli page title is clickable (and has the same link as "Home") | |
f1f1156d V |
781 | - A few CSS tweaks (thanks to maethor for suggestion) |
782 | ||
783 | ### Fixed | |
17c9ac7c V |
784 | - Shaarli now supports newlines in titles (thanks to dixy) |
785 | - The link to the RSS feed in page header was not correct | |
786 | ||
f1f1156d V |
787 | |
788 | ## [v0.0.24beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
789 | ### Added | |
17c9ac7c V |
790 | - Allow posting an entry without a link. (You can use Shaarli as a kind of "personal twitter") |
791 | - Each Shaarli entry now has a short link (just click on the date of a link). | |
792 | Now you can send a link that points to a single entry in your Shaarli | |
793 | - In descriptions, URLs are now clickable | |
794 | - Thumbnails will be generated for all link pointing to .jpg/png/gif | |
795 | (as long as the images are less than 4 Mb and take less than 30 seconds to download) | |
f1f1156d V |
796 | |
797 | ### Fixed | |
17c9ac7c V |
798 | - Now thumbnails also work for imgur gallery links (/gallery/...) |
799 | (Thanks to Accent Grave for the correction) | |
800 | - Removed useless debugging information in log | |
f1f1156d V |
801 | - The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17beta) |
802 | ||
17c9ac7c | 803 | |
f1f1156d V |
804 | ## [v0.0.23beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) |
805 | ### Added | |
806 | - Added thumbnail support for imageshack.us | |
807 | ||
808 | ### Changed | |
17c9ac7c V |
809 | - Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien) |
810 | - In tag editing, comma (,) are now automatically converted to spaces | |
811 | - In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line | |
812 | ||
f1f1156d V |
813 | |
814 | ## [v0.0.22beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
815 | ### Added | |
17c9ac7c V |
816 | - Support for thumbnails for flickr.com |
817 | - Allow staying signed in: | |
818 | Your session will be kept open even if you close the browser. | |
819 | This is available through a checkbox in the login screen. | |
f1f1156d V |
820 | |
821 | ### Changed | |
17c9ac7c V |
822 | - Some hosts (flickr, vimeo) are slow as hell for the thumbnails, |
823 | or require an extra HTTP request. | |
824 | For these hosts the thumbnail generation has been deported outside the generation | |
825 | of the page to keep Shaarli snappy. | |
826 | For these slow services, the thumbnails are also cached. | |
f1f1156d V |
827 | |
828 | ### Fixed | |
17c9ac7c V |
829 | - Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei) |
830 | ||
f1f1156d V |
831 | |
832 | ## [v0.0.21beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
833 | ### Added | |
17c9ac7c V |
834 | - Thumbnails for some services |
835 | Currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com. | |
836 | Thumbnails are enabled by default, but you can turn them off | |
837 | (set `define('ENABLE_THUMBNAILS',true);` to `false`). | |
f1f1156d V |
838 | |
839 | ### Changed | |
17c9ac7c V |
840 | - Removed the focus on the searchbox (this is cumbersome when you want to browse pages |
841 | and scroll with the keyboard) | |
842 | ||
f1f1156d V |
843 | |
844 | ## [v0.0.20beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
845 | ### Fixed | |
17c9ac7c V |
846 | - RSS feed is now served as `application/rss+xml` instead of `application/xhtml+xml` |
847 | (which was causing problem in //RSS Lounge//) | |
f1f1156d V |
848 | - ATOM feed is now served as `application/atom+xml` instead of `application/xhtml+xml` |
849 | ||
17c9ac7c | 850 | |
f1f1156d V |
851 | ## [v0.0.19beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) |
852 | ### Added | |
17c9ac7c | 853 | - ATOM feed |
f1f1156d V |
854 | |
855 | ### Fixed | |
17c9ac7c V |
856 | - Patch by Emilien to remove the update notification after the update |
857 | ||
f1f1156d V |
858 | |
859 | ## [v0.0.18beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
860 | ### Added | |
17c9ac7c V |
861 | - You can now configure the title of your page |
862 | - New screen to configure title and timezone | |
f1f1156d V |
863 | |
864 | ### Changed | |
17c9ac7c | 865 | - Nicer timezone selection patch by killruana |
f1f1156d V |
866 | |
867 | ### Fixed | |
868 | - New lines now appear correctly in the RSS feed descriptions. | |
869 | ||
17c9ac7c | 870 | |
f1f1156d V |
871 | ## [v0.0.17beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) |
872 | ### Added | |
17c9ac7c V |
873 | - Change password screen added (based on a patch by killruana) |
874 | - Autocomplete in the tag search form | |
875 | - You can rename or delete a tag in all links | |
876 | (very handy if you misspelled a tag or want to merge tags) | |
877 | - When you click the RSS feed, the feed will be filtered with the same filters | |
878 | as the page you were viewing | |
f1f1156d V |
879 | |
880 | ### Changed | |
17c9ac7c V |
881 | - CSS adjustments by jerrywham |
882 | - Minor corrections | |
883 | ||
f1f1156d V |
884 | |
885 | ## [v0.0.16beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
886 | ### Added | |
17c9ac7c V |
887 | - Upgrade notification: |
888 | If a new version of Shaarli is available, you will be notified by a discreet | |
889 | message in top-right corner. | |
890 | This message will only be visible if you are logged in, and the check will be | |
891 | performed at most once a day. | |
892 | - Preliminary tag cloud (ugly for the moment, I need to find something better) | |
f1f1156d V |
893 | |
894 | ### Changed | |
17c9ac7c V |
895 | - Replaced `preg_match()` with `version_compare()` to check PHP version |
896 | - Includes a patch by Emilien K. to mask dates if user is not logged in. | |
897 | The option can be activated by changing `define('HIDE_TIMESTAMPS',false);` to `true` | |
898 | ||
f1f1156d V |
899 | |
900 | ## [v0.0.15beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
901 | ### Added | |
17c9ac7c V |
902 | - New in import: Option to overwrite existing links when importing |
903 | - On free.fr, automatic creation of the `/sessions` directory | |
f1f1156d V |
904 | |
905 | ### Changed | |
17c9ac7c V |
906 | - CSS Stylesheet is now an external file (shaarli.css). |
907 | This reduces page size and eases customization. | |
f1f1156d V |
908 | |
909 | ### Removed | |
910 | - Removed some parameters in URL added by some feed proxies (`#xtor=RSS-...`) | |
911 | ||
912 | ### Fixed | |
17c9ac7c V |
913 | - Bug corrected: Prevented loop on login screen upon successful login after a failed login |
914 | - Bug corrected in import: HTML entities were not properly decoded. | |
915 | If you imported your Delicious/Diigo bookmarks, your should import them again | |
916 | and use the 'overwrite' option of the import feature. | |
917 | ||
f1f1156d V |
918 | |
919 | ## [v0.0.14beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
920 | ### Added | |
17c9ac7c V |
921 | - You no longer need to disable `magic_quotes` on your host. |
922 | Shaarli will cope with this option beeing activated. | |
923 | ||
f1f1156d V |
924 | |
925 | ## [v0.0.13beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
926 | ### Added | |
17c9ac7c V |
927 | - Import: New option to import html bookmark file as private links |
928 | - Import: Importing a bookmark file will not overwrite existing links anymore | |
929 | - Export: New options to export only public or private links | |
f1f1156d V |
930 | |
931 | ### Changed | |
17c9ac7c V |
932 | - In tag autocomplete, tags are presented in use order |
933 | (most used tags first, instead of alphabetical order) | |
f1f1156d V |
934 | - RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url: |
935 | - `&searchtags=minecraft+video` for tag filtering | |
17c9ac7c V |
936 | - `&searchterm=portal` for fulltext search to the feed url |
937 | ||
f1f1156d V |
938 | |
939 | ## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
940 | ### Added | |
17c9ac7c V |
941 | - Add a check that the config file was properly created |
942 | (in case Shaarli does not have the write rights in its folder) | |
943 | - Open Shaarli: there is an option to open your Shaarli to anyone. | |
944 | Anybody will be able to add/edit/delete links without having to login. | |
945 | In code, change `define('OPEN_SHAARLI',false);` to `true`. | |
946 | Note: No anti-spam for the moment. You are warned! | |
947 | - Autocomplete for tags | |
948 | ||
f1f1156d V |
949 | |
950 | ## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
951 | ### Added | |
c47d9723 | 952 | - Add a check and a warning for some hosts which still have `magic_quotes` activated |
17c9ac7c | 953 | |
f1f1156d V |
954 | |
955 | ## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
956 | ### Added | |
17c9ac7c V |
957 | - Get rid of `"` in titles |
958 | ||
f1f1156d V |
959 | |
960 | ## [v0.0.9beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
961 | ### Added | |
17c9ac7c | 962 | - Now works on hosts `free.fr` and `1and1` |
f1f1156d | 963 | - Now works with PHP 5.1 |
17c9ac7c | 964 | - PHP version is now checked and an error message is displayed if version is not correct |
f1f1156d V |
965 | |
966 | ### Fixed | |
967 | - No more error messages if the browser does not send `HTTP_REFERER` | |
17c9ac7c V |
968 | - No more error messages if the host has disabled http protocol in PHP config (eg. 1and1) |
969 | ||
f1f1156d V |
970 | |
971 | ## [v0.0.8beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) | |
972 | ### Changed | |
17c9ac7c V |
973 | - In RSS feed, GUID content replaced with the URL of the link, because some |
974 | stupid RSS reader (like Google Reader) use `<guid>` as a link instead of using `<link>` | |
975 | ||
f1f1156d V |
976 | |
977 | ## [v0.0.7beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-09-16 | |
978 | First public release by Sebsauvage, see original article: | |
979 | [Adieu Delicious, Diigo et StumbleUpon. Salut Shaarli !](http://sebsauvage.net/rhaa/index.php?2011/09/16/09/29/58-adieu-delicious-diigo-et-stumbleupon-salut-shaarli-) (FR) |