Skip to content

Commit 25fde30

Browse files
committed
change dev status to stable
1 parent 468e4b2 commit 25fde30

5 files changed

Lines changed: 495 additions & 21 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Sat, 15 June 2025 V.1.0.10
2626
- Fix button spaces as like confirmation buttons.
2727
- Added some languages to translation catalog.
2828
- Added requests dependency for all OS.
29+
- Ability to build a standalone executable (OS dependent) using py_installer.py
30+
script.
31+
- Revert to stable release.
2932

3033
+------------------------------------+
3134
Thu, 11 Aug 2023 V.1.0.5 (unreleased)

INSTALL

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ Important Notes:
44
The instructions provided on this file assume you have Python installed and
55
configured on your operating system.
66

7-
Currently FFaudiocue is still under development in beta status and no
8-
pre-compiled packages have been distributed, but since it comes with a
9-
`pyproject.toml` file, you can build it and install it very easily into your
10-
operating system.
11-
12-
However, to achieve this a virtual python environment is recommended, for
13-
example using tools like `python3-venv` or `virtualenv`, which once activated,
14-
you can install packages in the virtual environment using pip and then installing
15-
FFaudiocue into it. At present, other installation methods that use
16-
administrative privileges such as superuser or root are strongly discouraged.
7+
A virtual python environment is recommended, for example using tools like
8+
`python3-venv` or `virtualenv`, which once activated, you can install Python
9+
packages and then installing FFaudiocue into it. At present, other installation
10+
methods that use administrative privileges such as superuser or root are strongly
11+
discouraged.
1712

1813
Documentation:
1914
- https://docs.python.org/3/library/venv.html
@@ -22,11 +17,11 @@ Documentation:
2217
- https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe
2318

2419
-----
25-
Linux
20+
Linux/FreeBSD
2621
-----
2722

28-
First of all, install the essential packages using the package manager provided
29-
by your linux distribution, then install wxPython version 4.0.7 or higher.
23+
Install the essential packages using the package manager provided
24+
by your OS, then install wxPython version 4.0.7 or higher.
3025
On debian-based distributions (Ubuntu, Kubuntu, Lubuntu, Mint, MXLinux, etc)
3126
this package is identified as `python3-wxgtk4.0` .
3227
Aldo make sure you have `ffmpeg` and `ffprobe` already installed.
@@ -41,7 +36,7 @@ OR (alternatively), use requirements.txt file:
4136
python3 -m pip install -r requirements.txt
4237

4338
To run the program type:
44-
$ ffaudiocue
39+
ffaudiocue
4540

4641
-------
4742
Windows
@@ -77,4 +72,4 @@ OR (alternatively), use requirements.txt file:
7772
python -m pip install -r requirements.txt
7873

7974
To run the program type:
80-
$ ffaudiocue
75+
ffaudiocue

TODO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
- Complete the Italian translation.
99
- [DONE] Update localization guidelines
10-
- Make tests cases.
10+
- [DONE] Make tests cases.
1111
- Complete the README.md.
1212
- Make debian dir.
1313
- [DONE] Write INSTALL basic for installations.
1414

1515
- [DONE] Auto-make output folder if it doesn't exist.
16-
- [DONE] The codec/output format is always flac even if you choose another format
17-
among those available (wav, opus, mp3, ogg)
18-
- Make GitHub workflow to test multiple Python version.
16+
- [DONE] The codec/output format is always flac even if you choose another format among those available (wav, opus, mp3, ogg)
17+
- [DONE] Make GitHub workflow to test multiple Python version.
1918
- [DONE] Fix button spaces as like confirmation buttons.
2019

2120
- [DONE] open only one dialog windows a time (use pubsub)
2221
- [DONE] make auto-exit/auto-restart application
2322
- [DONE] make sub-directory for languages i18n
24-
- [DONE] Save some preferences without re-start application
23+
- [DONE] Save some preferences without re-start application.
24+
- [DONE] Make script python for build standalone executable.

0 commit comments

Comments
 (0)