KiCad PCB EDA Suite
sch_file_versions.h
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright (C) 2020 CERN
5
*
6
* @author Wayne Stambaugh <stambaughw@gmail.com>
7
*
8
* This program is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU General Public License
10
* as published by the Free Software Foundation; either version 2
11
* of the License, or (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License along
19
* with this program. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
22
35
//#define SEXPR_SYMBOL_LIB_FILE_VERSION 20200126 // Initial version. Add alternate pin
36
// definitions.
37
38
//#define SEXPR_SYMBOL_LIB_FILE_VERSION 20200820
39
40
//#define SEXPR_SYMBOL_LIB_FILE_VERSION 20200827 // Remove host tag
41
//#define SEXPR_SYMBOL_LIB_FILE_VERSION 20200908 // Add include in BOM and on board support.
42
#define SEXPR_SYMBOL_LIB_FILE_VERSION 20201005 // Separate ki_fp_filters by spaces
43
44
48
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200310 // Initial version. Sheet fields were named
49
// incorectly (using symbol field vocabulary).
50
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200506 // Used "page" instead of "paper" for paper
51
// sizes.
52
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200512 // Add support for exclude from BOM.
53
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200602 // Add support for exclude from board.
54
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200608 // Add support for bus and junction properties.
55
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200618 // Disallow duplicate field ids.
56
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200714 // Add alternate pin definitions.
57
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200820
58
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200827 // Remove host tag
59
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200828 // Add footprint to symbol_instances.
60
//#define SEXPR_SCHEMATIC_FILE_VERSION 20201015 // Add sheet instance properties.
61
//#define SEXPR_SCHEMATIC_FILE_VERSION 20210123 // Rename "unconnected" pintype to "no_connect".
62
//#define SEXPR_SCHEMATIC_FILE_VERSION 20210125 // R/W uuids for pins, labels, wires, etc.
63
#define SEXPR_SCHEMATIC_FILE_VERSION 20210126 // Fix bug with writing pin uuids.
eeschema
sch_file_versions.h
Generated on Mon Mar 8 2021 04:17:19 for KiCad PCB EDA Suite by
1.8.15