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