diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 102 |
1 files changed, 98 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad916426..a87f1d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,100 @@ | |||
1 | ## Changelog | 1 | ## Changelog |
2 | 2 | ||
3 | ### 2.2.1 2017/01/31 | ||
4 | |||
5 | - [#2809](https://github.com/wallabag/wallabag/pull/2809) Fixed duplicate entry for share_public in craue_setting_table and added documentation about migration (@nicosomb) | ||
6 | |||
7 | ### 2.2.0 2017/01/27 | ||
8 | - [#2789](https://github.com/wallabag/wallabag/pull/2789) Added indexes on is_archived and is_starred (@nicosomb) | ||
9 | - [#2763](https://github.com/wallabag/wallabag/pull/2763) Sort list of available tags (@janLo) | ||
10 | - [#2646](https://github.com/wallabag/wallabag/pull/2646) Added explanations about migrations (@nicosomb, @jlnostr) | ||
11 | - [#2787](https://github.com/wallabag/wallabag/pull/2787) Lock kphoen/rulerz to avoid breaking changes (@j0k3r) | ||
12 | - [#2750](https://github.com/wallabag/wallabag/pull/2750) Added migration to rename uuid to uid (@nicosomb) | ||
13 | - [#2774](https://github.com/wallabag/wallabag/pull/2774) add cli export (@tcitworld) | ||
14 | - [#2742](https://github.com/wallabag/wallabag/pull/2742) Avoid false preview image (@j0k3r) | ||
15 | - [#2733](https://github.com/wallabag/wallabag/pull/2733) Fixed API error No matching accepted Response format could be determined (@nicosomb) | ||
16 | - [#2735](https://github.com/wallabag/wallabag/pull/2735) Removed the small element on reading time (@nicosomb) | ||
17 | - [#2729](https://github.com/wallabag/wallabag/pull/2729) Fix double overlay on expanded right sidenav (@Simounet) | ||
18 | - [#2728](https://github.com/wallabag/wallabag/pull/2728) Fix right side-nav scrolling on low height window (@Simounet) | ||
19 | - [#2725](https://github.com/wallabag/wallabag/pull/2725) Share to Shaarli - Include tags (@lapineige,) | ||
20 | - [#2732](https://github.com/wallabag/wallabag/pull/2732) Firefox add-on URL updated (@Simounet) | ||
21 | - [#2730](https://github.com/wallabag/wallabag/pull/2730) Access to search, filters, export on mobile (@Simounet) | ||
22 | - [#2731](https://github.com/wallabag/wallabag/pull/2731) Minor typo fix (@llune) | ||
23 | - [#2702](https://github.com/wallabag/wallabag/pull/2702) Added index on entry.uuid (@nicosomb) | ||
24 | - [#2724](https://github.com/wallabag/wallabag/pull/2724) Fix entry reading time (@Simounet) | ||
25 | - [#2723](https://github.com/wallabag/wallabag/pull/2723) Fixed export by tags with a tag which contains space (@nicosomb) | ||
26 | - [#2696](https://github.com/wallabag/wallabag/pull/2696) Run migration on each test (@j0k3r) | ||
27 | - [#2714](https://github.com/wallabag/wallabag/pull/2714) Fix the box shadow on the card entry (@Simounet) | ||
28 | - [#2616](https://github.com/wallabag/wallabag/pull/2616) Change documentation links to HTTPS (@mathieui) | ||
29 | - [#2682](https://github.com/wallabag/wallabag/pull/2682) Ensure craue_config_setting migration are ok (@nicosomb, @j0k3r) | ||
30 | - [#2690](https://github.com/wallabag/wallabag/pull/2690) Added QoS for RabbitMQ (@nicosomb) | ||
31 | - [#2701](https://github.com/wallabag/wallabag/pull/2701) Removed outputWalkers for pagination (@nicosomb) | ||
32 | - [#2667](https://github.com/wallabag/wallabag/pull/2667) Upgrade to Symfony 3.2 (@nicosomb, @j0k3r) | ||
33 | - [#2699](https://github.com/wallabag/wallabag/pull/2699) Removed user join in query builder (@nicosomb) | ||
34 | - [#2697](https://github.com/wallabag/wallabag/pull/2697) Add default value for list_mode (@j0k3r) | ||
35 | - [#2691](https://github.com/wallabag/wallabag/pull/2691) Moved total messages from import (@nicosomb) | ||
36 | - [#2689](https://github.com/wallabag/wallabag/pull/2689) Replaced chmod for download pictures feature (@nicosomb) | ||
37 | - [#2688](https://github.com/wallabag/wallabag/pull/2688) Fixed imports with is_starred and is_archived (@nicosomb) | ||
38 | - [#2686](https://github.com/wallabag/wallabag/pull/2686) Casted maxIterations for Redis import (@nicosomb) | ||
39 | - [#2680](https://github.com/wallabag/wallabag/pull/2680) Limit rule to 255 (@j0k3r) | ||
40 | - [#2679](https://github.com/wallabag/wallabag/pull/2679) Fix content from imported entried being discarded when URL goes bad (@j0k3r, @jcharaoui) | ||
41 | - [#2677](https://github.com/wallabag/wallabag/pull/2677) add translations/wallabag_user.de.yml (fixes #2673) (@Strubbl) | ||
42 | - [#2676](https://github.com/wallabag/wallabag/pull/2676) Updated addons links (@nicosomb) | ||
43 | - [#2674](https://github.com/wallabag/wallabag/pull/2674) Fixed 404 for wallabag logo in 2FA (@nicosomb) | ||
44 | - [#2672](https://github.com/wallabag/wallabag/pull/2672) Fixed typo in asynchronous documentation (@nicosomb) | ||
45 | - [#2670](https://github.com/wallabag/wallabag/pull/2670) Added floating button on entry view for mobile (@nicosomb) | ||
46 | - [#2650](https://github.com/wallabag/wallabag/pull/2650) Added hasColumn() in migration to check column existence (@nicosomb) | ||
47 | - [#2662](https://github.com/wallabag/wallabag/pull/2662) Add list view (@nicosomb) | ||
48 | - [#2663](https://github.com/wallabag/wallabag/pull/2663) Removed FOSUser attributes removed in alpha4 (@nicosomb) | ||
49 | - [#2659](https://github.com/wallabag/wallabag/pull/2659) Fix incorrect reading time calculation for entries in non-latin languages. (@akovalyov) | ||
50 | - [#2654](https://github.com/wallabag/wallabag/pull/2654) Enforce lowercase on domain name filter (@Kdecherf) | ||
51 | - [#2622](https://github.com/wallabag/wallabag/pull/2622) Material UI Changes (@nicosomb, @Kdecherf) | ||
52 | - [#2642](https://github.com/wallabag/wallabag/pull/2642) Fixed logout shortcut (@nicosomb) | ||
53 | - [#2620](https://github.com/wallabag/wallabag/pull/2620) Fix password layout (@j0k3r) | ||
54 | - [#2640](https://github.com/wallabag/wallabag/pull/2640) Fixed entry shortcuts available in list view (@nicosomb) | ||
55 | - [#2637](https://github.com/wallabag/wallabag/pull/2637) Update messages.pl.yml (@wallabag) | ||
56 | - [#2317](https://github.com/wallabag/wallabag/pull/2317) Added authentication for restricted access articles (@nicosomb, @bdunogier) | ||
57 | - [#2612](https://github.com/wallabag/wallabag/pull/2612) Added help about shortcuts (@nicosomb) | ||
58 | - [#2635](https://github.com/wallabag/wallabag/pull/2635) Return 304 when content isn't reloaded using the API (@j0k3r) | ||
59 | - [#2613](https://github.com/wallabag/wallabag/pull/2613) Fix card action overlap (@j0k3r) | ||
60 | - [#2614](https://github.com/wallabag/wallabag/pull/2614) Add ability to reload entry from API (@j0k3r) | ||
61 | - [#2632](https://github.com/wallabag/wallabag/pull/2632) Update messages.pl.yml (@wallabag) | ||
62 | - [#2630](https://github.com/wallabag/wallabag/pull/2630) Add white-text class to card-title too (@ThibaudDauce) | ||
63 | - [#2600](https://github.com/wallabag/wallabag/pull/2600) Install assets for shortcuts (@j0k3r) | ||
64 | - [#2601](https://github.com/wallabag/wallabag/pull/2601) Added http_status in Entry entity (@nicosomb) | ||
65 | - [#2593](https://github.com/wallabag/wallabag/pull/2593) Put log in the most common failure tests (@j0k3r) | ||
66 | - [#2592](https://github.com/wallabag/wallabag/pull/2592) Update messages.pl.yml (@wallabag) | ||
67 | - [#2547](https://github.com/wallabag/wallabag/pull/2547) Added a configuration to define the redirection after archiving an entry (@j0k3r, @nicosomb, @Strubbl) | ||
68 | - [#2495](https://github.com/wallabag/wallabag/pull/2495) Added shortcuts (@nicosomb, @tcitworld) | ||
69 | - [#2566](https://github.com/wallabag/wallabag/pull/2566) Added unmark.it sharing (@nicosomb) | ||
70 | - [#2564](https://github.com/wallabag/wallabag/pull/2564) Update messages.pl.yml (@wallabag) | ||
71 | - [#2553](https://github.com/wallabag/wallabag/pull/2553) Added new tag form in mobile view for Material theme (@nicosomb) | ||
72 | - [#2548](https://github.com/wallabag/wallabag/pull/2548) Add Pinboard import (@Strubbl, @j0k3r) | ||
73 | - [#2551](https://github.com/wallabag/wallabag/pull/2551) Removed Maintenance bundle (@nicosomb) | ||
74 | - [#2541](https://github.com/wallabag/wallabag/pull/2541) Update messages.pl.yml (@wallabag) | ||
75 | - [#2540](https://github.com/wallabag/wallabag/pull/2540) Update of the OC version (@Quent-in) | ||
76 | - [#2535](https://github.com/wallabag/wallabag/pull/2535) Use created_at as default sort (@j0k3r) | ||
77 | - [#2180](https://github.com/wallabag/wallabag/pull/2180) Download pictures (@j0k3r, @tcitworld) | ||
78 | - [#2523](https://github.com/wallabag/wallabag/pull/2523) Added QRCode and link to configure android application (@tcitworld, @nicosomb) | ||
79 | - [#2499](https://github.com/wallabag/wallabag/pull/2499) Added relation between API Client and User (@nicosomb) | ||
80 | - [#2496](https://github.com/wallabag/wallabag/pull/2496) Update messages.pl.yml (@wallabag) | ||
81 | - [#2401](https://github.com/wallabag/wallabag/pull/2401) Reset account (@j0k3r) | ||
82 | - [#1890](https://github.com/wallabag/wallabag/pull/1890) bring annotations to API (@j0k3r, @nicosomb, @tcitworld) | ||
83 | - [#2456](https://github.com/wallabag/wallabag/pull/2456) use new tcpdf library version (@tcitworld) | ||
84 | - [#2453](https://github.com/wallabag/wallabag/pull/2453) Fix API export (@j0k3r) | ||
85 | - [#2438](https://github.com/wallabag/wallabag/pull/2438) Update messages.pl.yml (@wallabag) | ||
86 | - [#2372](https://github.com/wallabag/wallabag/pull/2372) API: ability to export entry in all available format (epub, pdf, etc...) (@j0k3r, @pmartin) | ||
87 | - [#2409](https://github.com/wallabag/wallabag/pull/2409) Occitan version update (@Quent-in, @nicosomb) | ||
88 | - [#2177](https://github.com/wallabag/wallabag/pull/2177) Delete user (@j0k3r, @nicosomb, @tcitworld) | ||
89 | |||
90 | ### 2.1.6 2017/01/18 | ||
91 | - [#2759](https://github.com/wallabag/wallabag/pull/2759) Prepare wallabag 2.1.6 :rocket: (@nicosomb) | ||
92 | - [#2758](https://github.com/wallabag/wallabag/pull/2758) Fixed possible JS injection via the title edition (@nicosomb) | ||
93 | - [#2736](https://github.com/wallabag/wallabag/pull/2736) Update copyright year (@lex111) | ||
94 | - [#2624](https://github.com/wallabag/wallabag/pull/2624) Fix #2056 update config.yml (@Rurik19) | ||
95 | |||
3 | ### 2.1.5 2016/11/21 | 96 | ### 2.1.5 2016/11/21 |
97 | - [#2625](https://github.com/wallabag/wallabag/pull/2625) Prepare wallabag 2.1.5 (@nicosomb) | ||
4 | - [#2623](https://github.com/wallabag/wallabag/pull/2623) Force composer to run as PHP 5.5.9 (@j0k3r) | 98 | - [#2623](https://github.com/wallabag/wallabag/pull/2623) Force composer to run as PHP 5.5.9 (@j0k3r) |
5 | - [#2608](https://github.com/wallabag/wallabag/pull/2608) Change version to 2.2.0-dev (@nicosomb) | 99 | - [#2608](https://github.com/wallabag/wallabag/pull/2608) Change version to 2.2.0-dev (@nicosomb) |
6 | - [#2607](https://github.com/wallabag/wallabag/pull/2607) Updated changelog for 2.1.4 (@nicosomb) | 100 | - [#2607](https://github.com/wallabag/wallabag/pull/2607) Updated changelog for 2.1.4 (@nicosomb) |
@@ -94,7 +188,7 @@ | |||
94 | - [#2397](https://github.com/wallabag/wallabag/pull/2397) Ensure orphan tag are remove in API (@j0k3r) | 188 | - [#2397](https://github.com/wallabag/wallabag/pull/2397) Ensure orphan tag are remove in API (@j0k3r) |
95 | - [#2399](https://github.com/wallabag/wallabag/pull/2399) Use default locale for user config (@j0k3r) | 189 | - [#2399](https://github.com/wallabag/wallabag/pull/2399) Use default locale for user config (@j0k3r) |
96 | - [#2400](https://github.com/wallabag/wallabag/pull/2400) Set env to prod in documentation (@j0k3r) | 190 | - [#2400](https://github.com/wallabag/wallabag/pull/2400) Set env to prod in documentation (@j0k3r) |
97 | - [#2396](https://github.com/wallabag/wallabag/pull/2396) Update messages.pl.yml (@mruminski) | 191 | - [#2396](https://github.com/wallabag/wallabag/pull/2396) Update messages.pl.yml (@wallabag) |
98 | - [#2395](https://github.com/wallabag/wallabag/pull/2395) Add ability to use socket (@j0k3r) | 192 | - [#2395](https://github.com/wallabag/wallabag/pull/2395) Add ability to use socket (@j0k3r) |
99 | - [#2386](https://github.com/wallabag/wallabag/pull/2386) Changed Changelog by using github-changelog-generator from @skywinder (@nicosomb) | 193 | - [#2386](https://github.com/wallabag/wallabag/pull/2386) Changed Changelog by using github-changelog-generator from @skywinder (@nicosomb) |
100 | - [#2389](https://github.com/wallabag/wallabag/pull/2389) Added default picture if preview picture is null (@nicosomb) | 194 | - [#2389](https://github.com/wallabag/wallabag/pull/2389) Added default picture if preview picture is null (@nicosomb) |
@@ -450,8 +544,8 @@ | |||
450 | - [#1546](https://github.com/wallabag/wallabag/pull/1546) v2 – Ability to reload an entry (@j0k3r) | 544 | - [#1546](https://github.com/wallabag/wallabag/pull/1546) v2 – Ability to reload an entry (@j0k3r) |
451 | - [#1547](https://github.com/wallabag/wallabag/pull/1547) v2 – Fix wrong if when deleting an entry (@j0k3r) | 545 | - [#1547](https://github.com/wallabag/wallabag/pull/1547) v2 – Fix wrong if when deleting an entry (@j0k3r) |
452 | - [#1544](https://github.com/wallabag/wallabag/pull/1544) v2 – Add custom email for 2FA (@j0k3r) | 546 | - [#1544](https://github.com/wallabag/wallabag/pull/1544) v2 – Add custom email for 2FA (@j0k3r) |
453 | - [#1540](https://github.com/wallabag/wallabag/pull/1540) v2 – Don't redirect to the content page after deletion (@j0k3r) | 547 | - [#1540](https://github.com/wallabag/wallabag/pull/1540) v2 – Don't redirect to the content page after deletion (@j0k3r) |
454 | - [#1542](https://github.com/wallabag/wallabag/pull/1542) v2 – Avoid multiple tag creation (@j0k3r) | 548 | - [#1542](https://github.com/wallabag/wallabag/pull/1542) v2 – Avoid multiple tag creation (@j0k3r) |
455 | - [#1488](https://github.com/wallabag/wallabag/pull/1488) Slug for tags (@wallabag) | 549 | - [#1488](https://github.com/wallabag/wallabag/pull/1488) Slug for tags (@wallabag) |
456 | - [#1537](https://github.com/wallabag/wallabag/pull/1537) Updated composer.lock (@bdunogier) | 550 | - [#1537](https://github.com/wallabag/wallabag/pull/1537) Updated composer.lock (@bdunogier) |
457 | - [#1529](https://github.com/wallabag/wallabag/pull/1529) changed table name for tagging rule (@nicosomb) | 551 | - [#1529](https://github.com/wallabag/wallabag/pull/1529) changed table name for tagging rule (@nicosomb) |
@@ -482,4 +576,4 @@ | |||
482 | - [#1440](https://github.com/wallabag/wallabag/pull/1440) fix #1433: remove www. on entries view (@nicosomb) | 576 | - [#1440](https://github.com/wallabag/wallabag/pull/1440) fix #1433: remove www. on entries view (@nicosomb) |
483 | - [#1434](https://github.com/wallabag/wallabag/pull/1434) Add multiple database tests on Travis (@j0k3r) | 577 | - [#1434](https://github.com/wallabag/wallabag/pull/1434) Add multiple database tests on Travis (@j0k3r) |
484 | - [#1435](https://github.com/wallabag/wallabag/pull/1435) Enabled created user from Config (@j0k3r) | 578 | - [#1435](https://github.com/wallabag/wallabag/pull/1435) Enabled created user from Config (@j0k3r) |
485 | - [#1429](https://github.com/wallabag/wallabag/pull/1429) V2 – Handle language in entry (@j0k3r) \ No newline at end of file | 579 | - [#1429](https://github.com/wallabag/wallabag/pull/1429) V2 – Handle language in entry (@j0k3r) |