Yipe! I 1.0.4 serial key or number
Yipe! I 1.0.4 serial key or number
Download Teensyduino, Version 1.53
precompile Arduino.h, allows some speedup of rebuild all
update core library, Wire, Audio, Bounce to use precompile Arduino.h
Reduce startup delay from 400 ms to 300 ms
fix teensy_serialmon asser of DTR on Windows, fixes (bool)Serial
(bool)Serial to use DTR only, fixes Serail remaining true after serial monitor close
fix truncated usbmodem names in Ports menu on Macintosh
Verbose info log now uses high res time on Windows 8 & 10
Verbose info log users 1ms res time on Windows XP & 7 (was 16 ms & 10 ms)
Fix Verbose info random order for same timestamp events - now always chronological
Add numbering of non-loader verbose logging instances
Trim excessive verbose logging of status communication
Updates to audio library documentation
Add Teensy Loader about dialog icon (was generic info icon)
Teensy 3.5 now supports use of 256K RAM
EthernetClient fix for forced connection close
Small speedup to analogWrite for DAC pins
Fix DMAChannel transferSize() on Teensy LC
Fix FTM_CONF register bitfield defs
Update ADC library (Pedro Villanueva)
Audio: Add freeverb mono & stereo
Audio: Granular pitch shift & freeze effects (Bleep Labs)
Audio: envelope status functions
Audio: Fixes to waveform object
Audio: Add variable triangle waveform
Audio: Add modulated waveform, support for freq & phase modulation
Audio: Add simple amp/switch object
Audio: Add PDM input
PS2Keyboard: add UK & Spanish layouts
TimeAlarms: minor fixes
USBHost_t36: Joystick fixes (KurtE)
Macintosh build now uses 64 bits
Fix Teensy 3.5 stack address (thanks Frank)
Better detection of Teensy model in Ports menu
Audio: fix WM8731 input select
Improve multiple instance check in teensy_ports
Add -L option to teensy_ports (intended for PlatformIO)
Treat "narrowing conversion" as compiler warnings, not errors
Fix product ID for Flightsim+Joystick USB type
Audio: allow WAV files with extra/junk sections before "fmt" info
Ethernet: document Ethernet.init(cspin) in all examples
OctoWS2811: Fix timing problem on Teensy 3.5
USBHost_t36: Fix clobbering of pipe config on endpoint size change
USBHost_t36: Improve enumeration of Multi-TT hubs
Handle attempt to reopen serial port, clicking button while Arduino compiles
Windows: teensy_serialmon detect orphaned from Arduino IDE condition
Avoid unnecessary delays when upload can't find any board
Print more informative messages about selecting board in Tools > Ports
Added ARM 64 bit experimental installer
Version 1.41
Add IntervalTimer update()Ethernet fix socket receive state caching bug
Ethernet improve handling of unexpected remote server disconnect
SD fix timeouts
SPI pin changes kept in sync with AVR SPI emulation
SPI avoid interfere with pin 45
Wire force recovery from stuck slave devices
Wire improve detection of arbitration loss to other bus masters
Add AudioConnection disconnect() (thanks b0rg3rt)
Update platform.txt for compatibility with Arduino 1.9 beta
Fix serial stall if higher than maximum baud rate configured
Improve delayMicroseconds on Teensy 2.0 (Graham)
Fix SERIAL_8N2 mode on Teensy LC
Update sample Makefile
Add abort() function, needed for Pozyx library
Update keywords for Serial formats & USB Keyboard special keys
Improve AVR SPI register emulation, speed bits
Fix tone() issue when 0 Hz requested, minimum is 1 Hz
Fix Teensy LC DMAChannel bug (thanks kbob)
Audio add ADAT output (thanks Ernstjan Freriks)
Audio fix RMS analysis when no data
Audio ToneSweep improvements (thanks Pio)
Audio design tool custom name bug fixed (thanks neurofun)
Audio modulated sine amplitude when no mod signal fix (thanks neurofun)
Audio library documentation updated, several minor errors fixed
FastLED updated to support WS2812Serial
Time library minor updates & fixes
i2c_t3 library updated
OctoWS2811 fix on Teensy 3.5
OctoWS2811 remove unnecessary delay
OctoWS2811 improve setPixel speed (thanks sgorsh)
USBHost_t36 support for CDC-ACM, PL2303 & CH341 serial (thanks KurtE)
USBHost_t36 support for RawHID (thanks KurtE)
USBHost_t36 support for Xbox One controller (thanks KurtE)
USBHost_t36 improve keyboard & joystick support (thanks KurtE)
USBHost_t36 fix USB MIDI fast data input
USBHost_t36 Ant+ wireless adaptor support (adapted from Michael McElligott)
USBHost_t36 access to device ID and name (thanks KurtE)
XPT2046_Touchscreen detect touch by interrupts (thanks Donziboy2 & Defragster)
Accept String in Stream find() and findUntil()
Update LedDisplay library
USBHost_t36 Fix device status functions usage in polling loops
USBHost_t36 Clean up bandwidth usage info when deleting a pipe
USB MIDI support for virtual cables (select from Tools > USB Type menu)
USB MIDI updated with most functions of Arduino MIDI lib 4.3.1
USB MIDI getType() now returns same as MIDI 4.3.1 -- NOT BACKWARDS COMPATIBLE
Support for compatibility with Arduino's MIDIUSB.h
Added more examples in File > Examples > Teensy > USB_MIDI
USBHost_t36 MIDI support for virtual cables
USBHost_t36 MIDI updated with most functions of Arduino MIDI lib 4.3.1
USBHost_t36 MIDI returns same as MIDI 4.3.1 -- NOT BACKWARDS COMPATIBLE
USBHost_t36 MIDI fix for devices using interrupt endpoints
USBHost_t36 MIDI workaround for devices sending improperly coded sysex message
XPT2046_Touchscreen add setRotation()
FreqMeasureMulti fixed on Teensy LC (thanks Manitou)
USB MIDI & USBHost_t36 MIDI pitch bend using signed integer -- NOT BACKWARDS COMPATIBLE
USB MIDI & USBHost_t36 Fix receiving some MIDI sysex messages
USB MIDI add Interface_3x3 example
USBHost_t36 fix MIDI getType for note off messages
USBHost_t36 add MIDI Interface_16x16 example
Adafruit_SSD1306 uses 400 kHz in I2C mode
USBHost_t36 Joystick improvements, More Axis, Rumble, LEDs (KurtE)
Libs updated: FastLED, Adafruit_NeoPixel, Adafruit_GFX
Libs removed: NewPing
Add USB MIDI Many_Knobs_Buttons example (oddson)
Version 1.40
Support for Arduino 1.8.5USBHost_t36: HID parsing, improved Mouse driver, new Joystick driver, hub driver fixes, idVendor() & idProduct() functions, keyboard improvements (Kurt)
Audio: fix stereo DAC right channel bug, fix DAC clipping overflow issue, fix FFT256 with LTO optimize (Frank)
Updated: Snooze, FastCRC, i2c_t3, TinyGPS, TeensyThreads
Fix systick hang when yield() overridden
Show warning for certain counterfeit boards, but still allow upload
Linux Teensy Loader now uses udev to find USB devices
Fix delay when uploading on Linux
Fix missing upload error messages in newer Arduino
Fix race condition causing "Teensy Loader is unable to read your compiled sketch (r)"
Version 1.39
Fix IntervalTimer compile error on Teensy LCUse gnu++11 on Teensy 2.0 (was c++11)
Stream find functions now take const pointers on Teensy 2.0
Update Print class for Teensy 2.0
Don't redefined BYTE (for ancient Arduino compatibility) if already defined
Add pgmspace.h (no avr prefix) for ESP2866 compatibility
Support AVR pgm_read_ptr() on Teensy LC & 3.x
Fix srandom conflict
Updated libs: Adafruit_NeoPixel, openGLCD, Snooze, TFT_ILI9163C
Fix compiler warnings & improved error messages: EEPROM, Adafruit_CC3000, Adafruit_GFX, Adafruit_ILI9340, Adafruit_ILI9341, Adafruit_RA8875, ADC, FastCRC, FrequencyTimer2, i2c_t3, ILI9341_t3, IRremote, Keypad, ks0108, LowPower, OctoWS2811, OneWire, openGLCD, OSC, PulsePosition, RA8875, SerialFlash, SoftPWM, ssd1351, ST7565, Talkie, Time, TimerOne, TinyGPS, Tlc5940, x10
Raspberry Pi builds with 2017-07-05-jessie (previous builds were on 2014-12-24-wheezy)
Version 1.38
Support for Arduino 1.8.4Use C++14 on 32 bit Teensy boards
Fix Wire lib with fastest optimize and >120 MHz CPU speed
Wire emulate AVR twi_writeTo - for Adafruit compatibility
Wire1 support pins on Teensy 3.5 & 3.6 SD socket (if not using SD card)
Fix install problem on Arduino 1.0.6
Fix analogReadAveraging with ADC1
Allow more memory for audio library on Teensy 3.5 & 3.6
Fix audio library delay effect on Teensy 3.5 & 3.6
Audio I2S uses 64 bit frame, improve compatibility with I2S mics
Fix OctoWS2811 seldom-used color conversion options
Add pure code choices in Tools > Optimization
USBHost_t36 improved handling of error & pipe stall
fix for disable of SD on Teensy 3.5 & 3.6 (Frank)
SPI.transfer(readbuf, writebuf, size) (KurtE)
Added TeensyThreads library (Fernando Trias)
Fixed Adafruit_CC3000 on Teensy 3.x
Audio envelope graceful handling of noteOn while gain > 0
Improved FreqMeasureMulti countToNanoseconds
[Experimental] EventResponder
[Experimental] MillisTimer
[Experimental] SPI async using DMA & EventResponder (KurtE)
Remove 2.5 second wait in Serial.begin
USBHost_t36 mouser driver (wwatson)
Update Adafruit_CC3000, AccelStepper, Adafruit_GFX, Adafruit_SSD1306, FastLED, IRremote, Keypad, MFRC522, SoftPWM, SPIFlash
Symbol table and disassembly listing are placed in temp build folder
Fix audio memory usage stats when more than 255 blocks allocated
Fix USB audio transmit with null data
Audio library support for external delay with CY15B104 (FrankB)
Version 1.37
Support for Arduino 1.8.3Drop Arduino 1.6.12 & 1.6.13 support
Fix SD library larger than 64K read/write
SPI lib - unified SPIClass, constexpr
Wire lib - constexpr
Use gnu++11 for 32 bit Teensy
MTP fixes
add MTP Disk to USB Type menu
Print, Stream, Serial, Serial# use constexpr
analogWriteResolution returns prior setting
add missing kinetis.h register defines
availableForWrite & flush in Print class
map() improvements - now works with float & double
fix exp10 and stricmp
Audio: improved envelope, added TDM, Waveshaper, PWM Synth, CS42448, fix I2S slave
FastLED fixes
Update MIDI to latest version
Fix PS2Keyboard
Tlc5940 fixes
XPT2046_Touchscreen interrupt fix on non-Teensy boards
Fix auto-reboot on Windows 10 rev 1703 (Creator's Update)
Fix FastLED with OctoWS2811 on Teensy 3.6
Improve min() max() for C++ compatibility (tni)
Fix analogWrite to DAC with LTO (tni)
Fix DMAChannel repeated transferCount (KurtE)
Fix DMAChannel alignment on Teensy LC (tni)
Fixes to OctoWS2811, solve "first pixel" issue on Teensy 3.2
Fix SPI SCK (pin 13) drive strength (KurtE)
Increase USB Serial.begin() wait for serial monitor
Fix Audio SD WAV play status with LTO optimization
Teensy Loader window movable by clicking in center area
Support "Clear output" button in Arduino 1.8.3 serial monitor
Version 1.36
Support for Arduino 1.8.2Update ARM toolchain to gcc 5.4
Add more optimization choices (including LTO) to Tools > Optimize
Ethernet socketBeginMulticast (manitou)
Fix IntervalTimer on Teensy 3.5
Wire library supports Wire1, Wire2
Wire library timeouts for error conditions
Libraries updated: AccelStepper, ADC, Audio, FastLED, LedDisplay, RadioHead, ShiftPWM, Snooze, SPI, TouchScreen, Wire
Libraries added: USBHost_t36
Minor improvements to AVR emulation
Hardware serial write() compatibility fix
Fix pin config on Serial6
Add extreme joystick, disabled by default, edit usb_desc.h
Fix String test as boolean
Faster installation, especially on Mac
Optimize SPI.transfer(buffer, length) (KurtE)
Fix USB audio on Macs & improve PassThroughUSB example
Start USB sooner
Add volume() function to AudioInputUSB
Fix rare memcpy issue (Frank B)
Fix 9 bit mode on Serial1 & Serial2 on Teensy LC (gecko)
Fix to dtostrf for small numbers (LAtimes2)
Serial.begin() waits up to 1 second for serial monitor open
analogWriteFrequency minimum on Teensy LC
Fixes in ADC library (KurtE)
Fixes in RadioHead library (KurtE)
Version 1.35
Support for Arduino 1.8.1Improve buildin SD card startup on Teensy 3.5 & 3.6 after uploading
Fix SD card clock speed on Teensy 3.5 & 3.6
Fixes to Serial5 and Serial6 on Teensy 3.5 & 3.6
Fix string length check on readString() and readStringUntil()
Libraries update: Audio, FlexCAN, OctoWS2811,
Fix compiler warnings in USB Disk with Teensy 2.0
Version 1.34
Support for Arduino 1.8.0Add Tools > Optimize menu, add "Faster" (-O2)
Fix driver install/update on Windows 7 & 8
Prevent "might not have installed correctly" message on Windows
Fix Teensy Loader "Illegal Instruction" on Windows 10 restart
Anti-alias font fix for Arduino 1.8.0 on Windows
Fixes for compiler warnings
Libraries updated: Adafruit_RA8875, Adafruit_ST7735, Adafruit_STMPE610, Artnet, Bounce2, FastCRC, FlexCAN, NewPing, OSC, ShiftPWM, UTFT
Version 1.33
Fix first-use communication error between Arduino & Teensy LoaderTeensy Loader Verbose Info now logs time with milliseconds
More logging in (tempdir)/teensy_reboot_log.txt
Teensy Loader GUI toolkit updated (now using wxWidgets 3.1.0)
Mac version now requires OSX 10.7 (Lion) or later
Libraries updated: Audio, Tlc5940, SPIFlash
Version 1.32
Add support for Arduino 1.6.13Serial monitor shows status in title bar, Arduino 1.6.13 only
Ethernet library now supports W5500 chip
Fix SD library with old SD cards on Teensy 3.5 & 3.6
Fix IntervalTimer start/stop bug
Fix Audio library SPI hogging with Teensy 3.5/3.6 build in SD card (Frank B)
Libraries updated: Snooze, Time, TimerThree, Audio, UTFT
Libraries added: EasyTransfer, ResponsiveAnalogRead
Improved sync between Arduino IDE and Teensy Loader
Arduino IDE Tools > Ports menu labels ports as "Teensy"
Fix Arduino Verify starting upload when Teensy already in bootloader mode
Teensy Loader wrong chip dialog is now nonblocking.
pinMode supports INPUT_DISABLE on 32 bit Teensy boards
attachInterrupt supports uninitialized pins
Serial RTS watermarks scale with buffer size (Frank B)
Optimized Adafruit_ST7735 improved & renamed to ST7735_t3
Ethernet library optimizations & Ethernet.init(CS_PIN)
Improve audio library usage with smaller block sizes
Version 1.31
Add support for Arduino 1.6.12Arduino SD library support 4 bit SDIO on Teensy 3.5 & 3.6 (special thanks WMXZ)
Fix EEPROM on Teensy 3.6 with CPU speed > 120 MHz (special thanks Defragster)
Update FlexCAN library for CAN1 on Teensy 3.6 (Pawelsky)
Update OctoWS2811 to support Teensy 3.5 & 3.6
Fix USB serial number on Teensy 3.6 with CPU speed > 120 MHz
Fix audio I2S output on Teensy 3.6 with CPU speed > 120 MHz when also using I2S input
Support Teensy 3.5 & 3.6 on older versons of Arduino
Fix SPI1 default SCK1 pin (KurtE)
Optimize attachInterrupt (tni)
Improve USB stability on Teensy 3.6 with CPU 180 or 216 MHz
Add USB MIDI custom name example
Fix Adafruit_ST7735 on Teensy 3.5 & 3.6 (MichaelMeissner)
Many library metadata files updated for PlatformIO
Fix Ethernet library socket receive bug (thanks ElOtroMateo)
Fix compiler warnings, eg: kinetis_hsrun_enable unused
Serial buffer sizes override from command line (Frank B)
Stream find functions use const for pointers
Add AudioOutputAnalogStereo and AudioInputAnalogStereo
Add Audio reverb effect (Joao Rossi Filho)
Add Audio waterfall spectrum example (Nathaniel Quillin)
Fix USB Audio on Windows when used with USB Serial
Fix auto-reboot for newer USB types
Fix serial monitor for newer non-serial USB types
Many ILI9341_t3 improvements (Frank B, Kurt E, Softegg)
SerialFlash allows other SPI ports (Martino Facchin)
Teensy Loader shows correct images for Teensy 3.5 & 3.6
Improved handling of float INF & NAN (Frank B)
Bundle libpng12 & libusb10 libraries, missing from some Linux distros.
Version 1.30
Add support for Arduino 1.6.10 and 1.6.11Add support for Teensy 3.5 and 3.6 (still beta)
Improve USB audio - optional Mac workaround
Libraries updated: Audio, OctoWS2811, ADC, i2c_t3, IRremote, SPI, FastLED
Optimize analogRead
Version 1.29
Add support for Arduino 1.6.9Add support for running on Raspberry Pi (Linux ARM)
Drop support for Arduino 1.6.3 and 1.6.6
USB Keyboard improved media keys, now Windows compatible
Add USB Touchscreen (up to 10 fingers)
Add USB Audio
USB Mouse adds horizontal scroll
More combinations in Tools > USB Type
Serial1.setTX() adds open drain option
Libraries updated: Audio, FastCRC, FreqMeasureMulti, PS2Keyboard, SerialFlash, FreqCount, LedDisplay, SerialFlash, Talkie, TFT_ILI9163C, FastLED, ADC, TimeAlarms, TimerOne, TimerThree
SPI setMOSI, setMISO, setCLK work after SPI.begin
Serial1 setTX, setRX support pins 24 & 25 on Teensy LC
Port Serial1.clear to Teensy3 (thanks KurtE)
Port digitalWriteFast & digitalReadFast to Teensy2 (thanks KurtE)
Port Arduino's AVR Serial1 optimization to Teensy2 (thanks KurtE)
Add missing hardware register defs (thanks Duff)
Fix undocumented flightsim callback (thanks jbliesener)
Fix Servo library compile issue on Arduino 1.6.9
Fix WCharacter and ctype functions
Allow SPI setMOSI, setMISO, setCLK after SPI.begin()
Document flash security lock in mk20dx128.c
Support more F_BUS overclock speeds
Fix pulseIn on Teensy LC (thanks KurtE)
Version 1.28
Support for Arduino 1.6.8Ethernet library rewrite & performance improvement
Serial1, Serial2, Serial3 setTX(pin) setRX(pin)
Wire setSDA(pin) & setSCL(pin) & end()
pinMode INPUT_PULLDOWN, OUTPUT_OPENDRAIN (thanks Xenoamor)
USB Mouse supports MOUSE_BACK & MOUSE_FORWARD buttons (thanks Xenoamor)
SPI.usingInterrupt supports IntervalTimer
Add libraries: MFRC522, Bounce2, RA8875
Update LiquidCrystal, Adafruit_GFX, Adafruit_NeoPixel, AltSoftSerial, Audio, CapacitiveSensor, DS1307RTC, Encoder, i2c_t3, ILI9341_t3, OctoWS2811, OneWire, SerialFlash, ShiftPWM, Snooze, TFT_ILI9163C, Time, TimerOne, TimerThree, Adafruit_SSD1306, ADC, OctoWS2811
Added CMP register defs (thanks Duff)
Convert all built-in library from "legacy" format
Fix serial monitor transmit in non-Serial modes
Fix small error in IntervalTimer floating point init
Fix momentary wrong board display in Teensy Loader during "Reboot OK"
Fix back button in installer when an error is detected (easier to retry)
Remove ARDUINO_ARCH_AVR from non-AVR Teensy boards
Add IPAddress fromString()
Fix E2END to always represent actual EEPROM size
Fix SPI.end() to disable alternate pins, if used
Installer name changed from "teensyduino" to "TeensyduinoInstall" (runs as admin on Windows)
Version 1.27
Add support for Arduino 1.6.7Updates to Ethernet, Wire and XPT2046_Touchscreen libraries.
Add Note Frequency detection to Audio (thanks Colin Duffy)
Fix attachRTS on Serial2 & Serial3 on Teensy 3.x
Add RA8875 library, optimized for Teensy 3.x (thanks Sumotoy)
Other minor fixes and improvements
Version 1.26
Add support for Arduino 1.6.6Fix USB Serial on Macintosh 10.11 El Capitan
Partially fix Mac signatures (still must run Arduino once before installing)
AnalogWriteFrequency supports extremely low speeds (thanks Theremingenieur)
Improve tone() changing frequency while running
Serial1.attachRts() and Serial1.attachCts()
Update libraries: AltSoftSerial, FastLED, ILI9341_t3
Add XPT2046_Touchscreen library
Improve Ethernet library W5200 reset handling
Update SD library examples
Add I2S 2-port register bitfield names
Initial work on MTP Disk (incomplete)
Version 1.25
Add support for Arduino 1.6.5-r5 Detect Windows 10 serial driver during install, avoid adding Teensy's INF.
If you installed a previous version on Windows 10, you can remove Teensy's unneeded serial driver.
Drop support for Arduino 1.6.4, due to this bug
Update Adafruit_GFX, FastLED, ILI9341_t3 (added fonts)
Audio lib: play from SerialFlash (thanks Wyatt Olson), ext mem delay, bitchusher (thanks Pensive)
Floating point constants are now single precision on Teensy LC, 3.0, 3.1
SD root dir bug and other minor fixes
SD Teensy3 optimized (not enabled by default) has improved caching
Servo library easier to edit for more than 16 motors
Remove dedicated AVR toolchain (was only needed for Arduino 1.6.2)
Avoid interfering with new Arduino 1.6.5 color scheme
Serial flow control functions (C only for now)
XPlaneRefs with names >58 chars (thanks jbliesener)
USB MIDI Time code (thanks Karg)
Installer detects Windows 10, skips driver install
Installer looks in more places on Windows to auto-find Arduino
Version 1.24
Support for Arduino 1.6.5Optimize Serial.print() and micros() on Teensy-LC
Update Snooze, ADC and i2c_t3 libraries
Several very minor bug fixes
Version 1.23
Support for Arduino 1.6.4Improve Wire library, handle Lidar Lite issues
Add SerialFlash library
Optimize SD library for Teensy 3.x (SD_t3.h, disabled by default)
Default Systick interrupt to priority level 32
Fix 24 MHz speed on Teensy 3.1
Fix RawHID on Teensy 2.0 with newer Arduino version
Update Time library
Update i2c_t3 library, adds support for Teensy-LC
Update OSC library
analogWriteFrequency() now allow precise sub-1 Hz input
Fix SPI FIFO bug in ILI9341_t3
Fix delay() and micros() bug at startup on Teensy-LC
Version 1.22
Support Arduino 1.6.2 and 1.6.3Update EEPROM and OneWire libraries
Add ADC and i2c_t3 libraries
Fix USB flightsim on Teensy-LC
Fix SPI.transfer16 & support SPI1 on Teensy-LC
Fix String(unsigned char) on Teensy 2.0
Add Serial.availableForWrite() on Teensy 2.0
Fix printing of long integers on Teensy 2.0
Improve USBtoSerial example
Fix harmless but annoying compiler warnings
Version 1.21
Support for Teensy-LCSupport Arduino 1.6.0 and 1.6.1
Keep Arduino Serial Monitor window open during Upload (Arduino 1.0.6, 1.6.0, 1.6.1)
Improve Arduino Serial Monitor efficiency & memory usage (Arduino 1.0.6)
Wire.setClock()
Tools > CPU Speed menu supports speed vs size optimized (Teensy 3.1 & LC)
Update sample Makefile for non-Arduino usage
Simplify usb_desc.h for creating custom USB devices
Libraries added: Adafruit_VS1053, FastCRC, openGLCD, Snooze, TFT_ILI9163C
Libraries updated: Adafruit_CC3000, Adafruit_NeoPixel, Adafruit_SSD1306, Adafruit_ST7735, FastLED, FreqCount, FreqMeasure, ILI9341_t3, IRremote, MsTimer2, OctoWS2811, OneWire, PS2Keyboard, PulsePosition, Time, TimerOne, TimerThree, TinyGPS
Upgrade ARM Toolchain from 4.7.2 to 4.8.4.
Various minor bug fixes
Version 1.20
Support Arduino 1.0.6Add libraries: Audio, FlexCAN, Adafruit_CC3000, SPIFlash, RadioHead, FastLED, Adafruit_ILI9341, ILI9431_t3, Artnet
Update libraries: Adafruit_NeoPixel, OctoWS2811, Time, Adafruit_SSD1306, Adafruit_ST7735, ShiftPWM
Libraries ported to Teensy 3.x: AltSoftSerial, CapacitiveSensor, FlexiTimer2, FreqCount, FreqMeasure, FrequencyTimer2, MsTimer2, ShiftPWM, TimerOne, TimerThree, Tlc5940
Libraries ported to use SPI transactions: SD, Ethernet, Adafruit_CC3000, Adafruit_ILI9341, Adafruit_STMPE610, RadioHead
Add SPI Transactions
Add DMAChannel & DMASetting objects
Add serialEvent (usb serial) & serialEvent# (hardware serial)
Add Serial.availableForWrite() & Serial#.availableForWrite()
Use Serial2 FIFO on Teensy 3.1
Add transmitterEnable() on Serial2 & Serial3
Fix analogWriteFrequency on Teensy 3.1 pins 25 & 32
Add Installer Directory Help Button
Fix strncpy_P on Teensy 3.x
Add Czech keyboard layout to menu
Add yield() function on Teensy 2.0
Add IntervalTimer priority()
Don't mix CPU speed setting switching from Teensy 2.0 to 3.x
Add FASTRUN, for functions in RAM on Teensy 3.x
Interrupt vector table moved to RAM for Teensy 3.x
Add attachInterruptVector()
Optimize Teensy 3.x hardware register definitions
Serial port names added to pins_arduino.h
Fix ARM toolchain linker & zlib issue (thanks to Andrew Kroll)
Add AVR emulation for util/parity.h
Version 1.19
Add support for 72 MHz on Teensy 3.1Fix relative positioning on Teensy 3.x USB mouse (now has hybrid relative+absolute)
Add more AVR emulation on Teensy 3.x: wdt.h, crc16.h, sleep.h, EMISK
Fix USB Serial break on Teensy3 (needed by some Labview applications)
Fix USB endpoint read with no data (thanks nox771)
Add USB MIDI SysEx callback (thanks pcbeard)
Workaround for auto-reboot problems on Teensy 2.0 when using watchdog
Fix initialization of local static vars from non-const data on Teensy 3.x
Make all Teensy 3.1 HardwareSerial functions virtual (fixes issue with pointers to objects)
Add extra zero to USB serial number, works around a Macintosh CDC driver bug
If previous versions have been used, Windows will detect a "new" device, "install" the driver again, and assign a new COM port number.
Add Kinetis register definitions: DMA bits, VREF bit, ADC PGA, DMA priority registers
Fix IRQ_PRIORITY hard-coding in Serial3
Fix lockup in AVR emulation of SPI.setDataMode(SPI_MODE0)
Fix lockup in AVR emulation of TWBR when running at 24 MHz
Fix rare lockup in repeated Wire.begin() on Teensy 3.1
Update DS1307 library with workaround Arduino Due names.
Update Entropy library, now fully compatible with Teensy 3.x.
Add Teensy 3.1 slow clock options, 2, 4, 8 & 16 MHz... thanks for all the help Duff
Add overclocking code (not enabled by default) for Teensy 3.x at 120, 144 & 168 MHz
Minor Makefile improvement (Matthias Lohr)
Aesthetic source code cleanup
Drop Teensy 1.0 support
Version 1.18
Fix compile errors in several Arduino libraries with Teensy 3.1Fix OctoWS2811 on Teensy 3.1
Keep unused native SPI chip selects high (disabled), Teensy 3.0 & 3.1
Speed up SD library
Fix upload > 128k on Teensy 3.1
Update Windows driver, fix Serial+Keyboard on Windows 8
Fix __cxa_guard errors on Teensy 2.0
Add missing DMA & PGA & other register definitions for Teensy 3.1
Add Serial1.transmitterEnable(pin) for RS-485 applications
Fix startup issue impacting Neopixel library on Teensy 3.1
Fix analogRead(39) (1.2V ref) on Teensy 3.1
Improve Teensy3 early startup hook, thanks to Anbroz Bizjak
Fix Arduino IDE library conflicts, Adafruit_GFX vs Robot libs
Mouse wheel support for scrolling long menus in Arduino IDE on Windows & Linux
Teensyduino version can be seen in Arduino's Help > About screen
Version 1.17
Support for Teensy 3.1Ethernet library support for W5200 chip
Print speedup for Teensy2
analogRead is now thread safe on Teensy3
Keep USB & serial working in Teensy3 fault condition
Support interrupt priority levels on Teensy3
Serial1 on Teensy3 to transmit even if interrupt blocked
Fix Teensy3 USB buffer memory leak with re-enumeration
USB Mouse on Teensy3 now uses absolute cursor positioning,
Mouse.moveTo(x, y) and Mouse.screenSize(width, height)
USB Keyboard on Teensy3 supports media keys (Mac & Linux only)
Add missing AVR string _P functions on Teensy3
Add missing AVR eeprom functions on Teensy3
Improve Serial1, Serial2, Serial3 buffer size configuration on Teensy3
Fix to Teensy3 Makefile
USB MIDI example improved
Stream printf, eg: Serial.printf()
Add missing new/delete
Add digitalPinToInterrupt
Added SPIFIFO for Teensy3
Ethernet library speedup (using SPIFIFO)
Hardware serial support for other data formats, 7E1, 8N2, etc
9 bit serial format (not enabled by default)
Czech keyboard layout (not enabled by default)
Fix Keyboard.releaseAll() on Teensy3
Fix USB MIDI setHandlePitchChange on Teensy2
Fix arm math lib warnings
Fix digital signatures for Windows exe files
Removed ancient Arduino 0023 support
Windows USB Serial driver signature (should now install on Windows 8 without reboot)
Windows Installer signature
Windows Installer tries to find Arduino and automatically select its location
Version 1.16
SPI library can assign alternate Teensy3 pins: setMOSI, setMISO, setSCK.Reduce Teensy 3.0 power consumption while not uploading.
Improve Teensy 3.0 upload on Macintosh.
Avoid erasing EEPROM during Teensy 3.0 upload.
Version 1.15
Fixed Serial2 and Serial3 regression on Teensy 3.0.Fixed USB MIDI sendProgramChange on Teensy 3.0.
Add ARM math library for Teensy 3.0.
Teensy Loader now recognizes ARM elf format, will not accidentally program Teensy 3.0 code to a pre-3.0 board.
Teensy Loader version number is now in sync with Teensyduino version.
Fix stall when connected to a Raspberry Pi that reboots
Add float number support to String
Add String remove()
String now formats unsigned char as a number, same as Print.
Add AVR pin number constants
Added open source license to Teensy3 core library files
Updated Firmata library
Fix USB product name customization header
Reduce USB memory usage
Emulate AVR's TWBR register on Teensy 3.0
Fix single-quote key for USB Keyboard on German and French Canadian layouts
Version 1.14
Updated Time library. "atime_t" on Teensy 3.0 changed back to "time_t". Date strings fixed on Teensy 3.0. NTP and GPS sync examples updated for Arduino 1.0.4. Many other fixes and improvements to the Time library examples.Added DS1307RTC and TimeAlarms libraries (companions to Time library).
Linux select-paste supported (Arduino 1.0.4 and later, Linux only)
Added "Copy To Clipboard" button for compile errors (Arduino 1.0.4 and later)
Turkish keyboard layout special keys supported for USB keyboard.
Fixed Ethernet DNS client bug on Teensy 3.0.
KEY_MENU name added for the menu key.
Memory tuning parameters (heap_start, heap_end, malloc_margin) supported on Teensy 2.0.
Fix compile error on Teensy 2.0 with ps2dev library.
Fix F() macro "const" when used with newer versions of avr-gcc.
Added DDR registers and pullup resistors to AVR port register emulation on Teensy 3.0.
Optimized Serial1.write(buffer, length) on Teensy 3.0.
Added IntervalTimer to Teensy 3.0 - Thanks to Daniel Gilbert
Added compiler defines to example makefile, for compatibility with Arduino libraries
Added cxa_guard_acquire / cxa_guard_release needed for some Ethernet library applications
Fixed brief glitch at the beginning of analogWrite()
Round analogWriteFrequency() to the nearest possible frequency
Fix micros() bug on Teensy 3.0 when read while interrupts disabled.
Fix IPaddress Printable usage on Teensy 3.0
Fix Serial1 on Teensy 3.0 when more than 8 bytes written with interrupts disabled.
Optimize Serial1 FIFO handling on Teensy 3.0, for dramatically less CPU time per byte.
Convert tone() on Teensy 3.0 to use IntervalTimer.
Use serial number for all USB types on Teensy 3.0.
Remove MIDI message names which conflict with MIDI 3.2 library.
Allow override of USB manufacturer, product and serial strings on Teensy 3.0. See usb_names.h.
Add makeWord() to Teensy 3.0.
Fix buffer overflow in String + long integer concatenation on Teensy 3.0.
Update AccelStepper library.
Update Encoder library - now supports interrupts on all Teensy 3.0 pins.
Update PS2Keyboard library - French keymap, readUnicode() function, Teensy 3.0 interrupt support.
Update TinyGPS library
Support for Arduino 1.0.5.
Optimize Serial.readBytes(), both Teensy 2.0 and 3.0.
Optimize Serial.available() on Teensy 3.0.
Added IntervalTimer destructor.
Added String c_str() function.
Removed ArdOSC library.
DmxSimple library support for Teensy 2.0 and 3.0 (previously only Teensy++ 2.0 worked)
Fixed FastSPI compile problem on Teensy 2.0 and Teensy++ 2.0.
Update MIDI library to version 3.2.
Fixed error highlighting when using Teensy 3.0.
Improved recompile speed when Arduino is installed in a location with space in the pathname.
Improved automatic initialization of the Teensy 3.0 RTC, when a 32.768 kHz crystal is present.
Fix SD + Ethernet library compatibility on Teensy 3.0.
All 4 IntervalTimer objects usable on Teensy 3.0.
Fix off-by-one bug in delay() on Teensy 3.0.
Enable I/O after wakeup from lowest power stop mode on Teensy 3.0.
Fix analogInputToDigitalPin() on Teensy++ 2.0.
Added OSC (Open Sound Control) library
Updated VirtualWire library to 1.15 and support Teensy 3.0
Updated SoftPWM library to 1.5 and support Teensy 3.0
Updated XBee library to 0.4.
Added partial SoftwareSerial for Teensy 3.0. If the pins match one of the real serial ports, hardware serial is used. This allows use of libraries that are hard-coded for SoftwareSerial. If non-serial pins are specified, only transmit works. Software-based receive is not yet supported (but planned for a future release)
Version 1.13
Support for Arduino 1.0.4Fix Serial.write(0)
Turkish keyboard layout (Teensy 3.0)
Fix while(!Serial)
Fixes for ST7565 library (Teensy 3.0)
Add OctoWS2811 library
Update libraries: Keypad, Metro, OneWire, Ping, ST7565
Version 1.12
Support for Teensy 3.0Version 1.11
Support for Arduino 1.0.3Fix French keyboard layout
Version 1.10
Support for Arduino 1.0.2Fix error message line number bug.
Add Teensy 3.0 files (arm-none-eabi toolchain is not yet in the installer, use this copy for Teensy 3.0).
Version 1.09
Support for Arduino 1.0.1Keyboard.press() & Keyboard.release(), for compatibility with Leonardo sketches
Add descriptions for most included libraries.
Fix USB Mouse Buttons example.
Version 1.08
Support for Arduino 1.0.1-rc2Add Flight Sim Controls USB Type
Add function keys F13 to F24 to USB Keyboard
Add Canadian Multilingual keyboard layout
Add libraries AccelStepper, AltSoftSerial, Encoder, FlexiTimer2, LowPower, Ping, ShiftPWM
Minor fixes and changes for compatibility with libraries
Version 1.07
Serial + Keyboard + Mouse + Joystick typeRaw HID available() function
Fix Ethernet library UDP support on 0022 & 0023
Windows installer: faster detection of serial driver already installed
Version 1.06
Support for Arduino 1.0German Mac keyboard layout
(experimental) Raw HID USB type
Version 1.05
Add media keys. See File > Examples > Teensy > USB_Keyboard > MediaButtonsImprove elapsedMillis & elapsedMicros.
Fix small delayMicroseconds at 1 & 2 MHz clock.
Version 1.04
Add elapsedMillis & elapsedMicros.Fix slight timekeeping error in millis().
Fix errors with avr-gcc 4.5 on Fedora 15 (thanks to Ward Wouts).
Version 1.03
Support Arduino 0023More minor fixes in Print
MIDI improvements, thanks to Sebastian Tomczak & Dave Sorlien
Version 1.02
Minor fixes in PrintSupport CapacitiveSensor library
Version 1.01
Support Arduino 1.0-rc2Fix pulseIn
Fix printing negative floats
Improve Disk claim/release, add pause/resume API
Add compatibility functions for Leonardo Mouse API
Improve serial emulation on Linux
Version 1.00
Fix obscure bug in pinModeFix slow memory leak on Linux
Version 0.99
Support Arduino 1.0-rc1Add more keyboard mappings
Add pushbutton examples using Bounce library
Version 0.98
Fix Ethernet on 1.0-beta4Fix slow startup of serial monitor in Mac
Fix compile speedups for Mac and Windows
Version 0.97
Support Arduino 1.0-beta4, drop old 0018 & 0021Fix stall of compile/upload when auto-launching Teensy Loader
Many small fixes
Version 0.96
USB Joystick typeImproved keyword coloring
(not working yet) Disk.claim() to allow using SD library with USB Disk type
Serial using Stream class
MIDI 2.6 library included
Try to avoid stalling millis() with USB Disk and heavy PC access
Several minor bug fixes
Version 0.95
Installs 3rd Party Arduino LibrariesInstalls Teensy Loader
More Examples, in File > Examples > Teensy
Version 0.94
Support for Arduino version 0022USB MIDI type added
International USB Keyboard layouts
String class bug fixes
Rework boards.txt menu syntax (requested by Arduino devs, issue #257)
Fixed Ethernet with 0021 & 0022
Version 0.9
Support for Arduino versions 0019 and 0021USB Disk type added, supporting both SD Flash and internal flash
Fix Arduino bugs #29, #78, #209, #235
Emulate Arduino reboot behavior with Serial Monitor window is opened
Windows - directory drop-down now says "[all drives]", instead of just blank space
Compatibility with 0019, String class, improved delay(), stream class, shiftIn()
Compatibility with 0018, Tone() and noTone()
USB Serial: ignore break signal (some buggy programs send it, eg winbatch)
Windows - Teensyduino installer now included Serial driver install
USB Type and CPU Speed menus added inside Tools menu
Version 0.8B
Fix rare digitalWrite and digitalRead interference bugAdd A0, A1, A2... for analogRead(A0) - Arduino 0019 compatibility
Version 0.8
Add support for Teensy++ 2.0Add support for Arduino 0018
Fix ethernet library
Add Serial.end() - shuts off and disconnects USB, saves power!
Automatically shut down USB when possible
Serial.begin() attempts to wait until PC/Mac has initialized USB
Add Uart.end()
Remove Teensy_Firmata - StandardFirmata branch now supports Teensy
Optimize most functions
Minor bug fixes
Version 0.7
Better error checking when installing filesDo not require rxtx lib on linux, which is removed on 64 bit systems
Fix USB Keyboard/Mouse on Teensy 1.0
Support 8, 4, 2, 1 MHz if specified in boards.txt
Use ADC in high speed mode, makes analogRead() twice as fast
Use lower power idle mode inside delay()
Minor bugs fixed
Version 0.6
Add Keyboard and Mouse board typesAdd support for Teensy 2.0 (ATMEGA32U4 chip)
Add support for 0017.
Version 0.5
Add Firmata exampleAdd USB serial extensions to Serial
Add support for 0016.
Fix Serial.available()
Fix HardwareSerial()
Check Arduino version, do not install onto wrong version!
Version 0.4
Library fixes included, compatible with Sanguino
Add support for 0015.
Update core with improvements and bug fixes from 0012 to 0015.
Many small improvements.....
Version 0.3
Version 0.3 adds support for the Teensy++.Pin names are now defined automatically. PIN_B0, PIN_C7, etc.
Add support for 0014 (0013 on linux because 0014 was never released on linux).
Version 0.2
Change API to use Serial.print to talk to USB.Fix pinout
Many bugs fixed
Version 0.1
Initial releaseKnown Issues
All: If the serial monitor is opened immediately after an upload, the Teensy may not have been detected by the operating system yet, and the serial monitor is unable to open the device. Future versions will retry for several seconds to solve this issue.All: Serial + Keyboard + Mouse + Joystick requires Mac OS X Lion, or Windows XP SP3, Vista SP1, or Windows 7, or Linux 2.6.18 or later. Mac Snow Leopard and Windows XP SP2 do not support Serial when combined with other types.
Windows & Linux: When using the Serial Monitor with the USB Keyboard/Mouse option, sometimes a "teensy gateway communication error" can occur. Close and reopen the serial monitor to regain communication.
Windows: You may need to run the Teensyduino installer as administrator for it to install all files. Some anti-virus programs can also interfere with installation and must be temporarily disabled. A Norton AntiVirus Workaround was sent by Carl B.
All: The Upload button can only work if your Teensy is running a previously loaded sketch. If your board can not be rebooted automatically, a message will ask you to press the reset button.
Mac OS X: When you run Arduino after installing Teensyduino, the Leopard's firewall will recognize the program has changed and will ask again if you wish to allow internet connection (Arduino checks for updates). Teensyduino does not "phone home", but Arduino does! TODO: is this still an issue with recent versions of Arduino??
Linux: By default, the TeensyduinoInstall.linux32 and TeensyduinoInstall.linux64 files will not have execute permission enabled when saved by most web browsers. Use a file manager or type "chmod 755 TeensyduinoInstall.linux32" in a terminal to make the file executable. Then you can run it. In a terminal, type "./TeensyduinoInstall.linux32". Replace "32" with "64" if using the 64 bit version, or "arm" if using the ARM (Raspberry Pi) version.
Linux: Teensyduino only works with Arduino from www.arduino.cc. The modified version provided by Ubuntu is not (yet) supported.
Linux (especially Gentoo): Arduino uses the AVR toolchain provided by your system. As of December 2011, Gentoo's avr-gcc is horribly broken. Some newer Fedora (avr-gcc 4.6.x) also have trouble. Faulty AVR toolchains are a persistent problem on Linux.
Please report bugs to paul@pjrc.com
Credits
The Teensyduino installer is based in part on the work of the FLTK project (http://www.fltk.org).Numerous files covered by various open source licenses are installed by Teensyduino. Nearly all are provided in source code form. Please refer to the comments within each file for copyright and licensing information.
Files installed in compiled binary format that are based on code licensed under the GNU General Public License have their corresponding source code installed in a "src" directory. On Macintosh, use control-click on Arduino and select "Show Package Contents" from the menu.
The ARM toolchain source code (with PJRC's patches) is available on GitHub.
Releases
This page lists all official releases of Moodle, grouped by branch in reverse chronological order.
Version support
From Moodle 2.6 onwards, the end of support, both general and security, happens the second Monday of May and November, observing the 12, 18... month periods, no matter if the major release was delayed or not.
The most recent long-term support release (LTS) version is Moodle 3.9.
Version | Release status | Initial release | General support ends | Security support ends |
---|---|---|---|---|
3.5 (LTS) | Current security | 17 May 2018 | 13 May 2019 | 10 May 2021 |
3.7 | Current security | 20 May 2019 | 11 May 2020 | 9 November 2020 |
3.8 | Current stable | 18 November 2019 | 9 November 2020 | 10 May 2021 |
3.9 (LTS) | Current stable | 15 June 2020 | 10 May 2021 | 8 May 2023 |
Release graph key:
Current stables | Currently supported stable releases. |
Current security | Current release of versions still receiving security-only updates. |
Future stables | Future point releases receiving bug fixes, as well as security updates. |
Future security | Future point releases receiving security-only updates. |
Past stables | Previously released versions containing bug fixes, as well as security updates. Updating to a currently supported version is recommended. |
Past security | Previously released versions containing security updates only. Updating to a currently supported version is recommended. |
General release calendar
These are the target dates for releases. These dates may vary slightly due to unforeseen circumstances.
Release type | Frequency | Months |
---|---|---|
Major (eg. 3.x) | 6 monthly | Second Monday of May and November |
Minor (Point) (eg. 3.x.y) | 2 monthly | Second Monday of July, September, November, January, March and May |
All releases are preceded by a one week warning. Upcoming release dates can be found in the Moodle development calendar (Note, this is an iCAL link that will try to add the dates to your personal calendar. If you just want to browse the dates online, use this link.).
Moodle 3.9 (LTS)
Bug fixes for general core bugs in 3.9.x will end 10 May 2021 (12 months). Bug fixes for security issues in 3.9.x will end 8 May 2023 (36 months).Moodle 3.8
Bug fixes for general core bugs in 3.8.x will end 9 November 2020 (12 months). Bug fixes for security issues in 3.8.x will end 10 May 2021 (18 months).Moodle 3.7
Bug fixes for general core bugs in 3.7.x ended 11 May 2020 (12 months). Bug fixes for security issues in 3.7.x will end 9 November 2020 (18 months).Moodle 3.6
Bug fixes for general core bugs in 3.6.x ended 11 November 2019 (12 months). Bug fixes for security issues in 3.6.x ended 11 May 2020 (18 months).Moodle 3.5 (LTS)
Bug fixes for general core bugs in 3.5.x ended May 2019 (12 months). Bug fixes for security issues in 3.5.x will end 10 May 2021 (36 months).Moodle 3.4
Bug fixes for general core bugs in 3.4.x ended 12 November 2018 (12 months). Bug fixes for security issues in 3.4.x ended 13 May 2019 (18 months).Moodle 3.3
Bug fixes for general core bugs in 3.3.x ended 17 May 2018 (12 months). Bug fixes for security issues in 3.3.x ended 12 November 2018 (18 months).Moodle 3.2
Bug fixes for general core bugs in 3.2.x ended 13 November 2017 (12 months). Bug fixes for security issues in 3.2.x ended 17 May 2018 (18 months).Moodle 3.1 (LTS)
Bug fixes for general core bugs in 3.1.x ended 8 May 2017 (12 months). Bug fixes for security issues in 3.1.x ended 13 May 2019 (36 months).Moodle 3.0
Bug fixes for general core bugs in 3.0.x ended 14 November 2016 (12 months). Bug fixes for security issues in 3.0.x ended 8 May 2017 (18 months).Moodle 2.9
Bug fixes for general core bugs in 2.9.x ended 9 May 2016 (12 months). Bug fixes for security issues in 2.9.x ended 14 November 2016 (18 months).Moodle 2.8
Bug fixes for general core bugs in 2.8.x ended 9 November 2015 (12 months). Bug fixes for security issues in 2.8.x ended 9 May 2016 (18 months).Moodle 2.7 (LTS)
Bug fixes for general core bugs in 2.7.x ended 11 May 2015 (12 months). Bug fixes for security issues in 2.7.x ended 8 May 2017 (36 months).Moodle 2.6
Bug fixes for general core bugs in 2.6.x ended 10 November 2014 (12 months). Bug fixes for security issues in 2.6.x ended 11 May 2015 (18 months).Moodle 2.5
Bug fixes for general core bugs in 2.5.x ended May 2014 (12 months). Bug fixes for security issues in 2.5.x ended 10 November 2014 (18 months).Moodle 2.4
Bug fixes for general core bugs in 2.4.x ended December 2013 (12 months). Bug fixes for security issues in 2.4.x ended June 2014 (18 months).Moodle 2.3
Bug fixes for general core bugs in 2.3.x ended June 2013 (12 months). Bug fixes for security issues in 2.3.x ended December 2013 (18 months).Moodle 2.2
Bug fixes for general core bugs in 2.2.x ended December 2012 (12 months). Bug fixes for security issues in 2.2.x ended June 2013 (18 months).Moodle 2.1
Bug fixes for general core bugs in 2.1.x ended June 2012 (12 months). Bug fixes for security issues in 2.1.x ended December 2012 (18 months).Moodle 2.0
Bug fixes for general core bugs in 2.0.x ended December 2011 (12 months). Bug fixes for security issues in 2.0.x ended June 2012 (18 months).Moodle 1.9
Bug fixes for general core bugs in 1.9.x has ended June 2011 (3.5 years). Bug fixes for security issues in 1.9.x by Moodle HQ ended June 2012 (4.5 years). Bug fixes for security issues in 1.9.19+ branch by Catalyst IT ended Dec 2013 (6 years).Moodle 1.8
Moodle 1.7
Moodle 1.6
Moodle 1.5
Moodle 1.4
- Moodle 1.4 - 31 August 2004
- Moodle 1.4.1 - 12 September 2004
- Moodle 1.4.2 - 5 November 2004
- Moodle 1.4.3 - 21 December 2004
- Moodle 1.4.4 - 7 March 2005
- Moodle 1.4.5 - 7 May 2005
- Support has ended
Moodle 1.3
- Moodle 1.3 - 25 May 2004
- Moodle 1.3.1 - 4 June 2004
- Moodle 1.3.2 - 9 July 2004
- Moodle 1.3.3 - 16 July 2004
- Moodle 1.3.4 - 11 August 2004
- Moodle 1.3.5 - 9 September 2004
- Support has ended
Moodle 1.2
- Moodle 1.2 - 20 March 2004
- Moodle 1.2.1 - 25 March 2004
- Support has ended
Moodle 1.1
- Moodle 1.1 - 29 August 2003
- Moodle 1.1.1 - 11 September 2003
- Support has ended
Moodle 1.0
- Moodle 1.0 - 20 August 2002
- Moodle 1.0.1 - 26 August 2002
- Moodle 1.0.2 - 2 September 2002
- Moodle 1.0.3 - 5 September 2002
- Moodle 1.0.4 - 10 September 2002
- Moodle 1.0.5 - 27 September 2002
- Moodle 1.0.6 - 26 October 2002
- 1.0.6.1 - 6 November 2002
- 1.0.6.2 - 11 November 2002
- 1.0.6.3 - 14 November 2002
- 1.0.6.4 - 25 November 2002
- Moodle 1.0.7 - 9 December 2002
- Moodle 1.0.8 - 7 January 2003
- Moodle 1.0.9 - 30 May 2003
- Support has ended
See also
- Roadmap - future versions
- Moodle versions - an explanation of how our versions work plus version numbers for each release (for $plugin->requires)
3D STUDIO MAX R3
s/n: 110-19990726
cd-key: SWP9UV
authcode: 4c2cacb4
3D STUDIO MAX R3 TRAINING
m2k490gm
A.D.A.M. INTERACTIVE ANATOMY STUDENT EDITION 2001
AIA1107701923
ABC CHEMII *PL*
CHEM-5V5-YDFL1
ADAPTEC EASY CD CREATOR V4.0 DELUXE
TSID# 110010629931
ADOBE ACROBAT 5.0
KWW500R7150122-128
ADOBE AFTER EFFECTS V4.1
EWW400R4000123-666-922
ADOBE DIMENSIONS V3.0
DAW100R3156414-846 or DJW300R7101786-723
ADOBE FRAMEMAKER V6.0
20-1-01-01-6-11111-27EB98
ADOBE FRAMEMAKER 6.0 + SGML
24-1-01-01-6-11111-F8EC6A
ADOBE GOLIVE V4.0
GJW400R2100006-625
ADOBE GOLIVE V5.0
GJW500R2898273-460
ADOBE ILLUSTRATOR V8.0
ABW800R7119160-874
ADOBE ILLUSTRATOR 8.0 PL
ABO8007R000061-508
ADOBE ILLUSTRATOR V9.0
When it asks for a verification of
previous versions choose "Adobe Illustrator 8.0" and then
Search a specific folder for prior installation.
Ulead MediaStudio Pro v6.5 Serial : 11102-36500-00030506
Ulead MediaStudio Pro v6.5 Multilanguage Serial : 12202-26500-00048114
Ulead DVD MovieFactory v1.0 Serial : 11102-61000-00081685
Ulead DVD Picture Show v1.0 Serial : 11106-11000-00004148
Ulead DVD WorkShop v1.0 Serial : 96302-51072-24530822
Ulead GIF Animator V5.0 Multilingual Serial : 11103-85011-21226004
Ulead Photo Express v4.0 Serial : 11103-54000-00004380
Ulead PhotoImpact v7.0 Serial : 11103-07000-00001531
Ulead Video Studio v5.0 Serial : 11102-85000-00015330
Ulead Video Studio v6.0 Serial : 81102-86000-13939442
Unis?ntese Curso de Direito BR Serial : US416-1
Universal Translator 2000 Serial : KRA111464Y3QT
Vecta 3D Serial : IWKS/V3DS-7F9SL1-XAWLEE-39L0D6N
Veritas RecordNow MAX Platinum v4.0 Serial : SGW0C-DW0BZ-EEJWR-P000H-ETPZM
Serial : SGWOC-DW0BZ-EEJWR-P000H-ETPZM
Visio 2000 Professional Edition Serial : 123035-250002
Microsoft Visio 2002 BR Serial : KW77G-TBTQ2-3V7V6-9DWP2-98VDJ
Microsoft Visio 2002 Serial : dy6wq d3fyg v89by 8kpg9 8yw9m
Veritas Volume Manager For Windows 2000 v3.0 Serial : IJPZ-PPRK-NIB3-J6PC-IWG0-4963-P
Veritas Cluster Server v2.0 For Windows 2000 Serial : NJZZ-XCL3-VPZX-E343-FX6P-PNPVisual Cobol Serial : n953-qnpg-3rj 006205
Vue D?esprit v4.0 Serial : VUE4-32423-R-87283-131 / VUE3-45420-F-47850
Vue D?esprit v4.05 Serial : VUE4-32423-R-87283-131
WinDVD v2.3 BR Serial : NJZB3VEIWTK6RGT
WinDVD v3.1 Serial : YBHPK6AXK7A8R5D
Xara3D v5.02 Serial : X3D-1128-2800-0030
Xara Webstyle v3.0 Serial : 912565269169
Xara WebStyle v2.0 Serial : 7140-7506-6583
Webtrends Analysis Suite v7.0B Advanced Edition Serial : 70000HC-EGE-4H3632KB-2bM000E
WinTranslator v13.1 Licensee: PARADOX
English <> German RegCode: 00000xx000000
French <> German RegCode: 00000xx000000
Spanish <> German RegCode: 00000xx000000
Italian <> German RegCode: 00000xx000000
The program will start and will ask for license codes for dictionaries used: License Codes For Dictionaries:
Deutengl/Engldeut: 00000xx000000
Deutspan/Spandeut: 000000xx000000
Deutital/Italdeut: 000000xx000000
Deufranz/Franzdeu: 000000xx000000
ACDSee 2.41 : SpiritMaster, 386701868221327
Adaptec Easy CD Creator 4.0 : 110010629931
Adobe Acrobat 4.0 : AOW301R7136978-298
Adobe Dimensions 3.0 : DJW300R71017-86-723
Adobe Golive 4.0 : GJW400R2100006-625
Adobe Illustrator 8.0/8.0.1 (Upgrade) : ABW800R5311609-760
Adobe Illustrator 8.0/8.0.1 (Upgrade) : ABW800R7119160-874
Adobe Illustrator 8.0/8.0.1 (Upgrade) : ABW800X7102095- 685
Adobe Illustrator 8.0/8.0.1 (Upgrade) : ABW800X7102095-685
Adobe InDesign 1 : IPE100R99999999-364
Adobe Photoshop 5.0 : PWW501R0775586-656
Adobe Photoshop 5.0 : PWW501R4253082-629
Adobe Photoshop 5.0 : PWW501R5711695-809
Adobe Photoshop 5.0 : PWW501R6564142-360
Adobe Photoshop 5.0 : PWW501R8421441-371
Adobe Photoshop 5.0 : PWX501R1282278-119
Adobe Photoshop 5.0 : PWX501R1588743-798
Adobe Photoshop 5.0 : PWX501R3397588-963
Adobe Photoshop 5.0 : PWX501R3539527-536
Adobe Photoshop 5.0 : PWX501R5431808-744
Adobe Photoshop 5.5 : PWW550R0000001-837
Adobe Photoshop 5.5 : PWW550R0099288-998
Adobe Photoshop 5.5 : PWW550R0909444-247
Adobe Photoshop 5.5 : PWW550R1999777-419
Adobe Photoshop 5.5 : PWW550R2001191-482
Adobe Photoshop 5.5 : PWW550R2037105-580
Adobe Photoshop 5.5 : PWW550R4400210-129
Adobe Photoshop 5.5 : PWW550R5500900-549
Adobe Photoshop 5.5 : PWW550R7705501-405
Adobe Photoshop 5.5 : PWW550R7777031-316
Adobe Premiere 5.1 : MXX500R145503-500-448
Adobe Streamline 4.0 : SBW400U7102000-766
Andromeda Shadow : 8P51050073-0351
AstroWorld Suite 3.01c : 891-64469469850EAP
Asynchrophobia : 1472583699
Banner Maker Professional 1.2 : 621210451225
Bio97 1.10 : ASTAGA (D4C), 3273517416
Blade Pro 2.1.2 : 100034
Blade Pro 2.1.2 : 100037
Blade Pro 2.1.4 : 759823
BootMagic 1.0 : PM400ENWDL-003380
CacheX 2.02 For IE : SpiritMaster, CHFJAJCD
CD Box Labeler Pro 1.4.1.806 : N?v: Keldo K?d: GPS-283974-463962
Chesspartner 4.1 : 1234567890012345678900
ChromaPix 0.96 15b : TRPS 1998, 19334515
ClipCache 2.19a : E65FE577-DB7D6984
CompuPic 4.6, All Latest Builds : SpiritMaster, (phone) 6677558833, 3CSG02VWS5
Crusher 2.1 : SpiritMaster, 32235595
Crusher 2.5 : CZY, 19161693
Terminator 1.1 : SpiritMaster, 6784-8akX16
Pal 1.5c : SpiritMaster, 3591955
Copernic Plus99, 3.0 : 056-059999999
Copernic Plus99, 3.0.2 : 615-234427749
CPU Cool 3.07 : 14709990
Customizer 2000 for Win98 : 18121981
Disk Clean Up 3.5 : 3805489300
DNS Expert 1.3 : DXPW-4559-jr86-h969-zwiy
Draw4U 2.0 : SpiritMaster, 143-005735
Dreamveawer : DWW100-07785-53546-55079
Drive Copy Pro 2.0 : DC200ENCD-257435
Drive Image Pro 3.0 : DP300ENWSCD-101002
Easy CD Extractor 3 : SpiritMaster, 328478152967
Easy CD-DA Extractor 3.0.4 : N?v: Dexter K?d: EZCDDAX3-80686E88-6868B2B9-402
Easy CD-DA Extractor 3.6.0 Build 1556 : CZY, EZCDDAX3-E0F35BC1-C9EA2E08-261
Easy Tarot 1.11.22 : SpiritMaster, 328478152967
Easy 3.02 : ET*543122
File Chopper 2.8 : Tex, 92-90-22-08-00
File Protector 1.60 : Any Name/Comp.FP10-83-ZLB-0-D6743D484104A7-25
Fractal Design Poser 3.0 : FA300RAU0015692-YDAQ-001
Genesis VFX 1.0.4 : Serial number = 44444, Authorisation Code = 2077229778
GetRight 3.3.3 : 343556953905
GetRight 3.3.4 : 268554735020
GetRight 4.0 : 811910289477
Hardrive Mechanic : 65B10705
Headline Studio : HF01CNC-6966669-EYK
Image Converter 2.9.00 : 1535
Image Optimizer 1.02 : 976ciqui
Install Console Developer 1.0.0.8 : N?v: L!M!T [TEX] Jelsz?: MOGYXGQRKHJ
Install Shield Pro 5.5 : 564673897
Installer Vise 3.01 : N?v: Kooky [HERiTAGE] K?d: IVR400W7921285
InstallShield 2000 6.10 : ISCSL8-0100-999000TEMP
Intellihance 4.0 : IWE-201-301-043-888777
Intellihance 4.0.1 : IDE-400-200-502-000004
InternetPhone 5.01 : V1Q7-SC97-NNNN-LX-0000-3BFF/A2BE
Invisible Pro 3.0 : FFFAAA-BFBF-FFAA-FBFB
Jammer 1995, Build 0809 : Shaligar^Lash, 1234567-2D503C3951
223c44js
223c44js
JPG Optimizer 3.07 : AY8124
Kais Power Tools 5.0/5.0.1 Retail : KF50CCD-0027433-JEQ
Kais Power Tools 5.0/5.0.1 Retail : KPT-W500-DE-R-0478026350520
KPT Gel 1.0 : KG50WCD-0000642-NAY
Kremlin 2.21 : 4040053298
Lost & Found 1.01 : 0453-0000-0002-8279
Lost & Found : 0453-0000-0002-1462
Microsoft Office 2000 Premium : 16608-270-5737913-55596
Microsoft Office 2000 : MP4F9-W6C8V-HTCCT-T7M7R-Y7K3Y
MIRC 5.6 : SpiritMaster, 11170-1155048
NetBus Pro 2.01 : SpiritMaster, 1AAC6DD8
NeuroTran-2000 (2001 j?lius 22) : E6L-7LF8N-KCZHP
NewsGrabber 3.0.08 : Walhalla/oDT, 126299186206
Num. Star Reader 14.0 : LMs43Fu8/ (upgrade to v 15.0)
Offline Explorer 1.2.182 : CHENZY, 375864-436593125-XP
Painter 3D : FW100NAZ0010091-FPPJ-001
Painter 3D : VA100RAZ0000498-CELW-001
PanOpticum Fire : Siege vagy 1999, 68716
Partitition Magic 4.0 : PM400ENWDL-003380
Partitition Magic 4.1 : PM400DECD-024414
Password 2000 : Regisztr?ci?s k?d: magicpassword
Password 2000 2.51 : N?v: Sempai^LasH K?d: 257855921780524846
Password Administrator 1.01 : N?v: Cissie Goldstein K?d: 196852611-CBBDA
Password Administrator 1.01 : N?v: DzA kRAker K?d: 256325518-78547
Password Agent 1.1.1 : N?v: i2k = IMYke2000 - @ - 2001 K?d: 12686131
Password Assistant 1.5 : N?v: !User334 K?d: 1164398
Password Bank Pro 2000 4.4 : N?v: Azrael C?g: Phrozen Crew K?d: 631-187-725-13777
Password Keeper 5.4 : N?v: n03l C?g: Faith98 K?d: 205294993
Password Manager 2.5.91 : N?v: MANiFEST K?d: 265732
Password Power 2.0.3 : psk1
Password Protected LockUp 2.6 : 91027TNT!PPLF
Password Tracker Deluxe 3.53 : N?v: frenzy K?d: PT-947-293371
Password Tracker Deluxe 3.61 : N?v: i2k = IMYke2000 - @ - 2001 K?d: PT-126-023803
Photoanimator 1.0 : SpiritMaster, KundaliniRiders Inc., HCI-300-429-871-728372
PhotoFrame 1.0.1e : The Brabo, Brabo (comp.), BCE-100-440-990-654321
Photoframe 2.0 Final : BDE-200-150-456-000100
Photoframe 2.0 Final : BDI-200-150-237-000100
PhotoJazz 1.0 : SpiritMaster, Private, MDW2-A5RR-AF3ZJ
PhotoSee Pro 1.0 : SpiritMaster, 284313623126323
PhotoTools 3.0.2e : HCI-300-429-871-728372
Plugin Manager 2.0 : LOMAX, KGSI00223ICNET
Poser 4 : XF83WBD-8473803-USE
QuadSucker Web 1.5 : SpiritMaster, wfqbpqbu
Quick Time 4.x : N?v: i2k = IMYke2000 - @ - 2001 K?d: 0B51-3965-5305-E2F1-4F5A
Quick Time 4.0 Pro : N?v ?s C?g: i2k = IMYke2000 - @ - 2001 K?d: 126C-D4EE-2418-121F-8BEA
Raydream 5.0 : SW-400-1-4268-6394
RAYflect Phototracer 1.0.x : PTP-W-01-abt07wk-pg0q051-h3a0ajw2
Reg.Studio 1.01 build 110 : Alfred-EXE, RS14-4656-1169-9093-0288-0
Saved Game Manager 1.0b : N?v: i2k = IMYke2000 - @ - 2001 K?d: OXv1-1L1r-ueZt-1316-eR6K
ScreenSaver Builder 2.2 : N?v: i2k = IMYke2000 - @ - 2001 K?d: 02084FF65ETNO90FCD155F1113
Serials 2000 : hackthis
Software Organizer Deluxe 1.2 : N?v: The Exterminators K?d: 636607654-731
StealthApp 1.0 : 1139-2463-0621
Teleport Pro 1.29.949 : SpiritMaster, Private, 2094255533
The Cleaner 2.1x : What you want, 999222999-1994
The Matrix ScreenSaver 1.4 : 77100491
Transparency : 3865-1-W-100-TLE-20150
TrayIcon Menu 1.0 : Site Licence N?v: Crudd [TeX] K?d: 386838-492661593-CN
TrayIcon Menu 1.0 : Single User License N?v: Crudd [TeX] K?d: 368867-492654942-BG
Tweaki for Power Users 2.2 : N?v: karpoff K?d: 92403063PES
Tweaki for Power Users 2.4.8 : N?v: i2k = IMYke2000 - @ - 2001 K?d: 198668106CED
Ulead Audio Editor 6.0 VE : 71102-36000-92123110
Ulead Video Capture 6.0 VE : 71102-36000-92123110
Ulead Video Editor 6.0 VE : 71102-36000-92123110
Ulead Video Studio 4.0.1.1125 SE : 78302-94000-99909925
Ultimate Game Cheating System 3.5 : CS2196
Ultra Edit 6.00c : N?v: i2k = IMYke2000 - @ - 2001 K?d: ZJTBBXUD96789442
Ultra Edit 6.10b : N?v: i2k = IMYke2000 - @ - 2001 K?d: ZJTBBXUD96789442
Universe 1.6.2 : draXXter, 1050267360
ViaVoice Millenium Edition 7.0 : RPA000049301
VirtuaGirl 1.18 : N?v: 20360 K?d: 43452
WebPhone 4.0.2 : Key: H925T842989AJ12D
WinAce 1.0 Final : N?v: i2k = IMYke2000 - @ - 2001 K?d: ACEFYWE6EEQ9K9AR493
WinAmp < 2.25 : N?v: i2k = IMYke2000 - @ - 2001 K?d: 52173981
WinAmp Skin Maker 1.05 : N?v: i2k = IMYke2000 - @ - 2001 K?d: 7193621
WinAmp Skin Maker 1.20 : N?v: i2k = IMYke2000 - @ - 2001 K?d: 7193621
WinAmp Skin Maker 2.0 : N?v: Szabby [SCT] K?d: 4811403
WinBoost2000 Gold Ed. : SpiritMaster, 7W5I4-R473-NV16-9R7Y-A41F
WinBoost2000 Standard Ed. : SpiritMaster, 757516487
WinBoost98 1.24/2000 : CoKeBoTtLe99, 685275290
Window Blinds 0.99.1 : N?v: i2k = IMYke2000 - @ - 2001 K?d: WB-1vtfj1
Window Blinds 1.0 Final : N?v: +DzA kRAker SPECIAL LICENCE FOR THE FANS OF WINDOW BLINDS K?d: WB-dfj341
Window Blinds 1.0 Final : N?v: TOM&JERRY K?d: WB-bc1ecc90
Window Blinds 1.0 Final : N?v: THE TNT CRACK TEAM K?d: WB-3mc4a8n
Window Blinds 1.0 Final : N?v: +DzA kRAker K?d: WB-46b0935d
Window Blinds 1.0 Final : N?v: I HATE WINDOW BLINDS K?d: WB-3mbh239
Window Blinds 1.0 Final : N?v: FREE STARDOCK LICENCE K?d: WB-4encpd6
Window Blinds 1.0 Final : N?v: GIGEL K?d: WB-186d6044
Window Blinds 1.01 : N?v: Reanimator^LasH K?d: WB-j2e89f9
Window Blinds 1.06 : N?v: i2k = IMYke2000 - @ - 2001 K?d: WB-1vtfj1
Window Blinds 2.0 : WB-6730ef13
Window Blinds 2.01 : N?v: ChoRdLesS K?d: WB-3917e22c
Window Blinds 2.11 : WB-6730ef13
Window Blinds 2.1a : WB-1415976f
Window Blinds 2.21 : WB-d3091ca3
Window Blinds 1.3 Build 356 : N?v: SPeY K?d: WB-10d61a68d
Window Blinds 1.xx : N?v: Stony Crackers Team K?d: WB-723miah
WinRar 2.xx : N?v: sNeaKeR FiVe [4110] K?d: 5B68D2BEA44C92
WinHacker 2.03 : N?v: Predator C?g: Phrozen Crew K?d: 6050-6c8d75
Windows Logo Changer 2000.1 : N?v/N?v: L!M!T C?g: The Exterminators E-mail:
K?d: D6NRVZYRLA0M
WinRescue95 9.11,9.12 : msR3I8aUi9y2E84L
WinRescue98 4.12,4.14,4.15,5.00 : SvetCHRISTA
WOW AstrologyForLovers 2.0 : Mr_GReeN [WkT!], 1715215513
Xenofex 1.0 : JKGDDBEEKLCH
Nero 5.5.0.4 1500-0001-0037-0228-8708-9713
Nero 5.5.5.1 Normal: 1504-0559-5667-1354-6206-4991
Nero 5.5.5.1 OEM: 1509-1563-8001-0776-5221-9314
Nero 5.5.5.1 MP3: 1503-0833-6873-5519-0487-5862
Nero 5.5.7.8 Normal: 1507-2423-2043-2408-4342-3036
Nero 5.5.7.8 OEM: 1503-1621-1064-0545-5435-0712
Nero 5.5.7.8 MP3: 1502-0668-4004-2662-4182-0650
Nero 5.5.8.0 15018-87020-41576-84212-7184
Nero 5.5.8.0 15058-86731-79950-96654-7158
Nero 5.5.8.0 15067-28271-79486-69970-9889
Nero 5.5.8.0 15087-53891-79521-26918-5683
Nero 5.5.8.2 1508-2414-1079-0835-5986-5712
Nero 5.5.8.2 1502-0833-6087-6145-1428-9615
Nero 5.5.8.2 1501-0482-2086-6357-1225-9755
Nero 5.5.8.2 1506-2565-9001-8094-9941-3404
Nero 5.5.9.0 15079-47152-22387-66445-7066
Nero 5.5.9.0 15067-35192-82571-36328-9696
Nero 5.5.9.0 15067-13021-45689-34177-5404
Nero 5.5.9.0 15067-13022-16792-83634-7186
Ulead VideoStudio v6.0 serial:81102-86000-13939442
Adobe PhotoShop 7.0 - serial: 1045-1209-6738-4668-7696-2783
Adobe PhotoShop 6.0 - serial:PWW600R7105467-984
Adobe illustrator 10 Beta Build 76 - serial:1034-0021-7155-9289-4954-2867
Adobe Illustrator 10 SN:1034-1003-4400-0000-1115-2040 or 1045-1885-5682-6886-6690-4184 [/font]
HK-F68G31-KG97XD-55NC6T
Sonic Foundry ACID Style DJ 3.0a 7H-ZPLB1H-13B9H9-BV4X6S
Sonic Foundry SoundForge 6 HK-83YBN9-BM983C-SQYMP9
Computer ID 074HLBW
Sothink SWF Decompiler 8S63-74JSD-4329K
SpamEater Pro 4.00 Build 91 Name:[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
Code:0D0D-2FBB-0EF1-9EE7
SPAM INSPECTOR for Outlook 2000/2002 (3.2.65) s/n: YT6RJ-KH254-GMT3L-DC3NX-7Y7UU
SPSS 8 ID - 281781
Serial -
30865 10666 54452 79786 94805 8070
SPSS 9.0 s/n: 123456789
305147890
309507540
SPSS 10.0.5 Serial: 657180 Skip the code entry
Serial: 657180 Skip the code entry
SPSS Sigmaplot 5.0.1 s/n: 3535453
License Code:
42996 64374 64675 61210 58144 96102 82057 032
S-Spline 2 318Z1-G7BGQ-NC2J9-J5FA9-J2JJ7-EFAAC
Statistica '97 s/n: SP710589009G51
key: 909165067062
Statistica 5.5 PL key: RVYW4DD5XC5X6X
serial: AX908A290603AL
Statistica 5.5 PL Cd Key (standard): NGN51Q55NPN555
Statistica 5.5 PL Cd Key (network) : 7G8N5QKH717H89
NIN: 10727
StatSoft - Statistica AX v5.5 Key: RVYW4DD5XC5X6X
Serial: AX908A290603AL
Steganos Security Suite 4 key: 049-000-132-041-152
Steinberg Clean DL23-8C73-24Y9-MS5
Steinberg Cubase VST32 5.32 Multilanguage 110000000
Steinberg Mastering Edition v1.0 59-27041
Steinberg WaveLab 3.0 For Win9X: yc93-y8hy6uy-eppnby8-yku9
For WinNT: yc93-y8ck8lv-eppnby8-yvmx
Steinberg: Get it on CD 1.1 ST12-THAN9HY-EPPNBY8-TJC
ST12-THACSX8-EPPNBY8-YDL
Studio Biblijne 524-177703
Style XP 1.01M MHSW7G-VGNATAAN-KVQATRC5-BCJCDGDJ-4FEFKS
Subiekt 2000 for Windows PL SERIAL: 000012
SubmitWolf Pro 5.06.006 Name:Free User Code:E5913428-02168
SuperBike 2001 1500-4288423-2982915-3163
Adobe PhotoShop 7.0 - serial: 1045-1209-6738-4668-7696-2783
Adobe PhotoShop 6.0 - serial:PWW600R7105467-984
Adobe illustrator 10 Beta Build 76 - serial:1034-0021-7155-9289-4954-2867
Adobe Illustrator 10 SN:1034-1003-4400-0000-1115-2040 or 1045-1885-5682-6886-6690-4184
HK-F68G31-KG97XD-55NC6T
Sonic Foundry ACID Style DJ 3.0a 7H-ZPLB1H-13B9H9-BV4X6S
Sonic Foundry SoundForge 6 HK-83YBN9-BM983C-SQYMP9
Computer ID 074HLBW
Sothink SWF Decompiler 8S63-74JSD-4329K
Code:0D0D-2FBB-0EF1-9EE7
SPAM INSPECTOR for Outlook 2000/2002 (3.2.65) s/n: YT6RJ-KH254-GMT3L-DC3NX-7Y7UU
SPSS 8 ID - 281781
Serial -
30865 10666 54452 79786 94805 8070
SPSS 9.0 s/n: 123456789
305147890
309507540
SPSS 10.0.5 Serial: 657180 Skip the code entry
Serial: 657180 Skip the code entry
SPSS Sigmaplot 5.0.1 s/n: 3535453
License Code:
42996 64374 64675 61210 58144 96102 82057 032
S-Spline 2 318Z1-G7BGQ-NC2J9-J5FA9-J2JJ7-EFAAC
Statistica '97 s/n: SP710589009G51
key: 909165067062
Statistica 5.5 PL key: RVYW4DD5XC5X6X
serial: AX908A290603AL
Statistica 5.5 PL Cd Key (standard): NGN51Q55NPN555
Statistica 5.5 PL Cd Key (network) : 7G8N5QKH717H89
NIN: 10727
StatSoft - Statistica AX v5.5 Key: RVYW4DD5XC5X6X
Serial: AX908A290603AL
Steganos Security Suite 4 key: 049-000-132-041-152
Steinberg Clean DL23-8C73-24Y9-MS5
Steinberg Cubase VST32 5.32 Multilanguage 110000000
Steinberg Mastering Edition v1.0 59-27041
Steinberg WaveLab 3.0 For Win9X: yc93-y8hy6uy-eppnby8-yku9
For WinNT: yc93-y8ck8lv-eppnby8-yvmx
Steinberg: Get it on CD 1.1 ST12-THAN9HY-EPPNBY8-TJC
ST12-THACSX8-EPPNBY8-YDL
Studio Biblijne 524-177703
Style XP 1.01M MHSW7G-VGNATAAN-KVQATRC5-BCJCDGDJ-4FEFKS
Subiekt 2000 for Windows PL SERIAL: 000012
SubmitWolf Pro 5.06.006 Name:Free User Code:E5913428-02168
SuperBike 2001 1500-4288423-2982915-3163
Super Copy 2.0 Nameverdays.net
Code:6260025707423547
SuperCleaner 2.57 760-23712-552-6384
SuperHTTP 1.0 Name: laxity s/n: 123123-14976464
Name: PNT s/n: 123456-12452404
SurfOnGuard 3.00 Nameverdays.net
Code:97910784
Sygate Personal Firewall Pro 5.1 b1615S Sn:G4025502-575138WU
Cd:QLW4GXLV
SySpeed 1.5.011 Name: CD7154-000001
s/n: 1387264374
System Cleaner 4.85 Name: FCN98 [NighTHanG]
s/n: 5A38AC9B4BG52CE
System Kodowy 2000 Nazwa użytkownika : MAXIBOGAS
Kod systemowy : 7TEAM
Kod aktywacyjny : BESNEELMUNMCTEID5522
System Mechanic 3.7h Name: Crack Demon
Industrial code: 80678-ND559-5484846939
What’s New in the Yipe! I 1.0.4 serial key or number?
Screen Shot
System Requirements for Yipe! I 1.0.4 serial key or number
- First, download the Yipe! I 1.0.4 serial key or number
-
You can download its setup from given links: