aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2020-04-27 18:13:33 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2020-04-27 18:49:20 +0200
commit694a76b6ce3eb45cbc6c2ddfbd1e615ec50d9a4f (patch)
treedc4f0634f31611b93962368ff275cc88ec3a2ce2
parent976b4bbb115e50feb71accc0e55f1129ac3557e5 (diff)
downloadwallabag-prepare-24.tar.gz
wallabag-prepare-24.tar.zst
wallabag-prepare-24.zip
Updated changelog for wallabag 2.4.0prepare-24
-rw-r--r--CHANGELOG.md79
-rw-r--r--app/config/wallabag.yml2
2 files changed, 80 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e418d3e2..d36f4779 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,84 @@
1# Changelog 1# Changelog
2 2
3## [2.4.0](https://github.com/wallabag/wallabag/tree/2.4.0)
4 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.8...2.4.0)
5
6### Features
7
8- Allow to rename tags from the web interface [#3574](https://github.com/wallabag/wallabag/pull/3574)
9- Added possibility to change locale from login/register pages [#3216](https://github.com/wallabag/wallabag/pull/3216)
10- Add ability to import/export tagging rules [#4028](https://github.com/wallabag/wallabag/pull/4028)
11- Add quickstart into the menu [#3992](https://github.com/wallabag/wallabag/pull/3992)
12- Enable OTP 2FA via third apps (Google Authenticator, Authy or FreeOTP) [#3798](https://github.com/wallabag/wallabag/pull/3798)
13- Show untagged entries count on tag list [#3993](https://github.com/wallabag/wallabag/pull/3993)
14- Add random feature [#3526](https://github.com/wallabag/wallabag/pull/3526)
15- Added ability to revoke feed token [#3994](https://github.com/wallabag/wallabag/pull/3994)
16- Display login in config / user [#3995](https://github.com/wallabag/wallabag/pull/3995)
17- Move Ignore Origin rules to database [#4026](https://github.com/wallabag/wallabag/pull/4026)
18- Add ability to manually define the reading speed [#4053](https://github.com/wallabag/wallabag/pull/4053)
19- Added MathJax support [#4128](https://github.com/wallabag/wallabag/pull/4128)
20- Improved tags list [#4136](https://github.com/wallabag/wallabag/pull/4136)
21- Add untagged list link to filter menu [#4150](https://github.com/wallabag/wallabag/pull/4150)
22- Allow custom styles system wide [#4151](https://github.com/wallabag/wallabag/pull/4151)
23- Added elCurator import [#4175](https://github.com/wallabag/wallabag/pull/4175)
24- Added language support for Simplified Chinese(简体中文)[#4281](https://github.com/wallabag/wallabag/pull/4281)
25- add Japanese translation [#4274](https://github.com/wallabag/wallabag/pull/4274)
26- Added publication date on epub export [#4315](https://github.com/wallabag/wallabag/pull/4315)
27- Enhanced article display [#4317](https://github.com/wallabag/wallabag/pull/4317)
28- Added mass actions for Material design in list view [#4326](https://github.com/wallabag/wallabag/pull/4326)
29- Added a button to disable 2FA when enabled [#4329](https://github.com/wallabag/wallabag/pull/4329)
30- Enhanced navigation menu in material theme [#4343](https://github.com/wallabag/wallabag/pull/4343)
31
32### API
33
34- Added a basic search endpoint [#3627](https://github.com/wallabag/wallabag/pull/3627)
35- Entries: added add parameter detail to exclude or include content in response [#3960](https://github.com/wallabag/wallabag/pull/3960)
36- Add a new endpoint to retrieve information from the wallabag instance [#3845](https://github.com/wallabag/wallabag/pull/3845)
37- Copy client info to clipboard [#4058](https://github.com/wallabag/wallabag/pull/4058)
38- API return an error with empty quote [#4161](https://github.com/wallabag/wallabag/pull/4161)
39- Fixed bug when we delete entry via API [#4316](https://github.com/wallabag/wallabag/pull/4316)
40- Add ability to define lifetime token for the API [#4319](https://github.com/wallabag/wallabag/pull/4319)
41
42### Technical stuff
43
44- Added support for secured emails via SMTP [#3596](https://github.com/wallabag/wallabag/pull/3596)
45- Add `given_url` in Entry table to check if a redirected url has already added [#3271](https://github.com/wallabag/wallabag/pull/3271)
46- Storage of hash of URL to check if pages already saved [#3158](https://github.com/wallabag/wallabag/pull/3158)
47- Changed RSS to Atom feed and improve paging [#3223](https://github.com/wallabag/wallabag/pull/3223)
48- MySQL: change collation of tag label [#3959](https://github.com/wallabag/wallabag/pull/3959)
49- Use httplug and graby 2.0 [#3390](https://github.com/wallabag/wallabag/pull/3390)
50- Use Imagick to keep GIF animation [#3955](https://github.com/wallabag/wallabag/pull/3955)
51- Jump to Symfony 3.4 [#3731](https://github.com/wallabag/wallabag/pull/3731)
52- Added archived_at property and updateArchived method [#3630](https://github.com/wallabag/wallabag/pull/3630)
53- Removed hardcoded database version [#3864](https://github.com/wallabag/wallabag/pull/3864)
54- Dropping PHP < 7.1 [#3758](https://github.com/wallabag/wallabag/pull/3758)
55- Force default_protocol to generate an url input [#3879](https://github.com/wallabag/wallabag/pull/3879)
56- Cascade delete on oauth2 table when deleting a user [#3956](https://github.com/wallabag/wallabag/pull/3956)
57- Preview picture: use the 1st pic retrieved if no og:image set [#3965](https://github.com/wallabag/wallabag/pull/3965)
58- Force PHP version in Dockerfile [#3977](https://github.com/wallabag/wallabag/pull/3977)
59- Add Sentry support [#3990](https://github.com/wallabag/wallabag/pull/3990)
60- Fix slow/unindexed queries [#4081](https://github.com/wallabag/wallabag/pull/4081)
61- Rename internal settings table [#4084](https://github.com/wallabag/wallabag/pull/4084)
62- Add environment variables to control scripts/dev.sh behavior [#4152](https://github.com/wallabag/wallabag/pull/4152)
63- Increase php memory limit PHP Docker [#4163](https://github.com/wallabag/wallabag/pull/4163)
64- Ensure ENV is well defined when using make [#4249](https://github.com/wallabag/wallabag/pull/4249)
65
66### Fixes
67
68- Fixed Instapaper import date order [#3980](https://github.com/wallabag/wallabag/pull/3980)
69- Add missing entries in craue_config_setting. [#3868](https://github.com/wallabag/wallabag/pull/3868)
70- Fix `reading_time` being NULL on SQLite [#4020](https://github.com/wallabag/wallabag/pull/4020)
71- Fix createdAt filter on material [#4299](https://github.com/wallabag/wallabag/pull/4299)
72- Fix duplicated icons on "Search engine" and "new link" forms [#4149](https://github.com/wallabag/wallabag/pull/4149)
73- Fix entries export from search view [#4278](https://github.com/wallabag/wallabag/pull/4278)
74- Fixed URL to share entry via twitter [#4250](https://github.com/wallabag/wallabag/pull/4250)
75- Sidebar sub entries not conditioned by hover anymore [#4254](https://github.com/wallabag/wallabag/pull/4254)
76- Fix print of long pages [#4263](https://github.com/wallabag/wallabag/pull/4263)
77- Fixed duplicated tags when renaming them [#4310](https://github.com/wallabag/wallabag/pull/4310)
78- Added authentication during import command for paywalled websites [#4325](https://github.com/wallabag/wallabag/pull/4325)
79- Added more coherence with color links for material theme [#4346](https://github.com/wallabag/wallabag/pull/4346)
80- Changed visibility for article stats [#4347](https://github.com/wallabag/wallabag/pull/4347)
81
3## [2.3.8](https://github.com/wallabag/wallabag/tree/2.3.8) 82## [2.3.8](https://github.com/wallabag/wallabag/tree/2.3.8)
4 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.7...2.3.8) 83 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.7...2.3.8)
5 84
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml
index 4dad9200..e0fcd221 100644
--- a/app/config/wallabag.yml
+++ b/app/config/wallabag.yml
@@ -1,5 +1,5 @@
1wallabag_core: 1wallabag_core:
2 version: 2.4.0-dev 2 version: 2.4.0
3 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" 3 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
4 languages: 4 languages:
5 en: 'English' 5 en: 'English'