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