Browse Source

README update; More words in Pole

Arthur Yefimov 3 năm trước cách đây
mục cha
commit
0ef12db71f
4 tập tin đã thay đổi với 20 bổ sung6 xóa
  1. 7 0
      HISTORY.md
  2. 8 1
      Programs/Pole/words.dat
  3. 4 4
      README.md
  4. 1 1
      src/FreeOberon.Mod

+ 7 - 0
HISTORY.md

@@ -1,3 +1,10 @@
+## 1.1.0-alpha.5 - 2022-02-20
+
+* Fix POSIX file creation/rename when temp path was on another partition
+* Fix REAL output in modules Out and Reals
+* Fix Graph.HLine, Graph.VLine and Graph.GetDesktopResolution, Graph.ReadKey
+* Add SetClip, UnsetClip, MakeRGBA, ClearBitmapToColor in module Graph
+
 ## 1.1.0-alpha.4 - 2022-02-10
 
 * Allow usage of module Graph on Windows

+ 8 - 1
Programs/Pole/words.dat

@@ -1,4 +1,11 @@
 ЕЛКА
 ЖАВОРОНОК
 СОТРУДНИК
-ЛОКОМОТИВ
+ЛОКОМОТИВ
+КОМСОМОЛЕЦ
+КОМСОМОЛКА
+ЛЕНФИЛЬМ
+БУРЯ
+ПОЛЕЗНОСТЬ
+ПИФАГОР
+ЭЛЕКТРИФИКАЦИЯ

+ 4 - 4
README.md

@@ -16,8 +16,8 @@ Free Oberon is a cross-platform integrated development environment for programmi
 
 Free Oberon представляет собой кроссплатформенную интегрированную среду разработки на языке программирования Оберон, выполненную в классическом псевдографическом стиле — знаменитого синего экрана Паскаля).
 
-* Версия 1.1.0-alpha.4b
-* Рига, 15 февраля 2022 г.
+* Версия 1.1.0-alpha.5
+* Рига, 20 февраля 2022 г.
 * Сайт: [free.oberon.org](https://free.oberon.org)
 
 # Установка
@@ -89,8 +89,8 @@ ______
 
 *ENGLISH*
 
-* Version 1.1.0-alpha.4b
-* Riga, February 15, 2022
+* Version 1.1.0-alpha.5
+* Riga, February 20, 2022
 * Website: [free.oberon.org](https://free.oberon.org/en)
 
 # Install

+ 1 - 1
src/FreeOberon.Mod

@@ -19,7 +19,7 @@ along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 IMPORT T := TermBox, Files, Args, Utf8,
        OV, Editor, Term, FoStrings, Config, Strings, Int, Out, Kernel;
 CONST
-  version* = '1.1.0-alpha.4b';
+  version* = '1.1.0-alpha.5';
   year = 2022;
 
   (* Direction of Selection *)