Changelog History
Page 45
-
v2.16 Changes
February 03, 2019๐ This release fixes the following bugs:
- Part 2: Fix: Not displaying card content of public board: Snap, Docker and Sandstorm Shared Wekan Board Link with code from ChronikEwok.
Thanks to GitHub user ChronikEwok for contributions.
-
v2.15 Changes
February 03, 2019๐ This release fixes the following bugs:
- ๐ณ Fix: Not displaying card content of public board: Snap, Docker and Sandstorm Shared Wekan Board Link with code from ChronikEwok.
Thanks to GitHub user ChronikEwok for contributions.
-
v2.14 Changes
February 02, 2019๐ This release fixes the following bugs:
- ๐ Fix Sandstorm export board from web.
- ๐ฒ Fix Error when logging in to Wekan REST API when using Sandstorm Wekan.
Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file.
curl http://Bearer:[email protected]:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json
If later API key does not work, you need to remove it and make a new one.
Thanks to GitHub user xet7 for contributions.
-
v2.13 Changes
February 01, 2019๐ This release adds the following new features with Apache I-CLA, thanks to bentiss:
- Use infinite-scrolling on lists. This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn't fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling
- When writing to minicard, press Shift-Enter on minicard to go to next line below, to continue writing on same minicard 2nd line.
Thanks to GitHub user bentiss for contributions.
-
v2.12 Changes
January 31, 2019๐ This release fixes the following bugs:
Thanks to GitHub user danpatdav for contributions.
-
v2.11 Changes
January 31, 2019๐ This release fixes the following bugs:
- Fix: Bug: Not logged in public board page has calendar. Thanks to xet7.
Thanks to above GitHub users and translators for contributions.
-
v2.10 Changes
January 30, 2019๐ This release adds the following new features:
- ๐ Translations: Add Macedonian. Copied Bulgarian to Macedonian so that required changes will be faster to add. Thanks to translators and therampagerado;
๐ and fixes the following bugs:
- โช Revert Sandstorm API changes that were done at Wekan v2.05 to fix #2143. Thanks to pantraining and xet7.
Thanks to above GitHub users and translators for contributions.
-
v2.09 Changes
January 28, 2019๐ This release fixes the following bugs with Apache I-CLA, thanks to bentiss:
Thanks to GitHub user bentiss for contributions.
-
v2.08 Changes
January 28, 2019๐ This release fixes the following bugs with Apache I-CLA, thanks to bentiss:
- ๐ Make the max height of the swimlane not too big](https://github.com/wekan/wekan/commit/ae82f43078546902e199d985a922ebf7041a4917). We take a full screen minus the header height;
- Properly fix horizontal rendering on Chrome and Firefox. This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar." This reverts commit 9dd8216dfb "- Fix cards below swimlane title in Firefox" by making previous fix" And this partially reverts commit dd88eb4cc. The root of the issue was that I was adding a new div and nesting the list of lists in this new list. This resulted in some weird behavior that Firefox could not handled properly Revert to a code colser to v2.02, by just having the swimlane header in a separate line, and keep only one flex element. Fixes #2137
๐ Thanks to GitHub user bentiss for contributions, and translators for their translations.
-
v2.07 Changes
January 28, 2019๐ This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.