mirevall

PatchNotes

Mar 25th, 2017 (edited)
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColour(colours.red)
  4. print("CUSTOMBIOS")
  5. term.setTextColour(colours.white)
  6. print("2.0.0 : First fully working version with")
  7. print(" CustomBiosStart")
  8. print("2.0.1 : Automatic download of PatchNotes added")
  9. print("2.0.2 : OS choice timeout added")
  10. print("2.0.3 : Passwords added")
  11. print("2.0.4 : Pachnotes improved")
  12. print("2.0.5 : Disk security added")
  13. print("2.0.6 : Program gestion added")
  14. print("2.0.7 : Changed the way of the programs's updates")
  15. print("2.0.8 : Small changes on updates and patchnotes")
  16. print("2.0.9 : Bug on none internet fixed")
  17. print("2.0.10 : Doorlock added")
  18. print("2.0.11 : Prog's updates and colors improuved")
  19. print("2.0.12 : Changing the way to install OS")
  20. print("2.0.13 : Doorlock's updates will work now")
  21. print("2.0.14 : NasClient added")
  22. print("2.0.15 : ROEdit for NasClient added")
  23.  
  24. os.sleep(0.5)
  25. os.pullEvent("key")
  26. print("2.1.0 : Updated version for")
  27. print(" ComputerCraft:Tweaked compatibility")
  28.  
  29. print("")
  30. term.setTextColour(colours.red)
  31. print("REDSTONE")
  32. term.setTextColour(colours.white)
  33. print("1.0.0 : First working version")
  34. print("1.0.1 : Clearscreen added")
  35. print("1.0.2 : Reseting the cursor place a the begins")
  36. print("1.1.0 : Capable of change the state of the output")
  37.  
  38. print(" ")
  39. term.setTextColour(colours.red)
  40. print("DOORLOCK")
  41. term.setTextColour(colours.white)
  42. print("1.0.0 : First working version")
  43. print("1.0.1 : Settings UI improuved")
  44. print("1.1.0 : Admin password added to change settings")
  45. print("1.1.1 : Small update to fix the 'yNt' bug")
  46.  
  47. os.sleep(0.5)
  48. os.pullEvent("key")
  49. print(" ")
  50. term.setTextColour(colours.red)
  51. print("NasClient")
  52. term.setTextColour(colours.white)
  53. print("1.0.0 : First working version")
  54. print("1.0.1 : run function added")
  55. print("1.1.0 : multi-computer accounts added")
  56. print("1.1.1 : read function added")
  57. print("1.1.2 : delete function and update of server added")
  58. print("1.1.3 : admin and logout functions added")
  59. print("1.1.4 : help panel added")
  60. os.sleep(0.5)
  61. os.pullEvent("key")
  62. term.clear()
  63. term.setCursorPos(1,1)
Add Comment
Please, Sign In to add comment