1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
- filtering gif
- metadata updates
This commit is contained in:
lufebe16 2023-10-19 16:39:35 +02:00
parent 7741fa7dcc
commit b966794a9a
2 changed files with 6 additions and 4 deletions

View file

@ -20,6 +20,7 @@ source.dir = ./tmp
# (list) Source files to exclude (let empty to not exclude anything)
#source.exclude_exts = spec
source.exclude_exts = spec,gif
# (list) List of directory to exclude (let empty to not exclude anything)
#source.exclude_dirs = tests, bin, venv

View file

@ -1,10 +1,11 @@
Android specific:
- Temporary screen orientation lock added. Long tap (5 seconds) to the
playground locks/unlocks (toggle) automatic screen rotation.
- Temporary screen orientation lock added. Long tap (2.5 seconds) to the
playground locks screen rotation.
- Toolbar: configuration of displayed toolbar buttons added to options menu.
- Toolbar: dynamic updates on Toolbar and Options settings.
- Toolbar buttons for 'new deal' and 'restart' have now a delayed
functionality. This prevents from accidental execution.
- Toolbar buttons for 'new deal' and 'restart' have now display a
toast instead of executing immediatley. Tap to the toast accept.
- Implementation of full picture hint for the new puzzle type games.
Main version:
- consult NEWS.asscidoc or html-src/news.html on
github for more change informations.