Jeremy Benoist
54ba9a6da8
Prepare 2.6.9
...
Also update deps.
2024-04-03 09:26:58 +02:00
Jeremy Benoist
c8f036ad0f
Prepare 2.6.8 release
2024-01-03 07:31:07 +01:00
Jeremy Benoist
fa107116cc
Prepare 2.6.7 release
2023-10-02 14:14:34 +02:00
Jeremy Benoist
c7e5ba6dd0
Prepare 2.6.6 release
2023-09-07 09:18:56 +02:00
Nicolas Lœuillet
f052f6f580
Prepare wallabag 2.6.5
2023-08-28 10:14:40 +02:00
Nicolas Lœuillet
e9a837a0ac
Prepare wallabag 2.6.4
2023-08-22 15:37:04 +02:00
Nicolas Lœuillet
ca879c36de
Prepare wallabag 2.6.3
2023-08-21 11:52:16 +02:00
Nicolas Lœuillet
192fa3ea2e
Prepare 2.6.2 release
2023-07-24 10:28:28 +02:00
Nicolas Lœuillet
73682283e4
Prepare 2.6.1 release
2023-06-21 07:13:03 +02:00
Nicolas Lœuillet
aee7df9f3d
Prepare 2.6.0 release
2023-06-19 22:14:27 +02:00
Nicolas Lœuillet
a94d7503c2
Added new setting to show / hide articles thumbnails
2023-06-16 14:27:15 +02:00
Nicolas Lœuillet
54b3977a3c
Update main contributors
2023-06-16 11:40:33 +02:00
Jeremy Benoist
66b7bdd07c
Merge remote-tracking branch 'origin/2.5.x'
2023-04-24 14:36:32 +02:00
Jeremy Benoist
812d6ac376
Prepare 2.5.4
2023-02-07 22:03:20 +01:00
Jeremy Benoist
b795622f06
Prepare 2.5.3
2023-02-01 09:51:02 +01:00
Jeremy Benoist
1d3935fbd3
Remove LiipThemeBundle
...
As baggy theme was removed and material is the only remaining theme, we don't need a theme switched anymore.
So:
- move all `*.twig` files from the material theme folder to the root
- remove useless translations
2022-11-23 14:52:06 +01:00
Jeremy Benoist
8d3fcd4635
Merge remote-tracking branch 'origin/master' into 2.6.0
2022-11-03 10:30:17 +01:00
Nicolas Lœuillet
4947d419a3
Removed Carrot & Scuttle share
2022-11-01 15:10:02 +01:00
Jeremy Benoist
7b2107d3bb
Prepare 2.5.2
2022-10-20 16:00:16 +02:00
Yassine Guedidi
5a55a64fee
Use fosuser_registration directly instead of wallabag_user.registration_enabled
2022-08-15 17:23:16 +02:00
Jeremy Benoist
c2ef197726
Prepare 2.5.1
...
And also update Composer & Yarn deps.
2022-06-08 23:13:37 +02:00
Jeremy Benoist
1a5348a8b8
Prepare 2.5.0 release
2022-05-17 20:29:28 +02:00
Kevin Decherf
6824914eb5
Deprecate mobi export
...
- Disable mobi export on new installations
- Put a note in the setting label
Closes #5773
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-05-13 09:52:43 +02:00
Nicolas Lœuillet
9a9d8840bb
Enabled greek translation
2022-03-08 15:30:45 +01:00
Jeremy Benoist
9e5a7db740
2.4.3
...
Also exclude @dependabot from automated GitHub release
2022-02-14 16:25:16 +01:00
marapavelka
c429a31273
Update wallabag.yml
...
Added option for Czech language.
2022-01-05 16:40:28 +01:00
Jeremy Benoist
ed9210db09
Prepare 2.4.2 release
2021-03-16 09:23:37 +01:00
Jeremy Benoist
5a69fec5da
Prepare 2.4.1
...
- update changelog
- bump version
- update deps
2021-01-04 10:21:07 +01:00
Jeremy Benoist
f5d82abcfe
Update release process and introduce 2.4.1-dev
2020-12-10 15:01:47 +01:00
Nicolas Lœuillet
dd36b9bda5
Updated changelog for wallabag 2.4.0
2020-11-30 12:17:42 +01:00
Tom
8eac42a897
Added dutch translation to the settings
...
Since the NL translation is 100% i think it deserves a place in the settings page :-)
2020-10-09 15:23:58 +02:00
Jérémy Benoist
885a1daec5
Add Croatian translation
2020-08-24 07:03:09 +02:00
Volodymyr Fedyk
488f01f50e
Add Ukrainian translation
2020-07-26 21:23:56 +03:00
Nicolas Lœuillet
9717d01298
Upgrade Piwik Twig Extension to Matomo
2020-04-29 14:19:31 +02:00
Kevin Decherf
2495b19761
Add default system-wide ignore origin rules with install support
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-04-25 15:59:23 +02:00
AKKED
7d4176b27b
Add Japanese translation
2020-03-28 16:47:44 +01:00
lizyn
9ce18f06c3
Added Simplified Chinese as a language option
2020-02-25 00:19:04 +08:00
Sebastian Riehm
6fb7d4a7ae
fixed annoying typo
2020-01-26 09:48:17 +01:00
Sebastian Riehm
20349b02dd
Update wallabag.yml
...
reverted generic urls
2020-01-26 09:45:31 +01:00
Sebastian Riehm
1e921a657f
cosmetic changes:
...
- http to https
- replaced generic .com by specific TLD
- updated some dead urls
2020-01-25 16:16:43 +01:00
Nicolas Lœuillet
af7b22a3be
Fixed default value for reading speed
2019-09-19 14:23:06 +02:00
Jeremy Benoist
6546aca4a3
Keep composer.lock
...
We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too.
Now we have less contributions (sadly) so I think we won't run against that problem.
Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install.
It'll also be much easier to make release.
Scrutinizer & Travis will be faster too.
2019-05-29 11:41:07 +02:00
Jeremy Benoist
cc181629a0
Prepare 2.3.8 release
2019-05-14 10:16:46 +02:00
Jeremy Benoist
3d7a1f4caf
Jump to 2.3.8-dev
2019-03-04 13:49:23 +01:00
Jeremy Benoist
f2aa373054
Prepare 2.3.7 release
2019-03-04 09:32:26 +01:00
Jérémy Benoist
314f647238
Jump to 2.3.7-dev
2019-01-11 22:17:48 +01:00
Jeremy Benoist
3bed2e440e
Prepare 2.3.6 release
2019-01-11 14:16:41 +01:00
Jeremy Benoist
4fd5f670fe
Jump to 2.3.6-dev and update release process
...
Fix release archive in `release.sh` and also fix a typo in the release process
2018-12-15 08:14:47 +01:00
Jeremy Benoist
a1272ab84d
Prepare 2.3.5 release
2018-12-14 20:59:16 +01:00
Jeremy Benoist
a03c4d90b2
Jump to 2.3.5-dev and update release process
...
After the latest release, I update the documentation about it so it’s more clear
2018-11-25 09:43:21 +01:00