Releases: LinuxUsersLinuxMint/PyAppDevKit
Releases · LinuxUsersLinuxMint/PyAppDevKit
PyAppDevKit Python Library 1.6.2
Yenilikler:
- Programdan çıkış yapmayı sağlayan fonksiyonlar düzenlenmiştir. (Zaten int veri tipinde olan userTime değişkenini tekrar int veri tipine çeviren kod kaldırılmıştır.)
- Sadece diyalog ile programdan çıkış yapmayı sağlayan fonksiyon için bir hata düzeltilmiştir.
- Kullanıcıya programdan çıkış yapmak için en uygun yöntemi seçmelerine olanak tanıyan all_exit fonksiyonunda bir hata düzeltilmiştir. (userTime değişkeni String veri tipinde değer aldıktan sonra int veri tipine çeviriliyor artık.)
Innovations:
- The functions that allow to exit the program have been edited. (The code that converts the userTime variable, which is already of int data type, back to int data type has been removed.)
- Fixed a bug for the function that allows to exit the program with dialog only.
- Fixed a bug in the all_exit function that allows the user to choose the most convenient way to exit the program. (The userTime variable is now converted to int data type after receiving a value in String data type).
PyAppDevKit Python Library 1.6.1
Yenilikler:
- Geliştiricilerin kendi projelerinde PyAppDevKit kütüphanesi hakkındaki bilgileri göstermesini sağlayan "LibAbout" fonksiyonu optimize edilmiştir.
Innovations:
- Optimized the “LibAbout” function, which allows developers to show information about the PyAppDevKit library in their projects.
PyAppDevKit Python Library 1.6
Yenilikler:
- PyAppDevKit artık yerel sayaç fonksiyonunu içeriyor bu sayede geliştiriciler bazı görevler için PyAppDevKit'in yerleşik sayacını kullanabilecek.
Innovations:
- PyAppDevKit now includes a native counter function, so developers can use PyAppDevKit's built-in counter for some tasks.
PyAppDevKit Python Library 1.5
Yenilikler:
- Programdan çıkış yapmak için oluşturulmuş fonksiyonlardaki "Windows" platformu için özel olarak hazırlanan kodlar silinmiştir (Gereksiz olduğu için).
- Geliştiricilerin kullanıcıya program hakkında bilgi verebilmesini sağlayan "program_welcome_msg" fonksiyonu düzenlenmiştir.
Innovations:
- Removed the special code for the “Windows” platform in the functions created to exit the program (because it was unnecessary).
- The “program_welcome_msg” function, which allows developers to inform the user about the program, has been edited.
PyAppDevKit Python Library 1.4
Yenilikler:
- PyAppDevKit kütüphanesi için test.py dosyası eklenmiştir yapılan testleri buradan görüntüleyebilirsiniz.
- Geliştiricilerin kendi kütüphaneleri hakkında bilgi verebilmeleri için "library_info" fonksiyonu eklenmiştir.
- "program_info" , "library_info" artık numaralı değişkenlere sahiptir. "1.3" sürümüne kıyasla geliştiriciler artık bilgilerin yerini değiştirebilecekler.
Bilinen hatalar:
- Bir dosyayı referans eklemek sorunlara neden oluyor. (InfoLib klasörü ve lib.py dosyası geçici bir süreliğine kaldırılmıştır.)
What's new:
- Test.py file has been added for PyAppDevKit library, you can view the tests done here.
- The “library_info” function has been added for developers to provide information about their libraries.
- “program_info”, “library_info” now have numbered variables. Compared to version “1.3”, developers can now change the location of the information.
Known bugs
- Adding a reference to a file causes problems. (InfoLib folder and lib.py file have been temporarily removed).
Translated with DeepL.com (free version)
PyAppDevKit Python Library 1.3
Yenilikler:
- "pyappdevkit_info.py" dosyasını içe aktarma sorunu düzeltildi.
- "pyappdevkit.py" dosyası için kullanılan kütüphaneler artık "lib.py" dosyasında yer alıyor bu sayede PyAppDevKit için kullanılan tüm kütüphaneleri daha rahat bir şekilde görüntüleyebilirsiniz.
Innovations:
- Fixed issue with importing “pyappdevkit_info.py” file.
- The libraries used for the “pyappdevkit.py” file are now included in the “lib.py” file, so you can more easily view all libraries used for PyAppDevKit.
PyAppDevKit Python Library 1.2
Yenilikler:
- Geliştiriciler için oluşturulan Çıkış yöntemlerindeki (exit_program_time) fonksiyonunun düzgün çalışmamasına neden olan bir hata düzeltilmiştir.
Innovations:
- A bug has been fixed that caused the (exit_program_time) function in the Exit methods created for developers to not work properly.
PyAppDevKit Python Library 1.1
Yenilikler:
- Geliştiricilerin kendi programları hakkında bilgi vermesini sağlayan "program_info" fonksiyonu güncellenmiştir. (Uygulanan sözleşmeler ve Uygulanan sözleşmeler web sitesini referans alan 2 yeni değişken eklenmiştir. Daha fazla bilgi için: PyAppDevKit 1.1 kaynak koduna bakınız.)
Innovations:
- The "program_info" function, which allows developers to provide information about their programs, has been updated. (2 new variables have been added referencing the Implemented contracts and Implemented contracts website. For more information: See PyAppDevKit 1.1 source code.)
PyAppDevKit Python Library 1.0
Yenilikler:
- "Basic_Maths" kütüphanesinin "4.1" sürümündeki geliştiriciler için oluşturulan fonksiyonlar artık "PyAppDevKit" adı altında sunulucaktır.
- Python geliştiricileri için yazılım/uygulama geliştirmeyi kolaylaştırmayı hedefleyen bir geliştirme kitidir.
- Sürekli güncel kalır bu sayede sürekli yeni özellikler eklenir ve hata varsa bunlar çözülür.
- En iyi kullanıcı deneyiminiz için "PyAppDevKit" kütüphanesinin her zaman en son sürümünü kullanınız.
Innovations:
- Functions created for developers in the "4.1" version of the "Basic_Maths" library will now be offered under the name "PyAppDevKit".
- It is a development kit that aims to make software/application development easier for Python developers.
- It remains constantly updated, so new features are constantly added and if there are errors, they are resolved.
- For your best user experience, always use the latest version of the "PyAppDevKit" library.